Hi Teck:
So what I am about to describe is possible:
-I want to keep my main front page
-I want to keep my main forums
-I want to make a front page for my clan page that uses vblhome with the main forums. However, I do not want to use vblhome for my main front page.
Currently I am just using the test forum. Once i get it to work, i will then use my main forum. I definitely have it pointing to my testvbulletin files.....
Hmm, i am clueless. Obviously it is not your product that is giving me a problem, rather than what I want to do with it(your product is a 100% success from reading all the great comments in this thread)
EDIT:
Could the problem be that it is looking for the testvbulletin files inside the swgclan folder(considering the global.php and index.php are suppose to be in the root folder)? for example:
-its looking for /swgclan/testvbulletin/admin
-when it really is /testvbulletin/admin
My adminpath is:
$adminpath = 'testvbulletin/admin';
EDIT 2:
That is exactly the problem. The adminpath is an extension of the folder i am in. I just made some dummy files and put them ingo the /swgclan/ directory and the error was gone. Obviously this doesnt fix it, but definitley helps out.
How do i set the adminpath to go back a folder, and then to testvbulletin/admin?
|