Páginas (2):    1 2
universodejuego   22 Apr, 2011, 8:33 am
#11
te pasaste tio, me encanta Wink
Omar G.   24 Apr, 2011, 2:28 pm
#12
Gracias por sus comentarios Smile

Actualizado, agregado el Rojo y Morado

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
Omar G.   11 May, 2011, 2:36 am
#13
Actualizado, agregado el Rosa y Cafe

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
leoclaros   28 May, 2011, 2:40 am
#14
uno black no estaria mal Smile
Omar G.   28 May, 2011, 4:18 am
#15
(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.

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
thuriel   11 Nov, 2011, 7:14 pm
#16
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
<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
<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>
Omar G.   14 Nov, 2011, 1:42 pm
#17
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.

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
pes style   24 Apr, 2012, 4:17 pm
#18
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...
Omar G.   24 Apr, 2012, 6:59 pm
#19
(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.

Envía un DM o MP si te interesa patrocinar alguna actualización o complemento a alguno de mis plugins.

[Imagen: signature.png]

Discord omar.gonzalez (Omar G.#6117); Telegram at @omarugc;
pes style   27 Apr, 2012, 6:04 pm
#20
Aya jejeje gracias me encanta ahora se lo pongo mi foro capo toma un detalle para vos.
Páginas (2):    1 2
  
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.