Courage Posted September 13, 2013 Share Posted September 13, 2013 (edited) I think there is a tutorial, but i can't find it anymore . How can I transform forum stats style like yours? Edited September 14, 2013 by Courage Link to comment Share on other sites More sharing options...
0 Cheerio Posted September 13, 2013 Share Posted September 13, 2013 I'm sure when the board picks up after the changes, a staff member will help you out. Link to comment Share on other sites More sharing options...
1 Skreamzja Posted September 14, 2013 Share Posted September 14, 2013 1. Go to:ACP > Looks and Feel > Skin Name > Board Index > boardIndexTemplate2. Find:<td class='col_c_stats ipsType_small'> <ul> <li><strong>{$forum_data['topics']}</strong> {$this->lang->words['topics']}</li> <li><strong>{$forum_data['posts']}</strong> {$this->lang->words['replies']}</li> </ul> </td>3. Replace With:<td style='width: 7%;'><span class='nstatsNumber'>{$forum_data['topics']}</span><span class='nstatsText'>{$this->lang->words['topics']}</span></td><td style='width: 7%;'><span class='nstatsNumber'>{$forum_data['posts']}</span><span class='nstatsText'>{$this->lang->words['replies']}</span></td>4. Go to:ACP > Looks and Feel > Skin Name > CSS > ipb_styles.css5. Add:.nstatsNumber, .nstatsText {display: block;text-align: center;color: #acacac;line-height: 23px;text-transform: uppercase;font-size: 16px;}.nstatsText {color: #d5d5d5;font-size: 11px;} 5 Link to comment Share on other sites More sharing options...
0 Purple Posted September 15, 2013 Share Posted September 15, 2013 Moving this to answered.The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Courage
I think there is a tutorial, but i can't find it anymore
. How can I transform forum stats style like yours?

Edited by CourageLink to comment
Share on other sites
3 answers to this question
Recommended Posts