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
Poner botón de nuevo tema (Viendo un tema ya creado)
Páginas (2): 1 2   
niny   26 Oct, 2010, 2:45 pm
#1

Bueno el título lo dice todo... Se podria poner botón de nuevo tema (Viendo un tema ya creado)?
Última modificación: 28 Oct, 2010, 7:50 am por Cluster.
nentab   26 Oct, 2010, 2:52 pm
#2
Te refieres a poner un botón como el de "Responder" que hay encima y debajo de cada tema, pero que sea "Nuevo tema". Ese nuevo tema se crearía en el mismo foro que el mensaje que estás viendo.
niny   26 Oct, 2010, 2:57 pm
#3
aver me refiero a poner el boton de nuevo tema alado del boton de responder cuando ves un tema para crear un tema en el mismo foro
nentab   26 Oct, 2010, 3:04 pm
#4
Prueba añadiendo {$newthread} en la plantilla showthread.
niny   26 Oct, 2010, 3:20 pm
#5
podrias decirme algo de codigo....por ej:
codigo...poner aqui...?¿
nentab   26 Oct, 2010, 3:23 pm
#6
Pues justo al lado del {$newreply}.
niny   26 Oct, 2010, 3:30 pm
#7
gracias voy a probar y te digo si funciona...
el unico showthread que e visto esta aqui:
Código:
var fitonpage_on = "{$mybb->settings['g33k_fitonpage_enabled']}";
    var fitonpage_resize = "{$mybb->settings['g33k_fitonpage_resize']}";
    var fitonpage_fluid = "{$mybb->settings['g33k_fitonpage_fluid']}";
    var fitonpage_topbar_resized = "{$lang->fitonpage_topbar_resized}";
    var fitonpage_topbar_full = "{$lang->fitonpage_topbar_full}";
    var fitonpage_topbar_text_class = "{$mybb->settings['g33k_fitonpage_topbar_text_class']}";
    var fitonpage_topbar_bground = "{$mybb->settings['g33k_fitonpage_topbar_bground']}";
    var fitonpage_topbar_icon = "{$mybb->settings['g33k_fitonpage_topbar_icon']}";
    var fitonpage_location = "showthread";
Última modificación: 26 Oct, 2010, 3:36 pm por Tricfire.
Bour Elvan   26 Oct, 2010, 3:47 pm
#8
Editar Plantilla: showthread_newreply
Y al principio pon este código:
Código PHP:
<?php 
<a href="newthread.php?fid={$forum['fid']}"><img src="{$theme['imglangdir']}/newthread.gif" alt="Crear Nuevo tema" /></a>
Última modificación: 26 Oct, 2010, 3:48 pm por LowBattery.
nentab   26 Oct, 2010, 3:54 pm
#9
No no... A ver...

Tienes que ir a la plantilla: Mostrar tema > showthread
Allí agregas lo que te dije.
niny   26 Oct, 2010, 4:01 pm
#10
(26 Oct, 2010, 3:54 pm)abdonroda escribió: No no... A ver...

Tienes que ir a la plantilla: Mostrar tema > showthread
Allí agregas lo que te dije.

pero lo puedo agregar en cualquier sitio o donde?
esque solo me sale el codigo que te e puesto
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.