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
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 |
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. |
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. |
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... Kids first |
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. The top links are listed in the _header.html file. That file can be found in the templates/tmpl_uni/ directory. 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. Good Luck, Paul |
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. |
No. this is the way to go now. ---- |
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. |
I said "now". Now in default dolphin pack there is no option for that in admin panel. But that can be done... ---- |
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 |
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__ but where am I putting in the actual code to direct it to my new page? Thanks. |