Version: 1.00, by SHANE-D-PAIN
Developer Last Online: Jun 2013
Version: 3.5.4
Rating:
Released: 04-01-2006
Last Update: 04-16-2006
Installs: 94
Uses Plugins Template Edits
No support by the author.
Right well I did not like the way the Thumbnails appeared on the Forum Index from PhotoPlog, just made it look like every other site. I also was not happy with the fact that they ONLY showed on the Forum Index.
This is just a nice little change, also my first released plugin of any kind so any virtual bullying will be counter attacked with an onslaught of mouldy oranges.
So here is a little plugin by me, basically just an edit of the original so credit must go to Calorie too. Wonderful thing he/she/it has done with this gallery.
For examples see the screenshots.
By the way this requires that you actually have the PhotoPlog Gallery Installed. (Go Get it!)
Installation Instructions:
Upload the Plugin.
Add the following code to any Template. For best results add it somewhere such as the Very Bottom of the navbar or soemthign else which is included throughout the site.
Code:
$photoplog_thumbs
Your done.
If you would like to edit the appearance or number of thumbnails shown then this next part is for you.
Editing the appearance of the Thumbnails.
Open the PhotoPlog 1337 Thumbs Plugin for editing.
Search for this Code:
To edit the number of Thumbnails Shown.
Open the PhotoPlog 1337 Thumbs Plugin for editing.
Search for this Code:
Code:
LIMIT 10
And simply change the number to the number of Thumbnails you would like to appear.
To show on vBadvanced (If you are displaying thumbs in header or navbar etc..)
Admin CP > vBA CMPS > Edit Pages > Home Page > Portal Output Global Variables > add: photoplog_thumbs
Feel free to read my blog if you want, not asking for much and I know you will love it, about as much as Honey Loves Ants . www.ShaneRounce.com
Updates:
To install updates simply upload the new plugin over your old one and redo file edits.
17th April 2006 - v1.5
- Fixed Problem with Alignment of more than 5 Images.
- All XHTML Valid now too.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Beautiful hack. I'm desiging a new website, quesetion, how can we put the images on the main forum home page, see this link, http://www.imagedots.com/forums/ (still in dev) inside a table or box like the main community forums area. In other words, with Photo Plog's front thumbs for VBA modules, it creates the images in a "boxe" with the category name in the style. (see home page).
Another thing that would help and I have this on my bigger site with Photo Post, I just don't know how to do it here, but on that one I made to include files, one incl1.php one incl2.php and use one for the forum home and one for the front page, see www.glamour1.com
Would love to know this, as i love this and my new site will be using PhotoPlog for now. Thanks, rg sends!
I found that a few of my members have put up some pics that i wouldnt want other members to see on the navbar. is there a code or something i can use that will put some pics into a differnet catagory and have them not show up on there?
I found that a few of my members have put up some pics that i wouldnt want other members to see on the navbar. is there a code or something i can use that will put some pics into a differnet catagory and have them not show up on there?
Yea to stop this find
Code:
WHERE moderate = 0
and change it to
Code:
WHERE moderate = 0 AND catid != x,xx,xxx
change the x to represent the cat id that the photos are in if you have more than one just sperate them as I have in the example.