I found a little, the user_block is used to log directly from the portail (I.E.) but a problem remains : it uses
Code: [Hide]
- <input type="hidden" name="redirect" value="{U_PORTAL}" />
To correct that, open templates/default/blocks/user_block_block.tpl
Find
Code: [Hide]
- <input type="hidden" name="redirect" value="{U_PORTAL}" />
Code: [Hide]
- <input type="hidden" name="redirect" value="{U_PORTAL_NOSID}" />
Open user_block.php
Find
Code: [Hide]
- 'AVATAR_IMG' => $avatar_img,
- 'U_NAME_LINK' => $name_link,
Code: [Hide]
- 'U_PORTAL_NOSID' => CMS_PAGE_HOME,
Have a nice day playing around with Icy Phoenix =).