Log in

View Full Version : Languge Chose Navbar


Reminder
10-22-2005, 10:00 PM
Edit your navbar template, find

Find:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
<tr align="center">


Below this code:


<td id="newlinkx" class="vbmenu_control"><a href="?langid=1">Language</a> <script type="text/javascript"> vbmenu_register("newlinkx"); </script></td>


Find:


<!-- / NAVBAR POPUP MENUS -->

Above this code :


<!-- / new link menu -->
<div class="vbmenu_popup" id="newlinkx_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">

<tr><td class="vbmenu_option"><img class="inlineimg" src="images/misc/TR.gif" border="0"><a href="?langid=3"> Turkish</a></td></tr>

<tr><td class="vbmenu_option"><img class="inlineimg" src="images/misc/EN.gif" border="0"><a href="?langid=1"> English</a></td></tr>

<tr><td class="vbmenu_option"><img class="inlineimg" src="images/misc/GE.gif" border="0"><a href="?langid=5"> Dutch</td></tr>

</table>
</div>
<!-- / new link menu -->

Thanks : http://www.zerorelax.com/forum/
MidNight_TR

rb290
10-23-2005, 07:21 PM
just available for those 3 languages ?
anyway to get any language you want ?

Rhoads
10-23-2005, 09:34 PM
Nice, but you have the wrong flag for the dutch :p

sensimilla
10-24-2005, 07:09 AM
thanks nice hack :)

Reminder
10-24-2005, 08:05 AM
Nice, but you have the wrong flag for the dutch :p

Opppsss...

Sory. :)

GrendelKhan{TSU
10-24-2005, 08:45 AM
just available for those 3 languages ?
anyway to get any language you want ?


what he said.

(though looking at the code...it looks pretty easy to add whatever language coodinates to whatever language id is on our respective forums ;) --and gotta get the coordinating flag of course. :p )