Jump to content

Recommended Posts

Posted

Salut PCTroubleshooting. Vreau sa fac si eu legenda ca pe ecila (sa apara groups aia sus) si ar mai fi o problema cum pun ca nr topicuri si nr de replici dintru-un forum ca pe tema deflection (default) ... deoarece tema care o am e modificata.

Posted

1. Pentru topics /replies

ACP>>Look&fell>> selectezi tema >> tabul templates>> Board index>>board index template>> cauti 

<ul>
<td style='width: 5%;'><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></ul>

si inlocuiesti cu 

<if test="$this->settings['removeStatsColumn']=='no'"><td class='col_c_stats ipsType_small'>

												<ul>
	<center>													<li>{$forum_data['topics']} {$this->lang->words['topics']}</li></center>
<center>														<li>{$forum_data['posts']} {$this->lang->words['replies']}</li></center>
													</ul>

2.Pentru legenda

 

ACP>>Look&fell>> selectezi tema >> tabul templates>> Board index>> hook grup name indicator >> sus de tot adaugi 

<h4 id="userGroup" class="statistics_head">Groups</h4>	

 si tot acolo cauti <br/> si il stergi.

  • Upvote 1

 

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.