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
Como poner este cuadro
Páginas (2): 1 2   
~EroKenji   26 Sep, 2009, 7:46 am
#1
Quisiera poner el cuadro que dice "forum test" , "login", etc.
[Imagen: 10640-1225578945-ScreenShot058.jpg]

Hay alguna forma de agregarlo?
Cluster   26 Sep, 2009, 10:54 am
#2
especifica cual cuadro

:)
~EroKenji   26 Sep, 2009, 12:46 pm
#3
Cita:Quisiera poner el cuadro que dice "forum test" , "login", etc.
Pero bueno, aqui una imagen:
[Imagen: 106401225578945screensh.png]
http://img87.imageshack.us/img87/9869/10...reensh.png
Aeroxis   29 Sep, 2009, 11:54 am
#4
Creo que se podría hacer, si vas a Plantillas y Estilos / Plantillas / Este theme / Header / header_welcomeblock_guest (o como se diga)
Haz Copy de el código de ese cuadro(¿Cuál será?) y lo pegas en Header / header_welcomeblock_guest de tu foro :O

Que conste que es una TEORÍA
~EroKenji   29 Sep, 2009, 4:49 pm
#5
Me sale este codigo:
Código:
<table border="0" cellspacing="$theme[borderwidth]" cellpadding="4" class="tborder">
<tr>
<td class="thead_bottom" colspan="2"></td>
</tr>
<tr>
<td class="trow1" width="100%"><navigation></td>
<td class="trow2" style="font-size:11px; white-space:nowrap">
<form action="member.php" method="post">
<table>
<tr>
<td><strong>{$lang->login_username}</strong></td>
<td><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" style="width: 120px;" /></td>
<td></td>
</tr>
<tr>
<td><strong>{$lang->login_password}</strong><br /></td>
<td><input type="password" class="textbox" name="password" size="25" style="width: 120px;" /></td>
<td><input type="submit" class="button" name="submit" value="{$lang->login}" /></td>
</tr>
</table>
<input type="hidden" name="action" value="do_login" />
<input type="hidden" name="url" value="{$redirect_url}" />
</form>
</td>
</tr>
<tr>
<td colspan="2" style="padding:0">
<table border="0" cellspacing="0" cellpadding="0" class="thead_bottom">
<tr align="center" class="tfoot">
<td class="welcome_bottom"><a href="{$mybb->settings['bburl']}/member.php?action=login">{$lang->welcome_login}</a></td>
<td class="welcome_bottom"><a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a></td>
<td class="welcome_bottom"><a href="search.php?action=getnew">{$lang->welcome_newposts}</a></td>
<td class="welcome_bottom"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily">{$lang->welcome_todaysposts}</a></td>
<td class="welcome_bottom"><a href="$settings[bburl]/search.php">{$lang->toplinks_search}</a></td>
</tr>
</table>
</td>
</tr>
</table>
Aeroxis   30 Sep, 2009, 4:49 am
#6
Código:
<table>
<tr>
<td><strong>{$lang->login_username}</strong></td>
<td><input type="text" class="textbox" name="username" size="25" maxlength="{$mybb->settings['maxnamelength']}" style="width: 120px;" /></td>
<td></td>
</tr>
<tr>
<td><strong>{$lang->login_password}</strong><br /></td>
<td><input type="password" class="textbox" name="password" size="25" style="width: 120px;" /></td>
<td><input type="submit" class="button" name="submit" value="{$lang->login}" /></td>
</tr>
</table>
Esta parte es la de Login.
~EroKenji   30 Sep, 2009, 2:53 pm
#7
Si, pero yo quiero que sea todo el cuadro, no solo la parte del login D:
Cluster   30 Sep, 2009, 5:16 pm
#8
Hay Un Tuto HBecho Por Joki

:)
Himura   30 Sep, 2009, 6:30 pm
#9
basicamente lo quieres es un panel al estilo vbulletin, en este tutorial se explica como se hace.
http://www.mybb-es.com/showthread.php?tid=597
[Imagen: attachment.php?aid=76]
Saludos
~EroKenji   30 Sep, 2009, 8:07 pm
#10
Solamente tengo que borrar lo que tienen ahora y poner esos codigos ¿no?
Páginas (2): 1 2   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.