I'm new to this vbulletin forum mod stuff and have a question - i know its probably simple but i just can't figure it out. here's my question-the directions say to edit the config.php file with the full path to your forum directory - OK what is my forum full path and where in the text do i place it (this is what i see when i open it up to edit it)
/ 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');