After following the instructions given here by the thread starter:
http://www.vbadvanced.com/forum/show...692#post126692
Quote:
Originally Posted by trgreen
I got some help over at vbulletin.org. Turns out you have to make a plugin. Here's the thread: https://vborg.vbsupport.ru/showthrea...31#post1343631
But here's how you do it... it's pretty easy:
1. In Admin, click "Add New Plugin" under the "Plugins & Products" menu
2. For "Product" choose vBulletin
3. For "Hook Location" choose "Login Redirect" under "vBulletin: Login / Logout" - It's basically in alphabetical order. Look for the "L" part of the list.
4. Enter a Title, whatever you want, like "Login redirect to vBadvanced home page"
5. For "Execution Order" I just left it at 5. They all seem to be 5.
6. For "Plugin PHP Code" here's the code. Just use the URL you want it to go to after they log in.
Code:
$vbulletin->url = 'http://yourhomepage.com';
7. BE sure to check "Yes" under "Plugin is Active." It defaults to "No."
8. Click "Save"
Note: This will work, but it makes it a little strange when you login to the Admin CP. For example: I right-click "Admin" and open it in a new Tab. When you login to get to the Admin CP, it will open your site in the "main" frame. Thats okay... just choose the link you want on the left. That's it.
|
I started experiencing this problem described in the
Note: as well.. even when i left click it brings up the admincp login page but after i input my info it brings me right back to the mainpage?!?
Then i have to click admincp again and it will then go to the admincp. This is getting really annoying, anyway to fix it?