MyBB Menu
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #10
RE: MyBB Menu
Simple example (based on your menu, assuming you put it in your header template, and you already have the css property for the menu id):

HTML Code
1
2
3
4
5
6
<div id="menu">
	<ul>
		<li><a href="/foro/forumdisplay.php?fid=33">Lector Manga</a></li>
		<li><a href="/foro/forumdisplay.php?fid=22">Anime y Manga</a></li>
	</ul>
</div>


Assuming you already know how to create a template prefix for a forum:

forum1_header (header template with template prefix for fid=33), the menu will be like this:

HTML Code
1
2
3
4
5
6
<div id="menu">
	<ul>
		<li class="active"><a href="/foro/forumdisplay.php?fid=33">Lector Manga</a></li>
		<li><a href="/foro/forumdisplay.php?fid=22">Anime y Manga</a></li>
	</ul>
</div>


forum2_header (header template with template prefix for fid=22), the menu will be like this:

HTML Code
1
2
3
4
5
6
<div id="menu">
	<ul>
		<li><a href="/foro/forumdisplay.php?fid=33">Lector Manga</a></li>
		<li class="active"><a href="/foro/forumdisplay.php?fid=22">Anime y Manga</a></li>
	</ul>
</div>


09-12-2010 04:06 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
MyBB Menu - Gypaete - 08-21-2010, 11:20 PM
RE: MyBB Menu - Imran - 08-22-2010, 06:29 AM
RE: MyBB Menu - Gypaete - 08-22-2010, 08:56 PM
RE: MyBB Menu - RateU - 08-23-2010, 05:48 AM
RE: MyBB Menu - Gypaete - 09-11-2010, 09:45 PM
RE: MyBB Menu - Imran - 08-23-2010, 09:52 AM
RE: MyBB Menu - ZiNgA BuRgA - 08-23-2010, 12:25 PM
RE: MyBB Menu - RateU - 09-12-2010, 03:02 AM
RE: MyBB Menu - Gypaete - 09-12-2010, 03:24 AM
RE: MyBB Menu - RateU - 09-12-2010 04:06 AM
RE: MyBB Menu - Gypaete - 09-12-2010, 06:11 AM

 Standard Tools
Forum Jump: