Help..
I'm new to vBulletin and like to install this mod.
I got stuck in the 1st step: How do I set the full path to my main forum directory?
I got this from my Forum config.php
// ******** FULL PATH TO FORUMS DIRECTORY ******
// On a few systems it may be necessary to input the full path to your forums directory
// for vBulletin to function normally. You can ignore this setting unless vBulletin
// tells you to fill this in. Do not include a trailing slash!
// Example Unix:
// $config['Misc']['forumpath'] = '/home/users/public_html/forums';
// Example Win32:
// $config['Misc']['forumpath'] = 'c:\program files\apache group\apache\htdocs\vb3';
$config['Misc']['forumpath'] = '';
How do i modify the above config.php for the below Photoplog config.php??
Do i hv to copy "$config['Misc']['forumpath'] = '' and paste below " define('PHOTOPLOG_FWD','/full/path/to/forum')??
Please advise.
// ################################################## ######################
// ####################### START CONFIGURATION ############################
// ################################################## ######################
// set the full path to your main forum directory: if you are not sure of
// the full path, look in your vB config file for $config['Misc']['forumpath']
// and see if there is a value present - if not, ask your host about it or
// try the getcwd function:
http://www.php.net/manual/en/function.getcwd.php
define('PHOTOPLOG_FWD','/full/path/to/forum');
/************************************************** ************************
PhotoPlog Lite License
================================================== =========================
This software is as-is, no warranty of any kind, use at your own risk.
You are granted free use of this software. However, you are not permitted
under any circumstances to redistribute the software, whether in whole or
in part. Also, the 'powered by' links must remain intact and visible. Make
sure to understand that this is *not GPL software. Do not redistribute it,
and do not use parts of it in other software. This software is copyrighted
in its entirety to 'calorie' a/k/a ThinkDing LLC 2005, all rights reserved.
The software author/entity are in no way responsible for your site content.
All copyright notices and 'powered by' links must not be changed or removed.
************************************************** *************************/
// ################################################## ######################
// ######################## END CONFIGURATION #############################
// ################################################## ######################
?>[/COLOR]
Thanks in advance.
Regards,
Eric