![]() |
Add PhotoPost Pro to each forum.
/* ----------------- 4/03/2006 4:37PM -----------------
Add PhotoPost Pro to each forum. This hack will allow you to fill-in catagories from Photopost Pro to display in a film strip format under the $navbar. This will show in every thread of the forum as well. 1 querry
Tested on:
Each forum extra options: - Image Count: (How many images would you like to show ?) - Image Order: (Enter 1 for newest, 2 for most viewed, 3 for most comments, 4 for highest rated, 5 for random.) - Select Catagory(s): (Here you can list catagories you wish to show images from. EX: 1,10,20) - Show Imagebit: (Title, Description, Rating, Username, Views, Dimensions, and more.) +-+-+-+-+-+-+-+-+-+-+-+- |
What if VB and PhotoPost are in different DB's ?
inc_vbcat.php - Unhash these @ the top of the file Code:
// If you use the same userid/password to access both databases, you don't need to - Fill in the photopost DB info @ very botem of the file Code:
// If you use PhotoPost in a seperate database from vB, you'll need to reselect the vB database! Edit: photopost/config-int.php - add the " / " slash @ the end of: Code:
$data_dir = "http://www.website.com/photopost/data/"; 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 |
There are 2 templates:
Extra Image Info:
Code:
$feature .= <<<PPPRINT Find and remove RED: Code:
<!--{$ptitle}<br />--> FAQs: |
Great
just what I was looking for the new site Thanks |
Thanks Zach !
|
There is a "Show photos from category" and we have to enter Category IDs there, how can I disable that and make it so any PP category pic will show in this hack?
|
Quote:
EX: In a forum we talk about Science and the images that show are from 2 science catagories in the gallery. This could work on any subject (forum) that you need image interaction. +-+-++-+-+-+-+-+-+-+-+-+-+-++-+-+-+ - What did you need or have in mind ? * Image Order - newest, random, most viewed, top rated, most comments * Image Count - enter value * Number of Columns - enter value * Exclude Catagories - enter value(s) * Only Catagories - enter value(s) On every page or just a select few ? |
Very nice hack:)
I have question: How to add all images categories without have to type image category ID one by one? |
thats great. thanks
|
Excellent!!
|
Awesome mod, cheers
-b6 |
Quote:
|
Im getting this error: Fatal error: Field ppgcount is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php on line 485
Any ideas? |
Quote:
Hook Location: forumdata_start Plugin: Add PhotoPost Pro - ForumDisplay This is not working right. - Perhaps not Active ? - Perhaps not There ? There should be 4 lines of code there. I have seen @ times on import of plugins a large amount of space saved before the code in a plug-in. If there is you can remove the extra space or reinstall again over. |
The plugin installed ok M8, but I had to remove it because it was saying the same error code when I tried to edit/manage other parts of my forum.
|
Tried all ways and still getting:
Fatal error: Field ppgcount is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php on line 485 Not my day. |
Quote:
- Just did an install here. http://www.socalrailfan.com/forums/f...splay.php?f=13 Think there is something else installed that might gum up the works ? |
Great mod made even greater if an option was available to remove thumbs from threads and show just on forum display...either or etc...can be a little distracting from users posts, as an intro to a forum its great tho...
-b6 |
Plugin: Add PhotoPost Pro - Main
Hook Location: global_start Remove: Code:
if (THIS_SCRIPT == 'showthread'){ - I'll add later w/ option in AdminCP to toggle per forum. |
cheers
-b6 |
Well I'll just have to leave this one for now until a fix is found.
Laters Quote:
|
what about recent gallery submissions on profile
|
Quote:
|
Im getting this error: Fatal error: Field ppgcount is not defined in $validfields in class vb_datamanager_forum in /includes/class_dm.php on line 485
|
superb
|
Everything is working okay other then the thumbs. The thumbs are just blank black.. There's nothing in there. What am I doing wrong? :confused:
Screen attached |
The install for this seemed to be pretty straight forward, but when I installed, I got nothing. No errors, and no changes. I've double checked the install process, and can't find anything I've missed. Any ideas?
|
Quote:
Code:
data_dir = "http://www.website.com/photopost/data/"; |
Thx for your reply mate
I've tried what you suggested .... but with no luck :surprised: It still not showing the thumbs :-( |
Hi mate
I figured out what the problem is! Images thumbs are showing at forumhome, but not the thumbs for video clips. Does anyone what to do, so thumbs for videos also show? :o/ |
I think default a image (some media icon) vs. a freezframe clip is placed as a thumbnail.
|
I saw in inc_features.php and inc_vbcat that the codes didn't fetched medie other then image formats like *jpg, gif and so on. I've added my self mpg. mpeg, avi and wmv. These files are now showing in forumhome, but without thumbnails :confused:
|
Quote:
|
hi, i got a global error after i installed the hack when trying to go to the vba main page and photopost main page.. so i disabled the hook_location global start for the add photopost pro admin and add photopost main and it fixed it.. did i do something wrong? id like to get the hack working, thanks in advance
|
Quote:
Also take a look @ post 2,3 for setup info, it could be simple opps. Yell if ya still need help. :cool: |
Quote:
--- this is what i have Hook Location : global_start Add PhotoPost Pro - AdminCP Add PhotoPost Pro to each forum [Edit] [Delete] Add PhotoPost Pro - Main Add PhotoPost Pro to each forum [Edit] [Delete] in the admin cp add photopost pro i have: print_table_header($vbphrase['ppg_title']); print_input_row($vbphrase['ppgcount'], 'forum[ppgcount]', $forum['ppgcount']); print_input_row($vbphrase['ppgorder'], 'forum[ppgorder]', $forum['ppgorder']); print_input_row($vbphrase['ppgcat'], 'forum[ppgcat]', $forum['ppgcat']); print_yes_no_row($vbphrase['ppginfo'], 'forum[ppginfo]', $forum['ppginfo']); and in the main add photopost pro i have: include('/home/puregraf/public_html/graffiti-gallery/inc_vbcat.php'); if ($foruminfo['ppgcat']){ include('/home/puregraf/public_html/graffiti-space/inc_vbcat.php'); if (THIS_SCRIPT == 'showthread'){ $search_text = '$navbar'; $vbulletin->templatecache['SHOWTHREAD'] = str_replace($search_text, $search_text.fetch_template('forumdisplay_ppgaller y'),$vbulletin->templatecache['SHOWTHREAD']); } if (THIS_SCRIPT == 'forumdisplay'){ $search_text = '$navbar'; $vbulletin->templatecache['FORUMDISPLAY'] = str_replace($search_text, $search_text.fetch_template('forumdisplay_ppgaller y'),$vbulletin->templatecache['FORUMDISPLAY']); } } also, step 4, i didnt understand what to do? it says: 4) Forums & Moderators => Forum Manager => Edit forum => Add PhotoPost Pro on this Forum - Leave "Select Catagory" blank to not show images but i dont get it? i went to Forums & Moderators, then Forum Manager, then Edit Forum?? which one am i clicking edit for? i tried clicking edit for one of them, but there was no "add photopost pro on this forum" option? please help, thanks |
This work with photopost 5.11?
|
Quote:
|
I've reinstalled this 3 times and I'm getting the same error. When I go to edit a forum to update the settings, and click Save, I receive the error "MySQL Error : Unknown column 'ppgcount' in 'field list'"
I uncommented out the lines in inc_vbcat.php to point to my PP database (it's separate from my VB database), but I still get this error. It's like the database table wasn't updated properly with the new fields...what do I do next? |
hello
I have photopost 5.30 & vb 3.51 I see in my admin cp the options for inserting photopost I done all step but in my forum I see nothing (no black thumb, nothing ) I used a fresh style (just change colour) I edit the Quote: Quote:
thanks |
All times are GMT. The time now is 06:22 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|