Pagina 1 din 1
statisticii mesaje, topic-uri
Scris: 22-Noi-2013, 13:38:14
de max3semne10
cum pot sa fac si eu sa-mi apara pe forum statisticiile astelea din poza de mai jos sunt incercuite cu rosu
http://oi44.tinypic.com/hvckr5.jpg
Re: statisticii mesaje, topic-uri
Scris: 22-Noi-2013, 16:42:43
de Anișor
Acele statistici apar oricum. Probabil stilul tău are o problemă şi nu afişează statisticile.
Re: statisticii mesaje, topic-uri
Scris: 23-Noi-2013, 16:47:44
de max3semne10
nu apare si avem aceiasi tema.
acel care i-am facut poza a fost administrator la mine pe forum si acuma si-a facut forum si la el si-a facut sa apara si la mine nu apare cum as putea sa fac sa apara si la mine la fel ca la el
Re: statisticii mesaje, topic-uri
Scris: 23-Noi-2013, 17:22:21
de Anișor
Link forum?
Re: statisticii mesaje, topic-uri
Scris: 24-Noi-2013, 13:47:36
de max3semne10
www.proarea.ro - forum-ul care are aia unde am facut eu ss
www.max3semne.ro/forum - forum-ul meu unde vreau sa apara si la mine la fel
Re: statisticii mesaje, topic-uri
Scris: 24-Noi-2013, 15:01:33
de Anișor
Adauga
Cod: Selectaţi tot
{TOTAL_POSTS} | {TOTAL_TOPICS} | {TOTAL_USERS} | {NEWEST_USER}
In index_body.html, unde doresti tu sa apara.
Re: statisticii mesaje, topic-uri
Scris: 24-Noi-2013, 15:37:39
de max3semne10
am pus multumesc dar nu apare ca la el
Re: statisticii mesaje, topic-uri
Scris: 24-Noi-2013, 21:53:29
de Anișor
Rezolvăm nu-i problemă.
Deschide stylesheet.css, şi adaugă :
Cod: Selectaţi tot
.indexstats {
background: url("ir_red/box_pattern.png") #1F1F1F;
border-radius: 3px;
box-shadow: inset rgba(255, 255, 255, 0.031) 0px 1px 0px;
color: #FFFFFF;
display: inline-block;
font-weight: 700;
margin-right: 3px;
padding: 3px 7px;
text-shadow: rgba(0, 0, 0, 0.804) 0px -1px 0px;
}
Apoi salvezi imaginea aceasta :
http://www.proarea.ro/forum/styles/Brow ... attern.png
Şi o urci în styles/BrownAnimate/theme/
Deschizi index_body.html, şi înlocuieşti codul dat de mine cu acesta :
Cod: Selectaţi tot
<span class="indexstats">{TOTAL_POSTS}</span>Total mesaje <span class="indexstats">{TOTAL_TOPICS}</span>Total subiecte <span class="indexstats">{TOTAL_USERS}</span>Total utilizatori <span class="indexstats hint--right" data-hint="Vizualizare profil">{NEWEST_USER}</span>Cel mai nou membru
Acum deschizi language/ro/common.php, cauţi :
Cod: Selectaţi tot
'TOTAL_POSTS_OTHER' => 'Total mesaje <strong>%d</strong>',
'TOTAL_POSTS_ZERO' => 'Total mesaje <strong>0</strong>',
'TOPIC_REPORTED' => 'Acest subiect a fost raportat',
'TOTAL_TOPICS_OTHER'=> 'Total subiecte <strong>%d</strong>',
'TOTAL_TOPICS_ZERO' => 'Total subiecte <strong>0</strong>',
'TOTAL_USERS_OTHER' => 'Total membri <strong>%d</strong>',
'TOTAL_USERS_ZERO' => 'Total membri <strong>0</strong>',
Înlocuiesti cu :
Cod: Selectaţi tot
'TOTAL_POSTS_OTHER' => '<strong>%d</strong>',
'TOTAL_POSTS_ZERO' => '<strong>0</strong>',
'TOPIC_REPORTED' => 'Acest subiect a fost raportat',
'TOTAL_TOPICS_OTHER'=> '<strong>%d</strong>',
'TOTAL_TOPICS_ZERO' => '<strong>0</strong>',
'TOTAL_USERS_OTHER' => '<strong>%d</strong>',
'TOTAL_USERS_ZERO' => '<strong>0</strong>',
Tot în common.php cauţi :
Cod: Selectaţi tot
'NEWEST_USER' => 'Cel mai nou membru <strong>%s</strong>',
Înlocuieşti cu :
Nu uita să ştergi cache. Baftă!