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

Unforgiven told you how to use code tags, your closing code tag should be </code> and not <code>, for some reason you aren't placing these tags prior to the start of the code, and after the end.

The reason for previewing before posting is to check your post format and content. Also there are links provided to How do I post a question effectively? and Writeup Formatting Tips, it would be wise to read these. Finally you could have simply edited your first post, adding code tags, rather than posting it all again.

Replies are listed 'Best First'.
Re^4: Excluding pages from the navigation
by webteam (Initiate) on Oct 29, 2009 at 17:35 UTC
    I am really sorry to cause all these problems. I have now added the opening and closing <code> tags in my original post. The code is a navigation system which is mixed up with html code so it displays correctly. I am new to Perl, so any help would be appreciated. Could I upload screenshots to this post to be able to explain the issue I am having more clearly?
      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