Hola a todos Aca dejo algunos botones para el theme mozilla . A de servir a alguien que use ese theme.*Recalco esto se agrega en mozilla/index.templade.phpversion: 1.1.11 es la que yo usoBuscar // the [member] list button
agregar antes: el codigo del boton.."~"
lista staffhttp://custom.simplemachines.org/mods/index.php?mod=348
boton:
// the [staff list] button
if ($context['allow_view_stafflist'])
echo '<li><a href="', $scripturl, '?action=staff">' , $txt['smfstaff_stafflist'] , '</a></li>';
SMF articleshttp://custom.simplemachines.org/mods/index.php?mod=1354
boton:
// the [Articles] button
if ($context['allow_view_smfarticles'])
echo '<li><a href="', $scripturl, '?action=articles">' , $txt['smfarticles_menu'] , '</a></li>';
MOD invitehttp://custom.simplemachines.org/mods/index.php?mod=653
boton:
// Invite MOD.
if (allowedTo('invite'))
{
global $modSettings;
echo '<li><a href="', $scripturl, '?action=invite">' , (!empty($modSettings['invite_menu_title']) ? $modSettings['invite_menu_title'] : $txt['invite_title']) , '</a></li>';
}
SMshophttp://custom.simplemachines.org/mods/index.php?mod=65
boton:
// the [shop] button
echo '<li><a href="', $scripturl, '?action=shop">Shop</a></li>' , $current_action == 'shop' ? '' : '';
ojo: recalco de nuevo Es para theme mozillaPD: espero que les sirva .
Por favor, lee esto: http://www.simplemachines.org/community/index.php?topic=378348.0 y esto: http://www.simplemachines.org/community/index.php?topic=387067.0
Sino queres que te cierre el post:
1) Pone una letra normal.
2) Saca las mayúsculas del post.
Gracias... lo muevo a Tutoriales...
ya esta ya lo edite. ojala que le sirve a alguien..okis..seguire aportando mas para theme mozilla