I don't want anonymous users to be able to post but I want them to see that you can create content and when they click the link I want it to redirect to the login/register page.
But Drupal itself removes links that anonymous users can't access automatically. How can I make it show menu items even if the anonymous users can't access them?
You can create a custom block that contains whatever text & links you want ... have it appear only for anonymous users. See this, for some tips on how to do it:
- Marc
Mattias Hällkvist wrote:
I don't want anonymous users to be able to post but I want them to see that you can create content and when they click the link I want it to redirect to the login/register page.
But Drupal itself removes links that anonymous users can't access automatically. How can I make it show menu items even if the anonymous users can't access them?
Thanks! So there is no way to dynamically show a menu item for a specified usergroup, overridig the permissions?
Cheers! /Mattias
On 2/25/07, Marc Poris marc@funnymonkey.com wrote:
You can create a custom block that contains whatever text & links you want ... have it appear only for anonymous users. See this, for some tips on how to do it:
- Marc
Mattias Hällkvist wrote:
I don't want anonymous users to be able to post but I want them to see that you can create content and when they click the link I want it to redirect to the login/register page.
But Drupal itself removes links that anonymous users can't access automatically. How can I make it show menu items even if the anonymous users can't access them?
-- [ Drupal support list | http://lists.drupal.org/ ]
Actually what I'd like is for the menu to be exactly the same for EVERY usergroup but using logintoboggan I can make the access denied pages redirect to login/register.. Is there some place in the code where I can disable it to change the menu based on the usergroup the current user is in?
Cheers! /Mattias
On 2/25/07, Mattias Hällkvist mattiasha@gmail.com wrote:
Thanks! So there is no way to dynamically show a menu item for a specified usergroup, overridig the permissions?
Cheers! /Mattias
On 2/25/07, Marc Poris marc@funnymonkey.com wrote:
You can create a custom block that contains whatever text & links you want ... have it appear only for anonymous users. See this, for some tips on how to do it:
- Marc
Mattias Hällkvist wrote:
I don't want anonymous users to be able to post but I want them to see that you can create content and when they click the link I want it to redirect to the login/register page.
But Drupal itself removes links that anonymous users can't access automatically. How can I make it show menu items even if the anonymous users can't access them?
-- [ Drupal support list | http://lists.drupal.org/ ]