uno black no estaria mal Smile
(28 May, 2011, 2:40 am)leoclaros escribió: uno black no estaria mal Smile

Aun me faltan 4 colores que no he colocado por pereza xD

2 ya los decidí pero los otros 2 quizás ni los haga por que no me decido si poner blanco, gris, negro o similares.
{SIGNATURE_IMAGE}
Sama en el blue y en el green la loguinbox encontré un error en la plantilla header_welcomeblock_guest no me permitía loguear por lo que vi había un error en action="{$portal_url}"

header_welcomeblock_guest original
Código:
<div id="panel">
<form method="post" action="{$portal_url}" class="text_left">
<input type="hidden" name="action" value="do_login" />
<input type="text" class="textboxreg" name="username" value="{$lang->login_username}" style="width:35%;" onblur="this.value = this.value || this.defaultValue; this.style.color = '#ccc';" onfocus="this.value=''; this.style.color = '#000';" />
<input type="password" class="textboxreg" name="password" value="{$lang->login_password}" style="width:35%;" onblur="this.value = this.value || this.defaultValue; this.style.color = '#ccc';" onfocus="this.value=''; this.style.color = '#000';" />
<span class="float_right;"><input type="submit" class="button" name="loginsubmit" value="{$lang->welcome_login}" /></span><br/>
<label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label>
</form><span class="float_right"><a href="{$mybb->settings['bburl']}/member.php?action=lostpw">{$lang->lost_password}</a> <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a></span>
</div>

Así lo arregle y funciono todo
Código:
<div id="panel">
<form method="post" action="member.php" class="text_left">
<input type="hidden" name="action" value="do_login" />
<input type="text" class="textboxreg" name="username" value="{$lang->username}" style="width:35%;" onblur="this.value = this.value || this.defaultValue; this.style.color = '#ccc';" onfocus="this.value=''; this.style.color = '#000';" />
<input type="password" class="textboxreg" name="password" value="{$lang->password}" style="width:35%;" onblur="this.value = this.value || this.defaultValue; this.style.color = '#ccc';" onfocus="this.value=''; this.style.color = '#000';" />
<span class="float_right;"><input type="submit" class="button" name="loginsubmit" value="{$lang->welcome_login}" /></span><br/>
<label title="{$lang->remember_me_desc}"><input type="checkbox" class="checkbox" name="remember" value="yes" /> {$lang->remember_me}</label>
</form><span class="float_right"><a href="{$mybb->settings['bburl']}/member.php?action=lostpw">{$lang->lost_password}</a> <a href="{$mybb->settings['bburl']}/member.php?action=register">{$lang->welcome_register}</a></span>
</div>
Gracias thuriel, siempre estuve al tanto de dicho bug, pero solo lo solucione en los ultimos colores que coloque.

Pronto actualizare todos mis temas, posiblemente cuando salga la version 1.6.5 de mybb y volveré a subirlos.
{SIGNATURE_IMAGE}
Amigo el tema esta en español? jejeje otra cosa tiene todo eso que muestra en las caps jejeje.
Muy buen tema me encanto capo...
(24 Apr, 2012, 4:17 pm)pes style escribió: Amigo el tema esta en español? jejeje otra cosa tiene todo eso que muestra en las caps jejeje.
Muy buen tema me encanto capo...

Se supone que el idioma debe ser el de tu foro, osea (supongo) si.

Cuando salga MyBB 1.8. lo actualizare por que segun sera mas facil hacer temas de colores, ya veremos.

Gracias.
{SIGNATURE_IMAGE}
Aya jejeje gracias me encanta ahora se lo pongo mi foro capo toma un detalle para vos.