MyBB Community Forums

Full Version: Top Links
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Does anyone know of a way I can make the links go to the top like this. Right now they are just part of the logo. I don't have flash or i would do them with flash and take out the logo link from the header. All help is appreciated thank you.


Example (It's my forum just unfinished)

http://joseph-hayes.net/forum/index.php

It doesn't have to be a way to make those links like they are if there is another way to make them look nice it will be fine by me. Drop down menus or anything but a lot of people don't like those.


After looking at it I think i actually need to just redesign the whole top but maybe will do that later.

Also I didn't notice that the login register links were part of the welcome message so I don't need to worry about those links. And whatever extra links can be moved anywhere.
Hello there,
well wow! i'm not getting u rightToungue but anyway

the links u see in the board, (Search Member List Calendar Help ) are part of the header template

<div class="menu">
				<ul>
					<li><a href="$settings[bburl]/search.php"><img src="$theme[imgdir]/toplinks/search.gif" border="0" alt="$lang->toplinks_search" />$lang->toplinks_search</a></li>
					<li><a href="$settings[bburl]/memberlist.php"><img src="$theme[imgdir]/toplinks/memberlist.gif" border="0" alt="$lang->toplinks_memberlist" />$lang->toplinks_memberlist</a></li>
					<li><a href="$settings[bburl]/calendar.php"><img src="$theme[imgdir]/toplinks/calendar.gif" border="0" alt="$lang->toplinks_calendar" />$lang->toplinks_calendar</a></li>
					<li><a href="$settings[bburl]/misc.php?action=help"><img src="$theme[imgdir]/toplinks/help.gif" border="0" alt="$lang->toplinks_help" />$lang->toplinks_help</a></li>
				</ul>
			</div>

i see that you have removed them, and i guess you wanna implement them again, but with a nice style, and if possible within the logo itself.
so , if you are aware of Image maps the procedures to do that will be so easy. so you may use the image map, and replace its code, with the one you have for the logo in the header template.

for information about image maps read here

if you also have a software like dreamweaver, it will be a piece of cake.

regards