Numele pe mijloc

Pentru întrebări legate de facilităţile forumului phpBB 2.0.x, acest loc este cel mai potrivit.
Avatar utilizator
BLACKangel
Utilizator înregistrat
Mesaje: 72
Membru din: 10-Dec-2006, 11:48:12
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Piatra Neamt. Orasul ala frumos
Contact:

Numele pe mijloc

Mesaj de BLACKangel »

cum pot sa pun numele sa se vada la toti utilizatorii sa sa vada pe mijloc
Avatar utilizator
Etherfast
Fost coleg
Mesaje: 2634
Membru din: 19-Sep-2006, 10:33:41
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucharest, RO
Contact:

Mesaj de Etherfast »

Daca te referi la asta din stanga, de deasupra stelutelor, trebuie sa editezi templates/subSilver/viewtopic_body.tpl.

Cauti acolo:

Cod: Selectaţi tot

<b>{postrow.POSTER_NAME}</b>
... si incadrezi intre:

Cod: Selectaţi tot

<center> .... </center>
Cu alte cuvinte, trebuie sa inlocuiesti cu:

Cod: Selectaţi tot

<center><b>{postrow.POSTER_NAME}</b></center>
Daca nu la numele ala te referi, fa un screenshot cu ce anume vrei sa centrezi.
etherfast.ro - Blog personal
Avatar utilizator
BLACKangel
Utilizator înregistrat
Mesaje: 72
Membru din: 10-Dec-2006, 11:48:12
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Piatra Neamt. Orasul ala frumos
Contact:

Mesaj de BLACKangel »

Nenea Membru cu statut special :) am rezolvat da imi apare un alt spatiu sub NUME:

Imagine
Ultima oară modificat 10-Dec-2006, 12:47:44 de către BLACKangel, modificat 1 dată în total.
NetraKID
Utilizator înregistrat
Mesaje: 128
Membru din: 08-Sep-2006, 10:52:08

Mesaj de NetraKID »

Cod: Selectaţi tot

<table> 
  <tr> 
   <td><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br> 
     <span><b>{PAGINATION}</b><br> 
     &nbsp; </span></td> 
  </tr> 
</table> 

<table> 
  <tr> 
   <td><span><a href="{U_POST_NEW_TOPIC}"><img></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img></a></span></td> 
   <td><span>&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
     -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> 
  </tr> 
</table> 

<table> 
   <tr> 
      <td><span><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> &nbsp;</span></td> 
   </tr> 
   {POLL_DISPLAY} 
   <tr> 
      <th>{L_AUTHOR}</th> 
      <th>{L_MESSAGE}</th> 
   </tr> 
   <BEGIN> 
   <tr> 
      <td><span><a name="{postrow.U_POST_ID}"></a><b><center>{postrow.POSTER_NAME}</center></b></span><br><span>{postrow.POSTER_RANK}<br>{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br><br>{postrow.POSTER_JOINED}<br>{postrow.POSTER_POSTS}<br>{postrow.POSTER_FROM}</span><br></td> 
      <td><table> 
         <tr> 
            <td><a href="{postrow.U_MINI_POST}"><img></a><span>{L_POSTED}: {postrow.POST_DATE}<span>&nbsp;</span>&nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> 
            <td>{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td> 
         </tr> 
         <tr> 
            <td><hr></td> 
         </tr> 
         <tr> 
            <td><span>{postrow.MESSAGE}{postrow.SIGNATURE}</span><span>{postrow.EDITED_MESSAGE}</span></td> 
         </tr> 
      </table></td> 
   </tr> 
   <tr> 
      <td><span><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td> 
      <td><table> 
         <tr> 
            <td>{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script></td></script><noscript>{postrow.ICQ_IMG}</noscript></td> 
         </tr> 
      </table></td> 
   </tr> 
   <tr> 
      <td><img></td> 
   </tr> 
   <END> 
   <tr> 
      <td><table> 
         <tr><form> 
            <td><span>{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input></span></td> 
         </form></tr> 
      </table></td> 
   </tr> 
</table> 

<table> 
  <tr> 
   <td><span><a href="{U_POST_NEW_TOPIC}"><img></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img></a></span></td> 
   <td><span>&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
     -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> 
   <td><span>{S_TIMEZONE}</span><br><span>{PAGINATION}</span> 
     </td> 
  </tr> 
  <tr> 
   <td><span>{PAGE_NUMBER}</span></td> 
  </tr> 
</table> 

<table> 
  <tr> 
   <td><span>{S_WATCH_TOPIC}</span><br> 
     &nbsp;<br> 
     {S_TOPIC_ADMIN}</td> 
   <td>{JUMPBOX}<span>{S_AUTH_LIST}</span></td> 
  </tr> 
</table>
Edited : Scuze am postat in acelasi timp :)
Ultima oară modificat 10-Dec-2006, 12:46:46 de către NetraKID, modificat 1 dată în total.
Avatar utilizator
Etherfast
Fost coleg
Mesaje: 2634
Membru din: 19-Sep-2006, 10:33:41
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucharest, RO
Contact:

Mesaj de Etherfast »

Linia 29

Cod: Selectaţi tot

 <b>{postrow.POSTER_NAME}</b>
Da un search ;)
etherfast.ro - Blog personal
Avatar utilizator
BLACKangel
Utilizator înregistrat
Mesaje: 72
Membru din: 10-Dec-2006, 11:48:12
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Piatra Neamt. Orasul ala frumos
Contact:

Mesaj de BLACKangel »

Nenea Membru cu statut special :) am rezolvat da imi apare un alt spatiu sub NUME:

Imagine
Avatar utilizator
Etherfast
Fost coleg
Mesaje: 2634
Membru din: 19-Sep-2006, 10:33:41
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucharest, RO
Contact:

Mesaj de Etherfast »

Scoate ...de dupa secventa pe care ai editat-o si vezi ce se intampla.
Asta e singurul tag HTML care-ti trece pe linia urmatoare.
etherfast.ro - Blog personal
Avatar utilizator
BLACKangel
Utilizator înregistrat
Mesaje: 72
Membru din: 10-Dec-2006, 11:48:12
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Piatra Neamt. Orasul ala frumos
Contact:

Mesaj de BLACKangel »

Am rezolvat ms mult, nenea Membru cu statut special RullZzz :)

EDIT LATER:

Cum instalez mod-uri :) am spre exemplu "AvatarOnIndex_120" unde il pun ?
Avatar utilizator
Aliniuz
Fost coleg
Mesaje: 3629
Membru din: 19-Mai-2006, 08:06:42
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Galati
Contact:

Mesaj de Aliniuz »

BLACKangel scrie:Am rezolvat ms mult, nenea Membru cu statut special RullZzz :)

EDIT LATER:

Cum instalez mod-uri :) am spre exemplu "AvatarOnIndex_120" unde il pun ?
Citeste articolul Instalarea unui MOD in phpBB .
Avatar utilizator
BLACKangel
Utilizator înregistrat
Mesaje: 72
Membru din: 10-Dec-2006, 11:48:12
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Piatra Neamt. Orasul ala frumos
Contact:

Mesaj de BLACKangel »

nu inteleg nimic de acolo :( explicam mai pe scurt de rog
Închis

Înapoi la “2.0.x Cum pot să...?”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 3 vizitatori