Adaugare imagine la Posturi Recente

Dacă aveti intrebari legate de stilul folosit, daca doriţi să vă faceţi cunoscute stilurile şi temele proprii sau doriţi să comentaţi alte stiluri pentru forumul phpBB 3.0.x, acesta este locul potrivit.
Reguli forum
Aveti o problema si vreti sa primiti ajutor? Click aici ! Nu uitati si de regulamentul forumului !
Închis
Sufletel
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:

Adaugare imagine la Posturi Recente

Mesaj de Sufletel »

Imagine
Avatar utilizator
bogdan
AdministratorAdministrator
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

Mesaj de bogdan »

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?
Sufletel
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

Mesaj de Sufletel »

Modul se numeste top five!
Si imi cer scuze ca am postat doar imagine!
Avatar utilizator
bogdan
AdministratorAdministrator
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

Mesaj de bogdan »

Adauga imaginea in fisierul \styles\stilul_tau\template\top_five_body.html. E un HTML simplu
Sufletel
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

Mesaj de Sufletel »

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>&nbsp;{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>
Deci am asa..si vreau sa adaug o imagine..care cod HTML trebe sal folosesc?
Vreau sa pun imaginea asta: Imagine
Avatar utilizator
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

Mesaj de clubptc »

Intra in top_five.html si schimba acel cod cu asta:

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>&nbsp;{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> 
Sau cu asta:

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>&nbsp;{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> 
Vezi care iti place mai mult. :)
Sufletel
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

Mesaj de Sufletel »

Multumesc! :)
Închis

Înapoi la “3.0.x Stiluri, teme, avataruri şi butoane”

Cine este conectat

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