Results 1 to 4 of 4

Thread: Creating a dynamic menu

  1. #1
    Join Date
    May 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Creating a dynamic menu

    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.

  2. #2
    Join Date
    Sep 2006
    Location
    St. George, UT
    Posts
    2,769
    Thanks
    3
    Thanked 157 Times in 155 Posts

    Default

    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").

    Code:
    <?php  include('nav.txt'); ?>
    If this is not what you are looking for, please be a little more specific.
    Hope this helps.
    "Computer games don't affect kids; I mean if Pac-Man affected us as kids, we'd all be running around in darkened rooms, munching magic pills and listening to repetitive electronic music." - Kristian Wilson, Nintendo, Inc, 1989
    TheUnlimitedHost | The Testing Site | Southern Utah Web Hosting and Design

  3. #3
    Join Date
    May 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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...

  4. #4
    Join Date
    May 2007
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry for the second post , but is there no one to help me out?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •