Page 1 of 1

Return to Index

Posted: 1. January 2013 17:14
by Togbish
Your Portal Version: 2.0.1
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner
Boardlink: http://talkagenda.com

What have you done before the problem was there?
I initially had it redirect to the Portal after login, but now I want it redirect to Index page after login. After doing the edits (see knowledge/kb_show.php?id=10) it redirects to index after LOGOUT but not after LOGIN. I only want it to go to the index after login, not after logout

What have you already tryed to solve the problem?
I followed the instructions here: knowledge/kb_show.php?id=10

Description and Message

Re: Return to Index

Posted: 1. January 2013 17:31
by Kirk
Hi
Open: root/styles/prosilver/template/portal/modules/login_box_side.html

Find:

Code: Select all

<input type="hidden" name="redirect" value="{U_PORTAL}" />
Replace with:

Code: Select all

<input type="hidden" name="redirect" value="{U_INDEX}" />
Refresh your Styles:
"Administration Control Panel" (ACP) > "Styles" > "Templates" > each > "refresh"
"Administration Control Panel" (ACP) > "Styles" > "Theme" > each > "refresh"

Clear your cache in the "Administration Control Panel" (ACP) > "General" > "Purge the cache"

Re: Return to Index

Posted: 1. January 2013 17:44
by Togbish
Great. Worked. Thanks.

May I suggest the last edit be made part of the instructions that I followed. It may save someone else another post here. :D