I have a problem with some new registered users. Let me show you the steps, when the problem is coming up:
1. User register himself
2. he get a email with a confirmation code
3. he clicks the code and is approved for the site
4. now he is going to the site and login
When the user login at this point and he goes straight to his own profile (he is the first one who klick the profile), joomsef generate following url:
www.xyz.de/index.php?option=com_comprofi...r=6926&Itemid=54
into
www.xyz.de/username
In generell the generated url is fine, but if someone else (who is not logged in) trys to open this new profile, the url link me to a login-page (and says: you can´t see this profile, you have to login to see it).
When the new user
DON´T visit his own profile at this point and an other, not logged in user, visit his profile first, joomsef generate following url:
www.xyz.de/index.php?option=com_comprofi...rofile&user=6926
into
www.xyz.de/username
This url works for everyone and is the way I like it to have.
So, how can I avoid that the new user generate a url only for logged in users, because he clicks on his own profile, while he is logged in (I think, this is the main problem)?
Michael