Hi.
[] = url path
{} = menu path/item
I have enabled the blog module.
My blog is accessable under [blog] (aliased from [blog/1]) and have the menu item {blog}.
I have my blog filled with 2 blog entrys, accessable under [blog/blog_entry_title] (with no own menu entry).
The blog have a menu item - if you click on it, it get "active" (menu color for changing for the active menu link).
Thats all fine - but when I now access an blog entry (not the blog main page [blog]) - the menu item {blog} is not active.
How can I achieve that?
I want to have the menu item {blog} [blog] to be shown as active, on every access to [blog/$my_blog_entry].
example:
--------------
example.com/blog <- shows all blog entrys - the menu item "blog" is active. thats fine.
example.com/blog/example-blog-entry <- shows an blog entry - the menu item "blog" is _NOT_ active. that is my problem - it should be shown as active..
ps.: is there no tag cloud module for D7? did not found 1 :(
sincerally l8a
Comments
I suspect using blog for an
I suspect using blog for an alias which is also a path for the blog module is causing you problems.
I noticed it is a problem of
I noticed it is a problem of the the theme; switching to bartik works as exspected.