How to remove the links on the very top navigation

I have been trying to remove the links on the very top navigation but I can not find where to remove these links

 

1. links

2. about us

Quote · 27 May 2008

You can edit your file templates/tmpl_uni/_header.html (or tmpl_xxx if you don't use uni template)

If you like to do same modifications in your bottom menu, you will have to edit your file templates/tmpl_uni/_footer.html (or tmpl_xxx if you don't use uni template) too :-)

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 27 May 2008

Yes I saw that but from the code I see in there it should be able to be turned off someplace from with in the admin section but I may be wrong.

Quote · 27 May 2008

You can replace the text into this files in the language file. :) 

oR DELETE the links who insite that languge string is.

 

You can do that by admin section -settings - language settings.

 

 

Update:

For the links page, go to admin-tools there you will find a link to links page where you can delete links and add new...

The other links must be by languge files.

Kids first
Quote · 27 May 2008

I found a wonderful working solution to removing the top header navigation bar from my pages, and thought you might want to try this, as it works perfectly. Below are the instructions I copied from another forum:  

 

Requirements

You need to make sure you have the correct set up and that you can login to the admin panel.

Instructions

The top links are listed in the _header.html file. That file can be found in the templates/tmpl_uni/ directory.

You can take out the top nav bar by deleting the div "topestMenu".

On or about line 8 is:

 <div class="main">
 <!-- top -->
 <div class="topestMenuWrapper">
 <div class="topestMenu">
 __TOP_Links__
 __TOP_News__
 __TOP_ContactUs__
 __TOP_About__
__TOP_Privacy__
 __TOP_Termsofuse__
 __TOP_FAQ__
 __TOP_Feedback__
 __TOP_Aff__
 __TOP_Invitefriend__
 __TOP_Bookmark__
 __switch_lang_block__
 </div>
 </div>

The tags beginning and eding with "__" are bound to top nav bar. If you take one out it will no longer show up in the list.

If you want to take out all the links and the entire bar then do take out this part:

 <div class="topestMenu">
 __TOP_Links__
 __TOP_News__
 __TOP_ContactUs__
 __TOP_About__
 __TOP_Privacy__
 __TOP_Termsofuse__
 __TOP_FAQ__
 __TOP_Feedback__
 __TOP_Aff__
 __TOP_Invitefriend__
 __TOP_Bookmark__
 __switch_lang_block__
 </div>

...so that you are now left with this:

 <div class="main">
 <!-- top -->
 <div class="topestMenuWrapper">

 </div>

By taking out the div class topestMenu, it will no longer show. However, you will need to keep the topestMenuWrapper div class to maintain the layout. Otherwise everything goes all over the place.

 

 

Good Luck,

Paul

Quote · 27 May 2008

Thanks for the replies. I just commented out the links I didn't want.

 

I was hoping there was a way to do it without having to go in and change the code. I find it very strange that one link can be automatically shown but then you have to go in and hard code to remove the other links. Maybe some future version can work on a links navigation block along with speeding things up.

Quote · 27 May 2008

No. this is the way to go now.

----
Quote · 27 May 2008

 

No. this is the way to go now.

 

How could you think that?

 

Hard coding files that already have dynamic info in them is a step backwards not forwards.

 

With every dynamic system out using easy navigation system integration for automatic navigation, users now have to go into one area and turn off a link but then need to go into a file and manually remove a simple navigation link is far from the way to go.

Quote · 27 May 2008

I said "now". Now in default dolphin pack there is no option for that in admin panel. But that can be done...

----
Quote · 28 May 2008

 

I said "now". Now in default dolphin pack there is no option for that in admin panel. But that can be done...

 

lol ok I get what you mean now. You mean it is done that way now in this system. Thanks for clearing that up, I thought you was suffering from heat stroke or something Laughing

Quote · 30 May 2008

How would I ADD links to this top navigation?

I get how to make a php page and see the setup in header.html-

__TOP_Feedback__
__TOP_Privacy__
__TOP_Termsofuse__
__TOP_Invitefriend__
__TOP_Bookmark__
__switch_lang_block__

but where am I putting in the actual code to direct it to my new page?

Thanks.

Quote · 29 Aug 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.