Return to Index

Current Version: 2.0.2
Released: 2013-10-27
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.
Locked

Topic author
Togbish
Active Member
Posts: 2
Joined: 1. January 2013 17:06
phpBB.de User: Togbish

Return to Index

Post 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
User avatar

Kirk
Dev
Posts: 1939
Joined: 27. July 2010 18:02
phpBB.de User: Kirk
Contact:

Re: Return to Index

Post 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"
Gruß Udo

Topic author
Togbish
Active Member
Posts: 2
Joined: 1. January 2013 17:06
phpBB.de User: Togbish

Re: Return to Index

Post 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
Locked

Return to “Board3 Portal 2.0.x - English Support”