Quote:
Originally Posted by rareclownfish
Are you VB database and Pro database the same ?
Yes they are the same.
|
ADMINCP => Plugin System => Plugin Manager => Photopost Feature Block
- Hook location: forumhome_complete
Default install:
Code:
include('./photopost/inc_features.php');
This needs your PATH to your Pro install folder.
If you do not know it off the top of your head you can look it up in the /photopost/config-inc.php file.
EX:
Code:
// Path to your PhotoPost installation - no end slashes
$PP_PATH = "/www/pp/pro";
This is the value that is Replace in the plugin.
Code:
include('/www/pp/pro/inc_features.php');