Editing Header Links
alansmith - January 12, 2009 - 23:18
I am running a drigg install and I want to edit the links inside the blue bar directly below the header. I have searched through multiple tutorials and they did not work. I am editing the page.tpl and need to be able to put in manual static links. Thanks in advance for the help.

=-=
I believe they are primary links and are found in administer -> menus
Editing the primary links
Editing the primary links does not appear to change the links appearing inside the blue header bar on the default theme.
=-=
now you lost me.
default core theme? or default drigg theme?
What menu items came stock in that area? I don't have drigg installed anywhere.
using the firefox browser and the firebug addon , inspecting the elements may help you locate exactly where this area is.
It's on the default drigg
It's on the default drigg theme, there is an example of that theme here: http://drigg.org. I know where the header items come from, in page.tpl and the line,
<?php
print drigg_ui_sections(FALSE,0);
?>
I can't figure out how to replace that code with something that will let me add header items with proper formatting.
=-=
A support request in the issue queue of the modules may help.
Though I'd read these before deploying:
http://drupal.org/node/357954
http://drupal.org/node/357941
Thanks for the links. What I
Thanks for the links. What I am doing isn't isolated to drigg, the header menu on all drupal sites has a similar structure I would imagine. It is something I have seen done on multiple other drigg sites, so someone out there must know how to do it.