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

jwarner’s picture

I'm seeing the same problem in 6.x

dublin drupaller’s picture

instead 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

jwarner’s picture

I 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.

kordou’s picture

Version: 5.x-1.9 » 6.x-1.x-dev

hi
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

dublin drupaller’s picture

Status: Active » Closed (fixed)