MyBB Community Forums

Full Version: Making a nav
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
URL: argenplay.com.ar
version: 1.4.10
Problem: well, i add a nav like vbulletin, and now i want to add an other nav (i dont know if its call like that) here i have a picture

[Image: asdgaa.jpg]

how can i make that.

to see the other nav see the forum
First of all you should upgrade to 1.4.11.
This is just simple CSS. If you copy and paste the same code you already have you can just change the images slightly or whatever.
Yes.. Just copy and paste the code of the navbar that you already have.
Look, i did it wrong Confused
Welcome_header_guest
<table class="tborder" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="backg">
<td class="backg" width="100%" rowspan="2">
<a href="http://www.argenplay.com.ar"><img src=images/midnight/home.gif alt="" title="" /><a href="{$mybb->settings['bburl']}/member.php?action=register"><img src=images/midnight/registrar.gif alt="" title="" /><a href="{$mybb->settings['bburl']}/memberlist.php"><img src=images/midnight/memberlist.gif alt="" title="" /><a href="{$mybb->settings['bburl']}/calendar.php"><img src=images/midnight/calendario.gif alt="" title="" /><a href="http://www.argenplay.com.ar/games.php"><img src=images/midnight/juegos.gif alt="" title="" /><a href="$settings[bburl]/search.php"><img src=images/midnight/search.gif alt="" title="" />
</tr>
</table></br>
</br>

<table border="0" cellspacing="$theme[borderwidth]" cellpadding="$theme[tablespace]" class="tborder">
<tr>
<td class="trow1" width="55%" rowspan="2"><navigation></td>
<td width="27%" class="trow2" style="font-size:11px">
<form action="member.php" method="post">
<input type="hidden" name="action" value="do_login" />
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><strong><span class="smalltext">{$lang->username}</span></strong>&nbsp;&nbsp;</td>
<td><input type="text" class="textbox" name="username" title="{$lang->login_username}" value="{$lang->login_username}" onfocus="this.value=''" />

<label for="remember">
<input type="checkbox" name="remember" id="remember" value="yes" checked="checked"  /> ¿Recordarme?

</td>
</tr>
<tr>
<td><strong><span class="smalltext">{$lang->password}</span></strong>&nbsp;&nbsp;</td>
<td><input type="password" class="textbox" name="password" title="{$lang->login_password}" value="{$lang->login_password}" onfocus="this.value=''" />&nbsp;&nbsp;<input type="submit" class="button" name="submit" value="{$lang->welcome_login}" /></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<div align="center">
<table class="tborder" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="thead">
<td class="welcome"><a href="{$mybb->settings['bburl']}/member.php?action=register"><b>{$lang->welcome_register}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/misc.php?action=help"><b>{$lang->toplinks_help}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/memberlist.php"><b>{$lang->toplinks_memberlist}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/calendar.php"><b>{$lang->toplinks_calendar}</b></a></td>
<td class="welcome"><a href="search.php?action=getnew"><b>{$lang->welcome_newposts}</b></a></td>
<td class="welcome"><a href="{$mybb->settings['bburl']}/search.php?action=getdaily"><b>{$lang->welcome_todaysposts}</b></a></td>
<td class="welcome"><a href="$settings[bburl]/search.php"><b>{$lang->toplinks_search}</b></a></td>
</tr>
</table> 

can u tel me how to do to look like blue evolution theme like in vbulletetin?
<table class="tborder" border="0" cellspacing="0" cellpadding="3" align="center" style="border-top-width:0px; font-size:11px">
<tr align="center" class="backg">
<td class="backg" width="100%" rowspan="2">
<a href="http://www.argenplay.com.ar"><img src=images/midnight/home.gif alt="" title="" /></a>
<a href="{$mybb->settings['bburl']}/member.php?action=register"><img src=images/midnight/registrar.gif alt="" title="" /></a>
<a href="{$mybb->settings['bburl']}/memberlist.php"><img src=images/midnight/memberlist.gif alt="" title="" /></a>
<a href="{$mybb->settings['bburl']}/calendar.php"><img src=images/midnight/calendario.gif alt="" title="" /></a>
<a href="http://www.argenplay.com.ar/games.php"><img src=images/midnight/juegos.gif alt="" title="" /></a>
<a href="$settings[bburl]/search.php"><img src=images/midnight/search.gif alt="" title="" /></a>

You are missing the closing tags for the
<a href>

you should close these by adding
</a>
Like I have done above
look, i didit and it looks much beter but i still dont know how to to the following, its suposed to be something in global.css, a statment of images that repeat couse if not its only 5 links with images, i need the nav looks like these

[Image: 2yo9xrd.jpg] the blue image i have it as backg that is the one i use here

<tr align="center" class="backg"> is this okey?
sry for de DP but does anyone know hot to do this, look if u dont understand what im saying please tell me