Pagina 1 din 1
Cum adaug
Scris: 04-Feb-2013, 08:11:01
de exduss
Am vazut pe multe Forumuri asa ceva :
http://img198.imageshack.us/img198/4079 ... 074522.png
Cum as putea face sa imi apara si mie lafel?
Unde trebuie sa intru si ce trebuie sa modific...vreau sa mi se explice cum trebuie... ex: intri aic...adaugi dupa...intri aici... Intelegeti voi...
Astept raspunsuri

Re: Cum adaug
Scris: 04-Feb-2013, 21:20:52
de bogdan
Asa ceva ce? Explica in cuvinte ca de aia invatam sa ne exprimam.
Re: Cum adaug
Scris: 05-Feb-2013, 07:23:11
de exduss
Paiii pardon bogdan, tocmai ti-am lasat un link cu imaginea...e chiar asa de greu sa te uiti la ea?
De ce intotdeauna tre sa te iei de noi cu greselile de exprimare...intelegi tu destul de bine...Sa sti ca nu toti suntem perfecti
Uitate la acel link si spunemi ce modificari trebuie sa fac in index_body.html ca sa imi apara si mie lafel
Re: Cum adaug
Scris: 05-Feb-2013, 16:34:44
de Anișor
Si mai exact pe ce forum ai vazut tu asta? nu putem sa iti spunem din imagine ...
Re: Cum adaug
Scris: 05-Feb-2013, 21:08:07
de exduss
Am vazut pe asta:
http://megacs.ro/forum ... scuze de reclama
Re: Cum adaug
Scris: 05-Feb-2013, 21:42:53
de Anișor
Acesta este codul pe care il bagi in index_body.html , bineintales ca ai nevoie si de imagini , sper ca stii cum sa le iei :
Cod: Selectaţi tot
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="415" valign="top">
<!-- IF S_DISPLAY_ONLINE_LIST -->
<br clear="all" />
{$CA_BLOCK_START}
{$CA_CAP2_START}
<!-- IF U_VIEWONLINE --><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a><!-- ELSE -->{L_WHO_IS_ONLINE}<!-- ENDIF -->{$CA_CAP2_END}
<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif"></td>
<td class="row1" width="100%"><span class="genmed"><strong>{TOTAL_USERS_ONLINE}</strong></span></td>
</tr><tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/most_users.png"></td>
<td class="row1" width="100%"><span class="genmed"><strong>{RECORD_USERS}</strong></span></td>
</tr><tr>
<tr>
<td class="row1"><img src="{T_THEME_PATH}/images/totals.png" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%"><span class="genmed"><strong>{TOTAL_POSTS} - {TOTAL_TOPICS} - {TOTAL_USERS}</strong></span></td>
</tr><tr>
<tr>
<td class="row1" align="center"><img src="{T_THEME_PATH}/images/newest_member.png" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%"><span class="genmed"><strong>{NEWEST_USER}</strong></span></td>
</tr>
<tr>
<td class="row1" align="center"><img src="{T_THEME_PATH}/images/new.png" alt="{L_STATISTICS}" /></td>
<td class="row1" width="100%"><span class="genmed"><strong>Versiune phpBB:</strong> <strong>[ <font color="#1bdb00">3.0.11</font> ]</strong></span></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/birthday.png"></td>
<td class="row1 nobold" width="100%"><p class="genmed">
<!-- IF BIRTHDAY_LIST -->{L_CONGRATULATIONS}: {BIRTHDAY_LIST}<!-- ELSE --><strong>{L_NO_BIRTHDAYS}</strong><!-- ENDIF --></p></td>
</tr>
<tr>
<td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/terms.png"></td>
<td class="row1 nobold" width="100%"><strong>Citeste <a href="ucp.php?mode=terms" class="lightbox">Termenii de utilizare</a> si <a href="ucp.php?mode=privacy" class="lightbox">Politica de confidentialitate</a></strong></td>
</tr>
</table>
{$CA_BLOCK_END}
<!-- ENDIF -->
</td>