in template-ul tau, recent_messages.html, il deschizi si il inlocuiesti cu asta.
Cod: Selectaţi tot
<div class="forabg">
<div class="inner">
<span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header"><dl><dt>Meniu</dt></dl></li>
</ul>
<div class="panel">
<div class="inner">
<span style="font-size:1.1em;">
<strong>Continut</strong>
<ul class="menu">
<img src="images/bullet.gif"> <a class="nav" href="{U_INDEX}">{L_INDEX}</a><br />
<img src="images/bullet.gif"> <a class="nav" href="{U_SEARCH}">{L_SEARCH}</a><br />
<!-- IF not S_USER_LOGGED_IN -->
<img src="images/bullet.gif"> <a class="nav" href="{U_REGISTER}">{L_REGISTER}</a><br />
<!-- ENDIF -->
<img src="images/bullet.gif"> <a class="nav" href="{U_MEMBERLIST}">{L_MEMBERLIST}</a><br />
<img src="images/bullet.gif"> <a class="nav" href="{U_TEAM}">{L_THE_TEAM}</a><br />
<!-- IF U_MCP -->
<img src="images/bullet.gif"> <a class="nav" href="{U_MCP}">{L_MCP}</a><br />
<!-- ENDIF -->
<!-- IF U_ACP -->
<img src="images/bullet.gif"> <a class="nav" href="{U_ACP}">Panoul administratorului</a>
<!-- ENDIF -->
</ul>
<br />
<strong>Ajutor</strong>
<ul class="menu">
<img src="images/bullet.gif"> <a class="nav" href="{U_FAQ}">{L_FAQ}</a><br />
<img src="images/bullet.gif"> <a class="nav" href="faq.php?mode=bbcode">Ghidul codului BB</a><br />
<img src="images/bullet.gif"> <a class="nav" href="ucp.php?mode=terms">Termeni de utilizare</a><br />
<img src="images/bullet.gif"> <a class="nav" href="ucp.php?mode=privacy">Politica de confidentialitate</a>
</ul>
<br />
<strong>Parteneri</strong>
<ul class="menu">
<img src="images/bullet.gif"> <a class="nav" href="http://www.google.ro" target="_blank">Linkul tau aici</a><br />
</ul>
</span>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
</dd>
</dl>
<!-- BEGIN latest_news -->
<!-- IF latest_news.S_FIRST_ROW -->
<div class="forabg">
<div class="inner">
<span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header"><dl><dt>{L_RECENT_NEWS_HEAGING}</dt></dl></li>
</ul>
<ul class="topiclist forums">
<!-- ENDIF -->
<li><dl>
<dd>
<div style="font-size:11px; padding:0 2px 2px 2px;">
<a href="{latest_news.U_VIEW_TOPIC}" class="topictitle">{latest_news.TOPIC_TITLE}</a></br />
{L_POST_BY_AUTHOR} {latest_news.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {latest_news.TOPIC_TIME}
<!-- IF not latest_news.S_TOPIC_GLOBAL -->{L_IN} <a href="{latest_news.U_VIEW_FORUM}">{latest_news.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF -->
</div>
</dl>
</dd>
</dl></li>
<!-- IF latest_news.S_LAST_ROW -->
</ul>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- ENDIF -->
<!-- END latest_news -->
<!-- BEGIN latest_topics -->
<!-- IF latest_topics.S_FIRST_ROW -->
<div class="forabg">
<div class="inner">
<span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header"><dl><dt>{L_RECENT_POSTS_HEAGING}</dt></dl></li>
</ul>
<ul class="topiclist forums">
<!-- ENDIF -->
<li><dl>
<dd>
<div style="font-size:11px; padding:0 2px 2px 2px;">
<a href="{latest_topics.U_VIEW_TOPIC}"><!-- IF not latest_topics.TOPIC_FOLDER_IMG_SRC -->{latest_topics.NEWEST_POST_IMG}<!-- ENDIF --></a> <a href="{latest_topics.U_VIEW_TOPIC}" class="topictitle">{latest_topics.TOPIC_TITLE}</a><br />
{L_POST_BY_AUTHOR} {latest_topics.TOPIC_AUTHOR_FULL} {L_POSTED_ON_DATE} {latest_topics.TOPIC_TIME},
<!-- IF not latest_topics.S_TOPIC_GLOBAL -->{L_IN} <a href="{latest_topics.U_VIEW_FORUM}">{latest_topics.FORUM_TITLE}</a><!-- ELSE --> ({L_GLOBAL})<!-- ENDIF --><br />
</div>
</dd>
</dl></li>
<!-- IF latest_topics.S_LAST_ROW -->
</ul>
<span class="corners-bottom"><span></span></span>
</div>
</div>
<!-- ENDIF -->
<!-- END latest_topics -->
apoi cauti tu in index_body
randul
Cod: Selectaţi tot
<!-- INCLUDE forumlist_body.html -->
Cod: Selectaţi tot
<table width="100%" border="0" cellspacing="10" cellpadding="0">
<tr>
<td align="left">
<!-- INCLUDE forumlist_body.html -->
</td>
<td width="200" align="left" valign="top" class="bodyline">
<table width="200" border="0" cellpadding="10" cellspacing="0" bgcolor="#CC0099">
<tr>
<!-- INCLUDE recent_messages.html -->
</tr>
</table>
</td>
</tr>
</table>
in acest caz, continui suportul in acest topic.