Pues veran kiero saber si ay alguna opcion de poder agregar el portal del foro a la barra de navegacion ??? ???
(https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fimg80.imageshack.us%2Fimg80%2F5922%2Fdibujoud0.jpg&hash=c41474ee16504b7d51e9d77041a9fcf839be7026)
AKI DEJO LA RUTA DE LA IMAGEN PARA QUE LA VEAN MAS GRANDE
http://img80.imageshack.us/img80/5922/dibujoud0.jpg
si claro, edite el inedx.template.php de su theme
lo edito pero que parte se supone que voy a editar....
mmm eso no lo se ^^, q tema estas usando?
el tema se llama Kelo-It
en el archivo q nombre antes, busca esta linea:
// Start of the tab section.
después de eso veras los links q se muestran en la navbar, te recomiendo dejar el link al portal al principio en vez de al final como tienes en la img, entonces el codigo seria el siguiente
Busca:
// Show the default [home] button.
echo ($current_action=='home' || $context['browser']['is_ie4']) ? '' : '' , '
<li class="' , $current_action == 'home' ? 'current' : '' , '"><a href="', $scripturl, '">' , $txt[103] , '</a></li>';
Agrega antes:
// Link al portal
echo ($current_action=='portal' || $context['browser']['is_ie4']) ? '' : '' , '
<li class="' , $current_action == 'portal' ? 'current' : '' , '"><a href="http://www.otakumi.net">Portal</a></li>';
reemplaza www.otakumi.net por la url de tu portal, dejo esa url para recordarte q debes usar el http://
bueno, pues no es la mejor manera :P, pero es lo mas facil para hacer lo q quieres
Salu2
Listo re facil gracias jeje...
PostData: si lo que keria al principio solo que no tenia espacio para poner lo que keria hacer y y se me olvido decirte jeje
Deberas muchas gracias jeje.. ;D ;D ;D ;D
jaja pues no hay de q, ahora pon [Solucionado] al titulo del tema ^^
Salu2
Listo y de nuevo GRACIAS ;D ;D ;D
el mio es este y no logro hacerlo.
// Show the [home] button.
echo ($current_action=='home' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'home' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '">' , $txt[103] , '</a>
</td>' , $current_action == 'home' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
q theme es el q usas?, así lo instalo y te digo exactamente como hacerlo ^^
defaul_modern, Gracias de antemano por la ayuda.
Busca:
// Show the [home] button.
echo ($current_action=='home' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'home' ? 'active_back' : 'back' , '">
<a href="', $scripturl, '">' , $txt[103] , '</a>
</td>' , $current_action == 'home' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
Agrega antes:
// Boton al portal
echo ($current_action=='portal' || $context['browser']['is_ie4']) ? '<td class="maintab_active_' . $first . '"> </td>' : '' , '
<td valign="top" class="maintab_' , $current_action == 'portal' ? 'active_back' : 'back' , '">
<a href="http://www.otakumi.net">Portal</a>
</td>' , $current_action == 'portal' ? '<td class="maintab_active_' . $last . '"> </td>' : '';
reemplaza www.otakumi.net (http://www.otakumi.net) por la url de tu portal, dejo esa url para recordarte q debes usar el http://
tube un problema, cunado pulso el boton no se me queda como pulsado como los otros, Gracias hermano de verdad de mucho sirvio a ver si podemos hacer lo que digo y disculpe la molestia.
puedes pasarme la url de tu web por favor
claro que si, elmejorp2m.com