menu dropdown
Shemo Offline
Member
***
Posts: 184
Joined: Jan 2008
Post: #11
RE: menu dropdown
(08-09-2010 11:15 PM)leefish Wrote:  Hi Shemo, you can do it like this, but in my layout I got rid of the standard links:

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<div id="container">
		<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
<table><tr>
	<td>{$site_links}</td>
	<td>{$featured}</td>
	<td>{$dl_links}</td>
	<td>{$help_link}</td>
	<td><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" title="" />{$lang->toplinks_help}</a></td>
	<td><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" title="" />{$lang->toplinks_calendar}</a></td>
	<td><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" title="" />{$lang->toplinks_memberlist}</a></td>
	<td><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" title="" />{$lang->toplinks_search}</a></td>				
</tr></table>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			<navigation>
			<br />


^^^ did not work.  lee, if you want, I can PM you admin details to my forum if you wouldn't mind taking a peek.
08-10-2010 04:42 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #12
RE: menu dropdown
(08-10-2010 04:42 AM)Shemo Wrote:  ^^^ did not work.  lee, if you want, I can PM you admin details to my forum if you wouldn't mind taking a peek.

Ok, I will try. PM me the link to forum and an ID


[Image: leelink.gif]
MYBB1.6 & XThreads
08-10-2010 07:07 AM
Visit this user's website Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #13
RE: menu dropdown
Ok, I did it - the header is edited, you have a drop down link on the same line as the rest. I called the links forum 1,2 etc. If you want to add another forum then just copy a whole div into the list. You will see what I mean.


[Image: leelink.gif]
MYBB1.6 & XThreads
08-10-2010 09:39 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Shemo Offline
Member
***
Posts: 184
Joined: Jan 2008
Post: #14
RE: menu dropdown
(08-10-2010 09:39 AM)leefish Wrote:  Ok, I did it - the header is edited, you have a drop down link on the same line as the rest. I called the links forum 1,2 etc. If you want to add another forum then just copy a whole div into the list. You will see what I mean.

thanks man..I appreciate you.
08-10-2010 01:25 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: