The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Phototopost features block on forumhome Details »» | ||||||||||||||||||||||||||||
Phototopost features block on forumhome
Developer Last Online: Aug 2015
hi people,
I see people who are heavenly modifying there boards to get this done.This is actually not needed.Photopost includes a files that does this automatically 1)install the plugin 2)tempate modification template FORUMHOME find this code HTML Code:
<!-- /main --> <br /> <br /> HTML Code:
<!-- /main --> <br /> $photopostfeature <br /> that's all enjoy all done no more modifications to the original vb files needed possible problems Question:After installation i get an error message like Quote:
You can also set this in your Photopost Administration panel under "edit integration" (PhotoPost Database Table Prefixes) field question i don't know what my path should be can you help me ? PHP Code:
Show Your Support
|
Comments |
#22
|
|||
|
|||
Ok guy's maybe I'm not doing this right.
Am I supposed to mod the inc_features.php within photopost if so where in the file do I need to mod? or mod the Plugin PHP Code? I have been moding the Plugin PHP Code this whole time. I still get the errors. |
#23
|
|||
|
|||
This is what's in my inc_features file
//$link = mysql_connect ("localhost", "userid", "password") Should I take out the "" after I add the reall username and password? |
#24
|
||||
|
||||
Quote:
Do your have Photopost Pro installed and integrated into vBulletin ? - If YES contenue reading . Are you VB database and Pro database the same ? - If NO contenue reading . Here we go ! :bunny: - Unhash these @ the top of the file - Fill in the photopost DB info Code:
// If you use the same userid/password to access both databases, you don't need to // uncomment the mysql_connect - this is only if you require different ids to access // the PhotoPost database. //$link = mysql_connect ("localhost", "$dbuserid", "$dbuserpassword") or die('I cannot connect to the database.'); //mysql_select_db ("pp_database")or die("Could not select photopost database"); Code:
// If you use PhotoPost in a seperate database from vB, you'll need to reselect the vB database! //mysql_select_db ("vb_database"); |
#25
|
|||
|
|||
Hello,
Do your have Photopost Pro installed and integrated into vBulletin ? YES I do. - If YES contenue reading . Are you VB database and Pro database the same ? Yes they are the same. - If NO contenue reading . |
#26
|
||||
|
||||
Quote:
- Hook location: forumhome_complete Default install: Code:
include('./photopost/inc_features.php'); 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"; Code:
include('/www/pp/pro/inc_features.php'); |
#27
|
|||
|
|||
Well I'm not getting anymore errors, but I don't see this on the main forum.
https://vborg.vbsupport.ru/attachmen...chmentid=44958 The forum portal is blank. www.rareclownfish.com |
#28
|
||||
|
||||
Quote:
Why do I get a header of the box and not images ? - photopost/config-int.php Code:
// If your PhotoPost tables have a prefix, put it here // Example: // pp_ = "pp_"; $pp_db_prefix = "pp_"; Why do my images show up but only as black spots ? Edit: photopost/config-int.php - add the " / " slash @ the end of: Code:
$data_dir = "http://www.website.com/photopost/data/"; If you still have problems yell |
#29
|
|||
|
|||
Well I don't even get a header on the portal it shows up on the forums homepage.
Do I need to make my own box, or this code should have done eveything for me? |
#30
|
|||
|
|||
I have this code with in my cinfig-int.php file. $pp_db_prefix = "pp_";
Should I be adding or changing somthing? |
#31
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|