Forums / Setup & design / Link in left menu
Thursday 01 September 2005 9:16:26 am
Hi folks,
I've just upgraded my 3.5.2 to version 3.6.1 and it looks like I've managed it almost without any problems. The upgrade was performed incrementally.
I have enabled links to show in the left menu by altering flat_left.tpl and menu.iniWhen I press on the link in left menu it will not send me to the link location but just show a blank page with the link headline.
It's strange because this worked before the upgrade was performed. Does anyone have any pointers to possible solutions?
This problem can be viewed on:http://www.tromsostormungdom.no/forum/
Kristof Coomans
Thursday 01 September 2005 9:34:25 am
The link "Diskusjonsforum" in the left menu goes to http://www.tromsostormungdom.no/forum/. Is that the way it's meant to be, or should it point to somewhere else?
What did you fill in in the ezurl attribute of this content object?
independent eZ Publish developer and service provider | http://blog.coomanskristof.be | http://ezpedia.org
Thursday 01 September 2005 9:54:04 am
The http://www.tromsostormungdom.no/forum/ link is the correct location for the link.
I've added this code snippet to the flat_left.tpl
{section show=eq( $menu.object.content_class.identifier, "link" )} <li class="menu-level-0"><a href={$menu.data_map.location.content|ezurl}>{$menu.object.name|wash}</a></li>
Friday 02 September 2005 6:01:22 am
Problem solved, my Rewritecode was wrong.
Kristof Coomans, thanks for answering my question.
John Laux
Friday 18 November 2005 1:04:44 pm
Hans-Henry Jakobsen
Could you please post the code that you got to work I am sure that a lot of users would appreciate it very much...including me
John
Wednesday 23 November 2005 12:57:05 am
Hi John Laux,
I added the following line to my httpd.conf file
RewriteCond %{REQUEST_URI} !^/forum.*
I placed the line above the standard rewrite rule
RewriteRule !(^/design|^/var/.*/storage|^/var/storage|^/var/.*/cache|^/v ar/cache|^/extension/.*/design|^/kernel/setup/packages|^/packages|^/share/icons) .*\.(gif|css|jpg|png|jar|js|ico|pdf|swf|sxw)$ /index.php
I hope this solved your problem.