Page 1 of 1

Menu Manager

Posted: Sun Jul 22, 2007 10:17 pm
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

Re: Menu Manager

Posted: Sun Jul 22, 2007 11:12 pm
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?

Re: Menu Manager

Posted: Sun Jul 22, 2007 11:18 pm
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

Everything is allright

Posted: Sun Jul 22, 2007 11:23 pm
by karc2007
I´m just too stupid. I just found out, how to do it.

Anyway thanks,
Marc

Re: Menu Manager

Posted: Mon Jul 23, 2007 3:03 am
by Dr.CSS
Answer please... it may help others...