Hi,
I'm wondering how i would get vB within a table on a desired page on my site:
I have an administrational section that my members sign-in to and access certian tools. One of the new features i want to ad is a community section. The current webpage has a large table with graphics around the outside of it and i want to display the forum within that table.
I have done it like this. Ive included the config.php eg:
<php? include_once("http://www.yoursite.com/forums/config/config.php") ?>
then i include the page in the table:
<php? include("http://www.yoursite.com/forums/index.php") ?>
the images would not display so i changed the path in the styles manager from
images/image.jpg
to
http://www.yoursite.com/forums/images/image.jpg
The above method worked perfect graphicly but i suspect that there is somwhere that i should add the "http://www.yoursite.com/forums/" somwhere else to let the links etc to follow on. When i click on a link it looks for that page in the same directory as i have the modified page in.
Should i move the page in the same directory as the forum eg in "http://www.yoursite.com/forums" ??
Cheers.