View Full Version : Creating a dynamic menu
advokata
05-21-2007, 08:41 AM
Hi!
Can someone tell how can i make that navigation menu in PHP-Fusion , where you can change it from somewhere. You can add new links , but without that permission system.
Thanks :)
Sorry if my english is bad , but i do not know it very well.
thetestingsite
05-22-2007, 12:45 AM
Are you trying to make your own navigation menu or something? If so, you could create a text file with your links (and formatting and whatnot done in HTML) and use this code on all of your pages where you want the menu to appear (assuming you name the text file "nav.txt").
<?php include('nav.txt'); ?>
If this is not what you are looking for, please be a little more specific.
Hope this helps.
advokata
05-22-2007, 06:29 AM
I am sorry if i didn't explain much.
But what i mean is to create a navigation menu , let's say a block , where you can change it from another file , like PHP-Fusion in the admin panel you add some link and you can see it in your site.
I think this explaining is enough...:)
advokata
05-24-2007, 03:45 PM
Sorry for the second post , but is there no one to help me out? :(
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.