Page 1 of 1

FrontEndUsers 1.1.3-beta1 - "can't find pageid" after user logs in

Posted: Thu Feb 01, 2007 9:54 pm
by harleyquinn
Installed Frontendusers 1.1.3-beta1 and get the following messages after user logs in:

"can't find pageid users"

Users can log in just fine, just doesn't redirect to the correct page.

Under the preferences tab, I put {$group} in the "PageID/Alias to jump to after login *:" field, and I used the following code on the page that I want the "users" to go to:

("users" being the group name)

Did I miss something? I used version 1.1.2 on a different website and it works great. I can't figure out if I forgot to put some other param or tag somewhere or if it's a bug within the beta version of the module.  ???

Re: FrontEndUsers 1.1.3-beta1 - "can't find pageid" after user logs in

Posted: Thu Mar 08, 2007 12:39 am
by calguy1000
harleyquinn wrote: Installed Frontendusers 1.1.3-beta1 and get the following messages after user logs in:

"can't find pageid users"

Users can log in just fine, just doesn't redirect to the correct page.

Under the preferences tab, I put {$group} in the "PageID/Alias to jump to after login *:" field, and I used the following code on the page that I want the "users" to go to:

("users" being the group name)

Did I miss something? I used version 1.1.2 on a different website and it works great. I can't figure out if I forgot to put some other param or tag somewhere or if it's a bug within the beta version of the module.  ???
if you put {$group} into the "PageID/Alias to jump to after login" field, and your user is a member of the group 'users', then after logging in, FEU will look for a page with the alias 'users', and try to jump to that.

think of {$group} as a macro that expands to the group name that the user belongs to.