Página 1 de 1

Imagenes Con Attachment

Publicado: 21 Mar 2008, 18:47
por BATIO
Hola a todos.

Mi duda es la siguiente:

Existe alguna forma de que las imagenes que se suben por medio el 'attachment', al insertarlas en el post, no me queden como dentro de un Quote, sino que solo la imagen como si la hubiera puesto mediante estiquetas [IMG].

Saludos y grcias de antemano.

Re: Imagenes Con Attachment

Publicado: 21 Mar 2008, 18:51
por angelismo
Faltan los datos de soporte ,lee las normas

Re: Imagenes Con Attachment

Publicado: 21 Mar 2008, 20:21
por BATIO
Aver... probé cambiando en el style/viewtopic_body.html lo siguiente:

Código: Seleccionar todo

<!-- IF postrow.S_HAS_ATTACHMENTS -->
<br clear="all" /><br />
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
</tr>
<!-- BEGIN attachment -->
<tr>
<!-- IF postrow.attachment.S_ROW_COUNT is even --><td class="row2"><!-- ELSE --><td class="row1"><!-- ENDIF -->{postrow.attachment.DISPLAY_ATTACHMENT}</td>
</tr>
<!-- END attachment -->
</table>
<!-- ENDIF -->
Por esto:

Código: Seleccionar todo

<!-- IF postrow.S_HAS_ATTACHMENTS -->
<br clear="all" /><br />
<!-- BEGIN attachment -->
{postrow.attachment.DISPLAY_ATTACHMENT}
<!-- END attachment -->
<!-- ENDIF -->