#1BadWolfMar Dec 29, 2015 6:07 pm
BadWolf
Fondator
Intrati in index_box si cautati acest cod:
Inlocuiti-l cu acesta:
Acum Inlocuiti:
Cu acest cod:
- Cod:
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2">{L_TOPICS}</th>
<th class="tc3">{L_POSTS}</th>
<th class="tcr">{L_LASTPOST}</th>
</tr>
Inlocuiti-l cu acesta:
- Cod:
<tr>
<th class="tcl">{L_FORUM}</th>
<th class="tc2"> </th>
<th class="tc3"> </th>
<th class="tcr"> </th>
</tr>
Acum Inlocuiti:
- Cod:
<td class="tc2">{catrow.forumrow.TOPICS}</td>
<td class="tc3">{catrow.forumrow.POSTS}</td>
<td class="tcr">
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>
Cu acest cod:
- Cod:
<td class="tc2"><img src="link_imagine_SUBIECTE" /><br />{catrow.forumrow.TOPICS}</td>
<td class="tc3"><img src="link_imagine_MESAJE" /><br />{catrow.forumrow.POSTS}</td>
<td class="tcr"><img src="link_imagine_ULTIMELE_MESAJE" /><br />
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</td>