Topic-icon redirection for new user not working

Active Subscriptions:

None
13 years 9 months ago #26009 by ghimal
I have two little problem with the registration process:

my site is Wattssoul.com

1. When a new user login for the first time he isn't redirected to the page I specified in the configuration:

Enable New User Redirection: Yes
New User Redirection: Edit profile

Note that redirection for returning customer does work correctly.

2. the SCLogin module doesn't display correctly. The facebook button is surrounded by a black thick black border and completely hide the "register for this site"
you can see it by clicking o the "login/register" at the top right of the page.


Thanks.
The topic has been locked.
Support Specialist
13 years 9 months ago #26012 by alzander
To fix the black border, add the following to your stylesheet:
.jfbcLogin padding { 0px; }
That will override the current style in your template that's causing the problem.

As for the redirection, I just tried to register on your site, and I was redirected to the login page below with a message that I need to activate my account:
wattssoul.com/component/users/?view=login

If you're redirecting to a page that is marked as registered, but have user activation enabled, that's the expected behavior. JFBConnect redirects to the registered-user-only page, but since JFBConnect can't log the user in (due to them not being activated yet), Joomla redirects them to the Login page.

If you're seeing (or expecting) different behavior, let us know.

Thanks,
Alex
The topic has been locked.