Version: 1.00, by Zachariah
Developer Last Online: Jan 2020
Version: 3.5.4
Rating:
Released: 04-03-2006
Last Update: Never
Installs: 43
DB Changes Uses Plugins Template Edits
Additional Files Translations
No support by the author.
/* ----------------- 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
1 template
4 Fields
1 file upload
3 plugins
5 phrases
Tested on:
vBulletin 3.5.4
PhotoPost Pro 5.21
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.)
+-+-+-+-+-+-+-+-+-+-+-+-
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
// 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");
- 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!
//mysql_select_db ("vb_database");
Why do my images show up but only as black spots ?
Edit: photopost/config-int.php
- add the " / " slash @ the end of:
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?
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?
This Hack is to add selected image group(s) from the gallery to select forums.
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)