Quote:
Originally Posted by MagicThemeParks
Thanks Joe. I'm going to go with the "if it ain't broke, don't fix it" mentality for now and stay patient.
But, can't you simply make this be redirected to the 'welcome forum' (or in my case the "new member meet & greet" forum) and not an actual thread?
You could add some text stating, please wait as we redirect you to the "introduction forum" or something like that. 
|
Yeah, that's an excellent idea I will add it to the next version, redirect to a forum instead of a thread.
If you want you can install this mod as is and edit the two plugins... in each plugin there are two instances of:
PHP Code:
$vbulletin->url = $vbulletin->options['bburl'] . '/showthread.php?t=' . $bop5tid;
In both plugins you can edit the
second instance of the line to:
PHP Code:
$vbulletin->url = $vbulletin->options['bburl'] . '/forumdisplay.php?f=99';
Where you change 99 to your forumid of your welcome forum.
I would also suggest you edit the phrase "bop5_ welcome_ thread" to reflect they are being forwarded to a forum not a thread.