Menu Manager

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
karc2007
Forum Members
Forum Members
Posts: 32
Joined: Wed Jun 27, 2007 10:57 am

Menu Manager

Post by karc2007 »

Hello,

where do I find the links, which are defined in the Menu manager?


{foreach from=$nodelist item=node}
{if $node->current == true}
{$node->menutext}
{else}
url}" title="{$node->titleattribute}">{$node->menutext}
{/if}
{/foreach}



That´s how it looks inside the used menu.


But where can I change a link ? I just can´t find it inside the admin menu. Do I have to edit the menu manually in a PHP file on the server ?


Here is my site http://indonesia-portal.co.uk

I just need to change one link: "http://forum.indonesia-portal.de/" to "http://forums.indonesia-portal.co.uk/", but I can´t find the visible links.. just the php-code above.


Thanks for any help,
Marc
Last edited by karc2007 on Sun Jul 22, 2007 10:58 pm, edited 1 time in total.
Mateo1041
Forum Members
Forum Members
Posts: 37
Joined: Wed Nov 29, 2006 1:10 am

Re: Menu Manager

Post by Mateo1041 »

I'm not sure exactly what you mean.  The component that shows links is "{$node->url}".  Are you only trying to change one menu link while leaving the others to their defaults?
karc2007
Forum Members
Forum Members
Posts: 32
Joined: Wed Jun 27, 2007 10:57 am

Re: Menu Manager

Post by karc2007 »

I just want to change the mentioned link, but I can´t find where it is defined.. or where the links are defined at all.

Did you look at my site ? Perhaps then you will understand, what I mean.

The link "forum.indonesia-portal.de" should be changed to "forums.indonesia-portal.co.uk"

That´s all.

The problem is I didn´t install the CMS.. otherwise I would know where to look at.

Thanks so far,
Marc
karc2007
Forum Members
Forum Members
Posts: 32
Joined: Wed Jun 27, 2007 10:57 am

Everything is allright

Post by karc2007 »

I´m just too stupid. I just found out, how to do it.

Anyway thanks,
Marc
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Menu Manager

Post by Dr.CSS »

Answer please... it may help others...
Post Reply

Return to “CMSMS Core”