PDA

View Full Version : Moving forum to another directory (VBadvanced Related)


rand75
08-09-2005, 08:26 PM
Hi. Currently, my forum is located in a sub-directory (e.g., /forum). I want to install VBadvanced and have the portal be on the main page/directory of my site (www.mysite.com), while at the same time, keeping the message board itself in the /forum directory. Is that possible?

Can I install vbadvanced and choose where, and what directory of my site, I can have the main portal page appear?

mholtum
08-09-2005, 09:02 PM
You can place the cmps_index.php file anywhere you wish and name it anything you wish

Our Sponsors
 

rand75
08-09-2005, 09:26 PM
You can place the cmps_index.php file anywhere you wish and name it anything you wish

How exactly will it access or know where the forum directory is to extract information from it (like "latest threads" and "newest post") to the portal page?

Brian
08-10-2005, 01:14 PM
By the chdir() line that you set in the file. ;)