Hi,
I just installed VBindex 3.0.0RC5.
Everythin work smoothly. But I got a question.
I want vbindex.php file in other directory:
for example, suppose this is my directory structure.
root -> vbindex.php (i'll rename this to index.php)
-> forum (directory) (vbiconfig.php is in this directory)
-> gallery (directory)
I changed values in "vbindex.php" line 137:
require_once('./forum/vbiconfig.php');
And I changed values in "vbiconfig.php" line 25:
define('CHDIR_PATH', 'forum/');
Everything looks fine, but One problem I could not make it working was:
images path is missed (
http://URL/images/misc/menu_open.gif). It must be 'http://url/forum/images/misc/menu_open.gif'.
how could I solve this problem?
=========================================
Finally I solved the problem.
My solution was: go to admin panel -> style manager -> all style options (go) -> Image Paths -> change values to my full URL pointing to forum image directory (
http://URL/forum/images/buttons, etc).
Is it the best way? Any other efficient solution you have?