The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Redirect login to portal

4 posters

Go down

Solved Redirect login to portal

Post by Sh0n June 3rd 2011, 9:40 am

panel > generalities > i already ticked the portal

still wont work! pls help :wouhou:
avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by Sanket June 3rd 2011, 10:12 am

Did you create a portal in Modules>Portal management?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Redirect login to portal

Post by Sh0n June 3rd 2011, 10:19 am

yes i did... my problem is after logging in it wont redirect to the portal.. it always redirect to the forum bwi
avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by Sh0n June 3rd 2011, 10:33 am

bump
avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by Sh0n June 3rd 2011, 12:40 pm

no one can handle this? Hello
avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by Sanket June 3rd 2011, 2:03 pm

May I remind you that double/triple posting isn't tolerated unless separated by 24 hours (Use the edit button) Wink

Do you have a portal. Please provide a url of your forum & your portal.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Redirect login to portal

Post by Sh0n June 3rd 2011, 4:38 pm

avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by Sanket June 3rd 2011, 7:13 pm

Can you PM me a member account details so that i can try logging in?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Redirect login to portal

Post by Sh0n June 4th 2011, 3:56 am

username: testaccnt
pass: testing123
avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by Sanket June 4th 2011, 11:02 pm

Seems like some problem, i will inquire about it.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Redirect login to portal

Post by Sh0n June 5th 2011, 4:25 am

okay thanks, ill wait. Smile
avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by The Godfather June 7th 2011, 11:40 am

hello,

for information, the login page is always the home page even if we choose another page as a forum home page.

it's only for the arrival of new visitors but not for the login Wink
The Godfather
The Godfather
Administrator
Administrator

Posts : 5168
Reputation : 833

Back to top Go down

Solved Re: Redirect login to portal

Post by Sh0n June 7th 2011, 12:24 pm

ahhh so u mean there's no way to redirect users into portal after logging in?
avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by RoNo June 7th 2011, 2:02 pm

Sh0n wrote:ahhh so u mean there's no way to redirect users into portal after logging in?

You can redirect to the portal by using 2 login widgets...

Create a second (copy) Login widget with permissions
set to "Guests" and a redirect link like this:
form action="/login.forum?redirect=portal"

Set the default Login widget permissions to
"Administrators, Moderators, Members"

Redirect login to portal Loginredirect1



Example: Invision forum "login to inbox" widget
[click]
Redirect login to portal Th_loginredirect2


Redirect login to portal Widget_rights1

Code:
<center><div class="box-content ipbform"><form action="/login.forum?redirect=/privmsg?folder=inbox" rel="nofollow" method="post"><fieldset><dl><dt><label for="username">Username:</label></dt><dd><input tabindex="1" name="username" id="username" size="15" maxlength="40" value="" class="inputbox autowidth" type="text"></dd></dl><dl><dt><label for="password">Password:</label></dt><dd><input tabindex="2" id="password" name="password" size="15" maxlength="25" class="inputbox autowidth" type="password"></dd><dd class="forgot-pwd"><a href="href="/profile.forum?mode=sendpassword" rel="nofollow">I forgot my password</a></dd></dl><dl><dd><label for="autologin"><input name="autologin" id="autologin" tabindex="4" class="checkbox" checked="checked" type="checkbox"> Auto Log On</label></dd></dl><fieldset class="formbuttonrow"><input name="login" tabindex="6" value="Log in" class="button" type="submit"></fieldset></fieldset></form></div></center>

Redirect login to portal Break_gray1


Phpbb2 forum login widget (redirects to portal)
Use a table type: Yes
Code:
<form action="/login.forum?redirect=portal" method="post"><table width="100%" border="0" cellspacing="1" cellpadding="3"><tr><td align="left" width="55%"><span class="gen">Username:</span></td><td style="position:relative;padding-right:5px;"><input type="text" name="username" value="" size="20" maxlength="40" style="width:100%;" /></td></tr><tr><td align="left"><span class="gen">Password:</span></td><td style="position:relative;padding-right:5px;"><input type="password" name="password" size="20" maxlength="32" style="width:100%;"></td></tr><tr align="center"><td colspan="2"><span class="gen">Log me on automatically at each visit: <input type="checkbox" name="autologin" checked="checked"></span></td></tr><tr align="center"><td colspan="2"><input class="mainoption" type="submit" name="login" value="Log in"></td></tr><tr align="center"><td colspan="2"><span class="gensmall"><a class="gensmall" href="/profile?mode=sendpassword" rel="nofollow">:: I forgot my password</a></span></td></tr></table></form>

Redirect login to portal Break_gray1


Phpbb3 forum login widget (redirects to portal)
Use a table type: Yes
Code:
<form action="/login.forum?redirect=portal" method="post"><fieldset class="fields1"><dl><dt><label for="username">Username:</label></dt><dd><input tabindex="1" name="username" id="username" size="20" maxlength="40" value="" class="inputbox autowidth" type="text"></dd></dl><dl><dt><label for="password">Password:</label></dt><dd><input tabindex="2" id="password" name="password" size="20" maxlength="25" class="inputbox autowidth" type="password"></dd><dd><a href="/profile.forum?mode=sendpassword" rel="nofollow">I forgot my password</a></dd></dl><dl><dd><label for="autologin" style="display: inline; white-space: normal;"><input name="autologin" id="autologin" tabindex="4" class="checkbox" checked="checked" type="checkbox"> Log me on automatically at each visit</label></dd></dl><dl><dt> </dt><br><dd><input name="login" tabindex="6" value="Log in" class="button1" type="submit"></dd></dl></fieldset></form>
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Redirect login to portal

Post by Sh0n June 9th 2011, 4:08 am

It's working, thanks a lot. :wouhou:
avatar
Sh0n
New Member

Posts : 13
Reputation : 0
Language : Filipino

Back to top Go down

Solved Re: Redirect login to portal

Post by Sanket June 9th 2011, 6:54 am

Nice work around RoNo Wink
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Redirect login to portal 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum