Link in left menu

Link in left menu

Thursday 01 September 2005 9:16:26 am - 5 replies

Modified on Thursday 01 September 2005 9:25:45 am by

Author Message

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.

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.