PDA

View Full Version : Welcome Block: Login; Re-Direct To Forum?


princeedward
01-19-2008, 10:36 AM
...first of all...wanna great all a happy, healthy new year to all staff of vBadvanced Community...likewise to all members...:p

Yeah!...the thread topic title said it all clearly i guess...all i want is every members to login on my portal...will re-direct automatically to my forum...is that possible?...i hope so...but how?...please help...

thanks and best regards to all...

;)

Brian
01-21-2008, 10:38 AM
Thanks, and I hope 2008 has been treating you well. :)

The easiest way to redirect to your members would probably be to add a new plugin to the 'login_redirect' hook location with the following code:
if (strstr($vbulletin->url, 'index.php'))
{
$vbulletin->url = $vbulletin->url = $vbulletin->options['forumhome'] . '.php' . $vbulletin->session->vars['sessionurl_q'];
}


Note this is assuming that your cmps_index.php file has been renamed to 'index.php'. If it's been renamed to anything else, then you'll need to change 'index.php' in the code above to match what you've renamed the file to.

Our Sponsors
 

princeedward
01-21-2008, 02:33 PM
...thanks also Brian., for your reply....
errrrr...http://epaloids.com/images/smilies/thinking2.gif where do exactly should i go and edit/attach/paste this code...if that's what you mean...i'd like to give it a try...hope it work...can you guide me more on this please...http://epaloids.com/images/smilies/praying.gif

princeedward
01-27-2008, 04:19 PM
Sorry To Bump This Brian...

:p