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
Menu Manager
Menu Manager
Last edited by karc2007 on Sun Jul 22, 2007 10:58 pm, edited 1 time in total.
Re: Menu Manager
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
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
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
I´m just too stupid. I just found out, how to do it.
Anyway thanks,
Marc
Anyway thanks,
Marc
Re: Menu Manager
Answer please... it may help others...