PDA

View Full Version : How to I get a navagation header to work?


lbisackson
31st of October 2006 (Tue), 16:11
I have installed EE2 numerous times and I cannot get a navagation header,with browse index etc.
I can put information in Global stettings header but that is not the menu that I see on everyone elses site. I have also tried to get UDM to work and will not work either..
sort of pulling my hair out ...trying to figure this out.
Thanx Lance
BTW
My header.php is

<div class="navigationheaderholder">
<div class="navigationheader ee_css_header_small">
&nbsp;&nbsp;<a href="./index.php" class="ee_css_hyperlink">INDEX</a> | <a href="./comments.php" class="ee_css_hyperlink"><?php print strtoupper($translated["viewer_comments"]); ?></a> | <a href="./sitemap.php" class="ee_css_hyperlink"><?php print strtoupper($translated["site_map"]); ?></a> | <a href="./rss.php" class="ee_css_hyperlink">RSS</a>
</div>
</div>

lbisackson
1st of December 2006 (Fri), 16:07
Goto: Settings Styles
Scroll down to: page templates

Edit
templates/pages/ee_2_default/index/default_XHTML_content.php

Change the word "no" to "yes"
<title><?php print $s_indexpage_title; ?></title>
<meta http-equiv="imagetoolbar" content="yes" />

How it got turned off I have no Idea...anyway this solved the problem

wkitty42
2nd of December 2006 (Sat), 13:50
FWIW: i don't believe that it "got turned off"... it is off in all my templates settings... frankly, i'm not even sure what "navigation header" you are speaking of... i have one that i created in the global settings header which overrides the one in /languages/.../header.php which overrides the one in /header.php... i guess i'll either have to turn it on in mine to see what happens or maybe i can drop by your site and see it in action??

[time passes]

well, foo... you don't have your site listed in your profile so i can't go that route :(

rickp18
4th of January 2008 (Fri), 14:21
I followed the advice and have it turn on, but I still see no toolbar on top. Any idea?

Goto: Settings Styles
Scroll down to: page templates

Edit
templates/pages/ee_2_default/index/default_XHTML_content.php

Change the word "no" to "yes"
<title><?php print $s_indexpage_title; ?></title>
<meta http-equiv="imagetoolbar" content="yes" />

How it got turned off I have no Idea...anyway this solved the problem