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
Return to Index
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Re: Return to Index
Hi
Open: root/styles/prosilver/template/portal/modules/login_box_side.html
Find:
Replace with:
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"
Open: root/styles/prosilver/template/portal/modules/login_box_side.html
Find:
Code: Select all
<input type="hidden" name="redirect" value="{U_PORTAL}" />
Code: Select all
<input type="hidden" name="redirect" value="{U_INDEX}" />
"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"
Gruß Udo
Re: Return to Index
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.
May I suggest the last edit be made part of the instructions that I followed. It may save someone else another post here.