Closed (fixed)
Project:
Front Page
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Mar 2009 at 10:07 UTC
Updated:
24 Nov 2009 at 09:08 UTC
Hello,
I use this module with a front page, and a global home redirect (to avoid being always back to the front page). Unfortunately, the menu pointing to have the good link, but does not have the "active" css class when the home page is displayed.
Any idea to fix this?
Thanks in advance.
Comments
Comment #1
Dublin Drupaller commentedwhen you redirect away from the front page, you are no longer on the front page. You could try using the
load_nodefunction to pull the node into the front page rather than redirecting...e.g. using something like this:reopen this issue if you're still having problems.