The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I need to put this as a dropdown form on navbar:
HTML Code:
<table border="0" align="right" cellpadding="4" cellspacing="1"> <tr> <td class="thead">Diccionario de la lengua espa?ola</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form method="GET" action= "http://buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_HTML=2"> <input name="LEMA" type="TEXT" class="post" value="Buscar palabra" size="25" maxlength="100"> <input type="SUBMIT" value="Consultar" action="http://buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_HTML=2&LEMA=&1&" method="GET" class="mainoption"> <select name="TIPO_BUS" class="post"> <option value="0">Exacta <option value="1">Sin diacr?ticos <option value="2">Fon?t.-Ortogr. <option value="3">Escalonada </select> </form> </td> </tr> <tr> </td> </tr> </table> ![]() |
#2
|
|||
|
|||
![]()
so put it on?
put in the nav bar template after um calander |
#3
|
|||
|
|||
![]()
in your navbar template find
Code:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> <if condition="$show['popups']"> Code:
<td id="custom" class="vbmenu_control"><a href="$show[nojs_link]#custom">[high]LINK TITLE HERE[/high]</a> <script type="text/javascript"> vbmenu_register("custom"); </script></td> Code:
<if condition="$show['popups']"> <!-- NAVBAR POPUP MENUS --> Code:
<div class="vbmenu_popup" id="custom_menu" style="display:none"> <table border="0" align="right" cellpadding="4" cellspacing="1"> <tr> <td class="thead">Diccionario de la lengua espa?ola</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form method="GET" action= "http://buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_HTML=2"> <input name="LEMA" type="TEXT" class="post" value="Buscar palabra" size="25" maxlength="100"> <input type="SUBMIT" value="Consultar" action="http://buscon.rae.es/draeI/SrvltGUIBusUsual?TIPO_HTML=2&LEMA=&1&" method="GET" class="mainoption"> <select name="TIPO_BUS" class="post"> <option value="0">Exacta <option value="1">Sin diacr?ticos <option value="2">Fon?t.-Ortogr. <option value="3">Escalonada </select> </form> </td> </tr> <tr> </td> </tr> </table> </div> |
#4
|
|||
|
|||
![]()
great
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|