Supervisor |
"> |
| Underground | |
| Rango,Nick Debajo del avatar [PHPBB2] - 21/10/2010, 2:02 pm
Este es una previsualizacion de como os va quedar. Comenzamos: Vamos a Panel de Admin → Vizualisacion → Templantes → General Una vez ahi Buscamos: viewtopic_body- Ctrl+F buscamos esta parte del templante - Código:
<td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150"> <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span>
<span class="postdetails poster-profile"> {postrow.displayed.POSTER_RANK}
{postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}
<!-- BEGIN profile_field --> {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR} <!-- END profile_field --> {postrow.displayed.POSTER_RPG} </span>
<img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" /> </td>
Remplazamos por esta: - Código:
<td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150"> <span class="postdetails poster-profile"> {postrow.displayed.POSTER_AVATAR}
<span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span>
{postrow.displayed.POSTER_RANK}
{postrow.displayed.RANK_IMAGE}
<!-- BEGIN profile_field --> {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR} <!-- END profile_field --> {postrow.displayed.POSTER_RPG} </span>
<img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" /> </td>
Tuto por: JoeTPSD: Para copiar solo seleccionen lo que van a copiar luego, usen Control+C
|
Principiante | "> |
| Eslam Love | |
| thanks - 27/2/2015, 11:01 am | Permisos de este foro: | No puedes responder a temas en este foro.
Código [IMG] está Activado Código HTML está Activado
|
|
|
|