Hello,
Is it possible to make a menu entry visible only to authenticated users?
Ultimately, what I want is to replace the "create content" page by a custom page, but naturally, I only want that link to be visible to authenticated users, otherwise I'll just confuse the other users.
Daniel.
Have you looked at the Menu Per Role module (http://drupal.org/project/menu_per_role)? Unfortunately it only exists for D5, but it works for me.
Steve
Daniel Carrera wrote:
Hello,
Is it possible to make a menu entry visible only to authenticated users?
Ultimately, what I want is to replace the "create content" page by a custom page, but naturally, I only want that link to be visible to authenticated users, otherwise I'll just confuse the other users.
Daniel.
Steve Edwards wrote:
Have you looked at the Menu Per Role module (http://drupal.org/project/menu_per_role)? Unfortunately it only exists for D5, but it works for me.
Hmm... it's marked "dev", and as you said, it's not going to be ported to D6. I think instead I'll focus on getting the views menu working. Did you see my other note about the menu entry for a view? If I could get that working and Drupal only showed the menu entry to authenticated users, that would be enough for me. That would do everything I need.
Yes, I did. I've actually used the Menus part of Views to limit the view and menu to only members of certain roles, and it's worked well for me. Tabs in Views is a whole other story, though. I've been fighting with that for a couple weeks now, and it still won't work. For instance, I have a view where I've selected only certain roles to display it, and it works fine when someone has logged in, but then the menu item is displayed for the anonymous user. I've submitted a bug report, but haven't has any response yet. Very frustrating...
Steve
Daniel Carrera wrote:
Steve Edwards wrote:
Have you looked at the Menu Per Role module (http://drupal.org/project/menu_per_role)? Unfortunately it only exists for D5, but it works for me.
Hmm... it's marked "dev", and as you said, it's not going to be ported to D6. I think instead I'll focus on getting the views menu working. Did you see my other note about the menu entry for a view? If I could get that working and Drupal only showed the menu entry to authenticated users, that would be enough for me. That would do everything I need.
On Thu, Oct 30, 2008 at 9:39 AM, Daniel Carrera daniel.carrera@zmsl.comwrote:
Steve Edwards wrote:
Have you looked at the Menu Per Role module (http://drupal.org/project/menu_per_role)? Unfortunately it only exists for D5, but it works for me.
Hmm... it's marked "dev", and as you said, it's not going to be ported to D6. I think instead I'll focus on getting the views menu working. Did you see my other note about the menu entry for a view? If I could get that working and Drupal only showed the menu entry to authenticated users, that would be enough for me. That would do everything I need. -- [ Drupal support list | http://lists.drupal.org/ ]
Somewhat quick 'n dirty, but you could put the menu in a registered-user-only block to avoid the need for any extra modules to control access. Brian