Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Cambiar de sitio el newthread.
Alex566   14 Apr, 2011, 2:22 pm
#1
Hola, en el displayforum me aparece el newthread a la derecha y me gustaría cambiarle de posición a la izquierda.

¡Muchas gracias!
Cluster   14 Apr, 2011, 2:34 pm
#2
plantillas > tu theme > "Mostrar Foro - Plantillas" >forumdisplay -..... ahi buscas {$newthrea} y estara entre un div <div></div> solo cambia float_right por float_left

:)
Alex566   14 Apr, 2011, 3:36 pm
#3
Ahí no he encontrado nada de divs con newthread :S.
Cluster   14 Apr, 2011, 3:51 pm
#4
perdona error de mi escasa memoria jeje la plantilla a modificar es la de forumdisplay_threadlist

PD: te encontraras con algo asi

<div class="float_left">
{$multipage}
</div>
<div class="float_right">
{$newthread}
</div>

invierte left por right en ambos

:)
Alex566   14 Apr, 2011, 4:03 pm
#5
¡Ahora sí!

Muchísimas gracias por la ayuda =D.
Cluster   14 Apr, 2011, 4:14 pm
#6
Solucionado y cierro Wink

:)
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.