Closed (fixed)
Project:
Front Page
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Oct 2007 at 17:53 UTC
Updated:
25 Nov 2009 at 10:00 UTC
Hi, I'm trying to set the "Create a new account" page as the front page for anonymous user and I put es/user/register in the "redirect to" field but I doesnt't seems to work. I've trid to put meaningless text in the body field but it doesn't appear either. That can be happening? Thank you!!!
Comments
Comment #1
jwarner commentedI'm seeing the same problem in 6.x
Comment #2
dublin drupaller commentedinstead of redirecting try using the following in your text area for anon users...and switch the PHP option on
<?php print drupal_get_form('user_register'); ?>Dub
Comment #3
jwarner commentedI think I figured out what I was doing wrong.
In User Management -> Permissions (admin/user/permissions) I checked 'access frontpage' for all of my roles. The module then worked as I expected it to.
Comment #4
kordou commentedhi
i have a problem like this
i have to pages one is localhost/a and another is localhost/b (the "a" and "b" is the names after the use of clear url)
I want for the unregistered the page "a" and for the registers the page "b"
i have tried the redirect but does not work, i have tried the above code as
print drupal_get_form('a');but doesn't work either.(the permissions and the php are ok)
any help here?
thanks
Comment #5
dublin drupaller commented