Hello,
It is about Different layout by output of user's profile in CB and from UddeIM.
The problem: page layout and associated modules might be different each time, depending on the user, Itemid and method of access on the referring page.
Situation:
- CB1.2,
- an user is logged in,
- SEO is ON
- UddeIM is in use.
1.
If the user goes with a menu item to his profile, he has an URL like
[code:1]
myexample.de/index.php/my-profile.html
[/code:1]
It is OK.
2.
If the user goes from his profile to some his buddy, he has an URL like
[code:1]
myexample.de/index.php/my-profile/userprofile/admin2.html
[/code:1]
It is OK.
3.
If the user goes from the user list to somebody's profile, he has an URL like
[code:1]
myexample.de/index.php/my-profile/userprofile/admin2.html
[/code:1]It is OK.
4.
If the user klicks in his post box (UddeIM) on senders name, he has an URL like
[code:1]
myexample.de/index.php/component/comprofiler/userprofile/admin2.html
[/code:1]
Variants 4
IS NOT OK!
The problem is, that modules that are not assigned to all menu items
are not shown.
Once more:
[code:1]1 -
myexample.de/index.php/my-profile.html
2 -
myexample.de/index.php/my-profile/userprofile/admin2.html
3 -
myexample.de/index.php/my-profile/userprofile/admin2.html
4 -
myexample.de/index.php/component/comprofiler/userprofile/admin2.html
[/code:1]
How I can change URLs for UddeIM, if it is possible?
Thank you.