Descriere:In acest tutorial ve-ti invata cum sa adaugati icon-uri la modul top five
Fisiere de modificat : top_five_body.html
Fisiere de uploadat: icon-urile in root/styles/tema ta/theme/images
Autor: crazy
Instalare: Usor
Download icon-uri : [Trebuie sa fiti inscris si conectat pentru a vedea acest link]
Ne ducem in :root/forum/styles/TEMA TA/template/top_five_body.html
Fisiere de modificat : top_five_body.html
Fisiere de uploadat: icon-urile in root/styles/tema ta/theme/images
Autor: crazy
Instalare: Usor
Download icon-uri : [Trebuie sa fiti inscris si conectat pentru a vedea acest link]
Ne ducem in :root/forum/styles/TEMA TA/template/top_five_body.html
- Cod:
<tr>
<td class="row1" valign="top"><!-- BEGIN top_five_topic --><span class="genmed"><!-- IF top_five_topic.NO_TOPIC_TITLE-->{top_five_topic.NO_TOPIC_TITLE}<!-- ELSE --><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a> {top_five_topic.USERNAME_FULL} {top_five_topic.LAST_TOPIC_TIME}</span><br /><!-- ENDIF --><!-- END top_five_topic --></td>
<td class="row1" valign="top"><!-- BEGIN top_five_active --><span class="genmed">{top_five_active.USERNAME_FULL} {L_POSTS}: <a href="{top_five_active.S_SEARCH_ACTION}">{top_five_active.POSTS}</a></span><br /><!-- END top_five_active --></td>
<td class="row1" valign="top"><!-- BEGIN top_five_newest --><span class="genmed">{top_five_newest.USERNAME_FULL} {L_JOINED}: {top_five_newest.REG_DATE}</span><br /><!-- END top_five_newest --></td>
</tr>
- Cod:
<tr>
<td class="row1" valign="top"><!-- BEGIN top_five_topic --><img src="{T_THEME_PATH}/images/topfiveicon.gif" border="0"> <span class="genmed"><!-- IF top_five_topic.NO_TOPIC_TITLE-->{top_five_topic.NO_TOPIC_TITLE}<!-- ELSE --><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a> {top_five_topic.USERNAME_FULL} {top_five_topic.LAST_TOPIC_TIME}</span><br /><!-- ENDIF --><!-- END top_five_topic --></td>
<td class="row1" valign="top"><!-- BEGIN top_five_active --><img src="{T_THEME_PATH}/images/usericon.png" border="0"> <span class="genmed">{top_five_active.USERNAME_FULL} {L_POSTS}: <a href="{top_five_active.S_SEARCH_ACTION}">{top_five_active.POSTS}</a></span><br /><!-- END top_five_active --></td>
<td class="row1" valign="top"><!-- BEGIN top_five_newest --><img src="{T_THEME_PATH}/images/usericon.png" border="0"> <span class="genmed">{top_five_newest.USERNAME_FULL} {L_JOINED}: {top_five_newest.REG_DATE}</span><br /><!-- END top_five_newest --></td>
</tr>