Basically what I'm trying to do is show a vbulletin mod on another page, thats in another directory, but it seems vbulletin needs to have it logged in the same dir, to show the mod working for registered users. Like this is exactly what I have:
public_html/index321.php (for the login form for the mod to show)
then:
public_html/forum/index.php (the normal install of vbulletin)
You have any example code that'll login and stay on the forum/index.php page, but also login the index321.php file?
|