Supernova y Buttons menu MOD 2.3.0 "Duda en template"
Publicado: 30 Sep 2012, 22:50
Hola a todos/as, abro este tema para ver si me podéis aconsejar como debo realizar ciertos cambios en este mod y el estilo supernova.
El mod me dice que haga estos cambios en el overall_header.html y no es como marca hay y tampoco se como deberia de modificar esa parte.
Encontrar:
Remplazar por esto:
Encontrar:
Agregar despues:
Luego me dice que haga este paso, pero no lo veo necesario.
Encontrar:
Agregar despues:
Si alguien me ayuda con el tema lo agradecería, es que estoy interesado en poner un menu CSS y me gustaria poner un menu editandolo yo manual mente pero dado que no se mucho, voy a probar con este mod a ver que tal es.
Por que por ejemplo hacer un menu CSS estilo a el de esta pagina es complicado?
Aqui os dejo a lo que me refiero.
http://www.teamplayers.es/
Gracias por adelantado.
El mod me dice que haga estos cambios en el overall_header.html y no es como marca hay y tampoco se como deberia de modificar esa parte.
Encontrar:
Código: Seleccionar todo
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
Código: Seleccionar todo
<!-- IF ( S_DISPLAY_SEARCH and not S_IN_SEARCH ) and not ( .buttons and S_MENU_SEARCH ) -->
Código: Seleccionar todo
</fieldset>
</form>
</div>
<!-- ENDIF -->
Código: Seleccionar todo
<!-- IF .buttons -->
<span class="corners-bottom" style="height:0px;"><span style="display: none;"></span></span></div>
</div>
<div id="menu" style="clear:both;margin-top:-3px;background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_bg.gif') repeat-x;">
<div class="inner">
<span class="menu_corner-left" style="background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_corner.gif') no-repeat;"></span>
<span class="menu_corner-right" style="background: url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_corner_right.gif') no-repeat;"></span>
<!-- IF S_DISPLAY_SEARCH and S_MENU_SEARCH -->
<div id="top-search" style="<!-- IF S_MENU_ALIGN == 'right' -->float: left;<!-- ELSE -->float: right;<!-- ENDIF -->background: transparent url('{T_THEME_PATH}/images/menu/{S_MENU_COLOR}/menu_search.gif') no-repeat scroll 0 0;">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="menu_search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
{S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
<ul>
<!-- BEGIN buttons -->
<li style="float:{S_MENU_ALIGN};"<!-- IF .buttons.sub --> onmouseover="getElementsByTagName('ul')[0].style.display = 'block';" onmouseout="getElementsByTagName('ul')[0].style.display = 'none';"<!-- ENDIF -->>
<a href="{buttons.URL}" title="{buttons.NAME}"<!-- IF buttons.EXTERNAL --> target="_blank"<!-- ENDIF --> style="font-weight:{S_MENU_WEIGHT};text-transform:{S_MENU_TEXT_TRANSFORM};">{buttons.NAME}</a>
<!-- IF .buttons.sub -->
<ul>
<!-- BEGIN sub --><li><a href="{sub.URL}" title="{sub.NAME}"<!-- IF sub.EXTERNAL --> target="_blank"<!-- ENDIF --> style="font-weight:{S_MENU_WEIGHT};text-transform:{S_MENU_TEXT_TRANSFORM};">{sub.NAME}</a></li><!-- END sub -->
</ul>
<!-- ENDIF -->
</li>
<!-- END buttons -->
</ul>
<!-- ENDIF -->
Encontrar:
Código: Seleccionar todo
<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
Código: Seleccionar todo
<!-- IF .buttons and S_MENU_SEARCH --><li class="icon-search"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH}</a></li><!-- ENDIF -->
Por que por ejemplo hacer un menu CSS estilo a el de esta pagina es complicado?
Aqui os dejo a lo que me refiero.
http://www.teamplayers.es/
Gracias por adelantado.