Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^5: Excluding pages from the navigation

by Boldra (Deacon)
on Oct 30, 2009 at 08:17 UTC ( [id://804113]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Excluding pages from the navigation
in thread Excluding pages from the navigation

I don't know MediaSurface (and couldn't find much in Google), but the whole point of a CMS is that changes like 'remove one item from the navigation list' are done via a user-friendly tool and saved in a database, not done in code.

If you've already considered this, then you probably need to look at this code:
my $linkslist = str_links($parentlink, '$path,$name,$itemid:', 1, 'order', 'sortnumeric');
where the links are defined. Find the source code for str_links and look at that.

If you're still stuck and aren't prepared to try anything else yourself, get in touch with the people who sold you MediaSurface (they will probably tell you to upgrade). That would be better than continuing to ask questions here without supplying details.



- Boldra

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://804113]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (9)
As of 2024-03-28 09:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found