Pagina 1 din 1

statistica forum

Scris: 23-Ian-2016, 20:22:38
de sacxxz
Cum pot sa unesc de jos la forum la statistica - total topics / total posts sa fie ( total posts ) si sa le uneasca sa le arate toate in total

Re: statistica forum

Scris: 27-Ian-2016, 04:55:25
de Anișor
Salut!

De ce ai vrea să faci asta? Btw .. uite codul:
Deschide index.php
Caută:

Cod: Selectaţi tot

// Assign index specific vars  
Adaugă înainte:

Cod: Selectaţi tot

// Aduna mesajele si subiectele :D Animo@phpbb.ro
$topics_posts = $config['num_posts'] + $config['num_topics']; 
Caută:

Cod: Selectaţi tot

'TOTAL_TOPICS'    => $user->lang('TOTAL_TOPICS', (int) $config['num_topics']), 
Adaugă după:

Cod: Selectaţi tot

'TOTAL_MESSAGES'    => $user->lang('TOTAL_POSTS_COUNT', (int) $topics_posts), 
Apoi folosești [b]{TOTAL_MESSAGES}[/b] în template pentru a afișa.
Baftă!

Animo (Anișor),
Moderator Team Member

Re: statistica forum

Scris: 31-Ian-2016, 16:32:16
de 1c3d
phpBB-3.1.7-pl1
:?: Cum pot ascunde statistica < Total membri >, din
Total mesaje XXX • Total subiecte XXX • Total membri XXX • Cel mai nou membru XXX
în PA>Configurări încărcare> la tot am indicat "NU", dar nu ajută.

Re: statistica forum

Scris: 31-Ian-2016, 19:19:24
de Anișor
Șterge din index_body.html

Cod: Selectaţi tot

&bull; {TOTAL_USERS}
Animo (Anișor),
Moderator Team Member

Re: statistica forum

Scris: 31-Ian-2016, 19:44:18
de 1c3d
Animo scrie:Șterge din index_body.html

Cod: Selectaţi tot

&bull; {TOTAL_USERS}
Animo (Anișor), Moderator Team Member
Mulțumesc pentru ajutor.
Daca nu grețesc, în versiunea 3.0 era posibil din PA de ascuns toată linia cu statistică.