no profile after registration
- Saka
-
- Offline
- Administrator
-
13 years 6 days ago #6573
by Saka
Emir Sakic
www.sakic.net
First login from where? Using the login module, users component or using auto-login?
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- aschi.meyer
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
13 years 6 days ago #6574
by aschi.meyer
Using the login module.
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
13 years 6 days ago #6575
by Saka
Emir Sakic
www.sakic.net
Then it has nothing to do with AJAX Register, you should change the behavior in Joomla login module settings.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- aschi.meyer
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
13 years 5 days ago #6576
by aschi.meyer
Hi Saka
Sorry, the login seems to be over the users component, this is the end of the URL:
/index.php/component/users/?view=login
In the component I choose "Redirect URL" to a short information to activate the registration. This works perfect, but with the frist login people get to screenshot1 with the profile instead of the domain, I entered in the login module.
Thanks for your help and best regards
Aschi
Sorry, the login seems to be over the users component, this is the end of the URL:
/index.php/component/users/?view=login
In the component I choose "Redirect URL" to a short information to activate the registration. This works perfect, but with the frist login people get to screenshot1 with the profile instead of the domain, I entered in the login module.
Thanks for your help and best regards
Aschi
Please Log in or Create an account to join the conversation.
- Saka
-
- Offline
- Administrator
-
13 years 4 days ago #6577
by Saka
Emir Sakic
www.sakic.net
I just told you it is not up to AJAX Register. It only overrides a part of the users component and is not responsible about login from the login module. The redirect in the settings is for redirecting after the registration, not after the login.
Emir Sakic
www.sakic.net
Please Log in or Create an account to join the conversation.
- aschi.meyer
-
Topic Author
- Offline
- New Member
-
Less
More
- Thank you received: 0
13 years 3 days ago #6580
by aschi.meyer
I use the login on many sites and I have never seen this problem.
That is, what I find in the source code:
That is, what I find in the source code:
<div id="content"><div class="profile">
<fieldset id="users-profile-core">
<legend>
Profil </legend>
<dl>
<dt>
Name: </dt>
<dd>
Aschi </dd>
<dt>
Benutzername: </dt>
<dd>
Aschi </dd>
<dt>
Registrierungsdatum </dt>
<dd>
Samstag, 28. April 2012 </dd>
<dt>
Datum des letzten Besuchs </dt>
<dd>
Samstag, 28. April 2012 </dd>
</dl>
</fieldset>
<fieldset id="users-profile-custom">
<legend>Basiseinstellungen</legend>
<dl>
<dt>Editor</dt>
<dd>
Keine Information eingegeben </dd>
<dt>Zeitzone</dt>
<dd>
Keine Information eingegeben </dd>
<dt>Websitesprache</dt>
<dd>
Keine Information eingegeben </dd>
</dl>
</fieldset>
Please Log in or Create an account to join the conversation.