Welcome to the E-Blah Community!
We would like to welcome you to our community and invite you to register an account or login.
Being a registered member is important, as it gives you several advantages over the normal Guest status. After registering you will be able to download files and images, post messages, and access member-only portions of the forum - just to name a few. Registration is quick and simple, and only takes about a minute of your time.

E-Blah Community    Technical Support    Question and Answer  ›  Adding an item to the menu
Users Browsing Forum
Yahoo! Bot and 1 Guests

Adding an item to the menu  This thread currently has 187 views. Print
1 Pages 1 Recommend Thread
mikeysfbay
May 28, 2008, 8:55am Report to Moderator Report to Moderator
E-Blah Member
Posts: 3
Posts Per Day: 0.03
Time Online: 1 hours 43 minutes
Hello - I've been saving the use of the support board as a "last resort", and although I haven't pored through the entire collection of posts, I have done a lot of searching through the code of my installation and still can't seem to do what I want to do:  Add a link to my site's Homepage in addition to the rest of the links in the Menu Bar.  Any suggestions?
Logged Offline
Private Message Private message
Nat
May 28, 2008, 5:31pm Report to Moderator Report to Moderator

It's Nice Here :)
Administrator
Posts: 1,607
Gender: Male
Posts Per Day: 0.93
Reputation: 88.57%
Reputation Score: +31 / -4
Time Online: 5 days 4 hours 31 minutes
Location: manchester (UK)
Age: 46
This is just done via editing the main template.. a link to your site will help etc...


"Thats The Way The Mop Flops"
http://www.motionandheart.co.uk/
Logged Offline
Site Site Private Message Private message Reply: 1 - 4
mikeysfbay
May 29, 2008, 4:25am Report to Moderator Report to Moderator
E-Blah Member
Posts: 3
Posts Per Day: 0.03
Time Online: 1 hours 43 minutes
Could you be a bit more specific?  This is my entire template code:

Code
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>

<title><blah v="$title"> - <blah v="$mbname"></title>

<meta http-equiv="Content-Type" content="text/html; charset=<blah v="$char">" />

<link rel="stylesheet" type="text/css" href="<blah v="$templatesu">/<blah v="$dtheme">/template.css" />

<!--[if lt IE 7]>
<script defer type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;/blahdocs/pngfix.js&amp;quot;></script>
<![endif]-->

</head>

<body>
<div id="container">
	<div id="user-info">
		<blah v="$userwelcome"><br />
		<blah v="$userpm">
	</div>
	<div id="title">
		<blah v="$title">
	</div>

	<div id="menu-container">
		<table cellpadding="0" cellspacing="0"><tr><td><blah v="$menubar"></td></tr></table>
	</div>

	<div id="content">
		<table width="100%" cellpadding="0" cellspacing="0"><tr><td><blah main></td></tr></table>
	</div>
</div>

<div id="copyright" class="smalltext">
	<span style="float: left"><blah v="$copyright"></span>
	<span style="float: right"><a href="http://validator.w3.org/check/referer" onclick="target='_blank';"><img src="<blah v="$images">/xhtml.png" alt="Valid XHTML" title="Valid XHTML" /></a> <a href="http://jigsaw.w3.org/css-validator/check/referer" onclick="target='_blank';"><img src="<blah v="$images">/css.png" alt="Valid CSS" title="Valid CSS" /></a></span><br /><br />
</div>
</body>
</html>


I see the menu-container div, but I don't know how to embed another link.  I want a link in the menu bar at the top of the forum...not down by the W3 links.

Revision History (2 edits)
Martin  -  May 29, 2008, 6:00am
Martin  -  May 29, 2008, 5:59am
Logged Offline
Private Message Private message Reply: 2 - 4
Martin
May 31, 2008, 11:03am Report to Moderator Report to Moderator

I love E-Blah
10 Series Support Team
Posts: 4,514
Gender: Male
Posts Per Day: 3.30
Reputation: 98.59%
Reputation Score: +210 / -3
Time Online: 35 days 13 hours 30 minutes
Location: UK
Age: 50



Martin's Reputation: Increase
Logged Offline
Site Site Private Message Private message Reply: 3 - 4
mikeysfbay
May 31, 2008, 4:59pm Report to Moderator Report to Moderator
E-Blah Member
Posts: 3
Posts Per Day: 0.03
Time Online: 1 hours 43 minutes
Awesome!  A million thanks!  
Logged Offline
Private Message Private message Reply: 4 - 4
1 Pages 1 Recommend Thread
Print

E-Blah Community    Technical Support    Question and Answer  ›  Adding an item to the menu