-Cookie- Posted September 27, 2013 Share Posted September 27, 2013 1. Go to: ACP > Looks and Feel > Skin Name > Board Index > boardIndexTemplate 2. 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.css 5. Add: .nstatsNumber, .nstatsText {display: block;text-align: center;color: black;line-height: 23px;text-transform: uppercase;font-size: 16px;}.nstatsText {color: black;font-size: 11px;} Before: After: 5 1 Link to comment Share on other sites More sharing options...
Guest NFuzeDean Posted October 11, 2013 Share Posted October 11, 2013 Nice tutorial.Thanks! Regards Link to comment Share on other sites More sharing options...
Matrik Posted October 20, 2013 Share Posted October 20, 2013 Thanks very Nice Link to comment Share on other sites More sharing options...
Mpsmith Posted October 20, 2013 Share Posted October 20, 2013 Please Do This To Forums Index Too I Like This Great Tutorials Link to comment Share on other sites More sharing options...
Guest MytzaMytz Posted October 20, 2013 Share Posted October 20, 2013 Very Good tutorial.Good to know. Link to comment Share on other sites More sharing options...
blood anth3m Posted October 20, 2013 Share Posted October 20, 2013 not bad thanks Link to comment Share on other sites More sharing options...
Recommended Posts