Jump to content
WebFlake
  • 1

Change forum stats style


Courage

Question

3 answers to this question

Recommended Posts

  • 1

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: #acacac;line-height: 23px;text-transform: uppercase;font-size: 16px;}.nstatsText {color: #d5d5d5;font-size: 11px;}
  • Upvote 5
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...