
Adaugare imagine la Posturi Recente
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
- bogdan
- Mesaje: 10888
- Membru din: 18-Oct-2002, 13:14:27
- Versiune: 3.0.11
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Mediu
- Localitate: Bucuresti
- Contact:
Re: Adaugare imagine la Posturi Recente
Incearca sa explici prin cuvinte si doar in plus sa pui capturi pentru ca imaginile nu se pot indexa pentru cautare.
Ce MOD ai instalat pentru Mesaje recente?
Ce MOD ai instalat pentru Mesaje recente?
-
- Utilizator înregistrat
- Mesaje: 212
- Membru din: 16-Iul-2010, 15:34:09
- Versiune: 3.0.10
- Ext: Nu
- Server: UNIX/Linux
- Nivel phpBB: Puţin experimentat
- Nivel php: Puţin experimentat
- Contact:
Re: Adaugare imagine la Posturi Recente
Modul se numeste top five!
Si imi cer scuze ca am postat doar imagine!
Si imi cer scuze ca am postat doar imagine!
- bogdan
- Mesaje: 10888
- Membru din: 18-Oct-2002, 13:14:27
- Versiune: 3.0.11
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Mediu
- Localitate: Bucuresti
- Contact:
Re: Adaugare imagine la Posturi Recente
Adauga imaginea in fisierul \styles\stilul_tau\template\top_five_body.html. E un HTML simplu
-
- Utilizator înregistrat
- Mesaje: 212
- Membru din: 16-Iul-2010, 15:34:09
- Versiune: 3.0.10
- Ext: Nu
- Server: UNIX/Linux
- Nivel phpBB: Puţin experimentat
- Nivel php: Puţin experimentat
- Contact:
Re: Adaugare imagine la Posturi Recente
Cod: Selectaţi tot
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" width="40%"><h4>{L_NEWEST_TOPICS}</h4></td>
<td class="cat" width="20%"><h4>{L_TOP_FIVE_ACTIVE}</h4></td>
<td class="cat" width="40%"><h4>{L_TOP_FIVE_NEWEST}</h4></td>
</tr>
<tr>
<td class="row1" valign="top"><!-- BEGIN top_five_topic --><span class="genmed"><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a> {top_five_topic.USERNAME_FULL}</span><br /><!-- 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>
</table>
Vreau sa pun imaginea asta:

- clubptc
- Utilizator înregistrat
- Mesaje: 181
- Membru din: 06-Mai-2010, 21:15:17
- Versiune: 3.0.10
- Ext: Da
- Server: UNIX/Linux
- Nivel phpBB: Experimentat
- Nivel php: Experimentat
- Contact:
Re: Adaugare imagine la Posturi Recente
Intra in top_five.html si schimba acel cod cu asta:
Sau cu asta:
Vezi care iti place mai mult.
Cod: Selectaţi tot
<br clear="all" />
<div class="cap-div"><div class="cap-left"><div class="cap-right">Top 5</div></div></div>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="cat" width="4%"></td>
<td class="cat" width="38%"><h4>{L_NEWEST_TOPICS}</h4></td>
<td class="cat" width="20%"><h4>{L_TOP_FIVE_ACTIVE}</h4></td>
<td class="cat" width="38%"><h4>{L_TOP_FIVE_NEWEST}</h4></td>
</tr>
<tr>
<td class="row1" rowspan="2" align="center" valign="middle"><img src="http://img401.imageshack.us/img401/2357/statistics.png" alt="" /></td>
<td class="row1" valign="top"><!-- BEGIN top_five_topic --><span class="genmed"><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a> {top_five_topic.USERNAME_FULL}</span><br /><!-- 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>
</table>
Cod: Selectaţi tot
<br clear="all" />
<div class="cap-div"><div class="cap-left"><div class="cap-right">Top 5</div></div></div>
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="row1" width="4%" rowspan=2"><img src="http://img401.imageshack.us/img401/2357/statistics.png" alt="" /></td>
<td class="cat" width="38%"><h4>{L_NEWEST_TOPICS}</h4></td>
<td class="cat" width="20%"><h4>{L_TOP_FIVE_ACTIVE}</h4></td>
<td class="cat" width="38%"><h4>{L_TOP_FIVE_NEWEST}</h4></td>
</tr>
<tr>
<td class="row1" valign="top"><!-- BEGIN top_five_topic --><span class="genmed"><a href="{top_five_topic.U_TOPIC}">{top_five_topic.TOPIC_TITLE}</a> {top_five_topic.USERNAME_FULL}</span><br /><!-- 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>
</table>

-
- Utilizator înregistrat
- Mesaje: 212
- Membru din: 16-Iul-2010, 15:34:09
- Versiune: 3.0.10
- Ext: Nu
- Server: UNIX/Linux
- Nivel phpBB: Puţin experimentat
- Nivel php: Puţin experimentat
- Contact:
Re: Adaugare imagine la Posturi Recente
Multumesc!

Cine este conectat
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator