Version: 2.0.7, by calorie
Developer Last Online: Nov 2023
Category: Major Additions -
Version: 3.7.x
Rating:
Released: 11-22-2005
Last Update: 11-06-2010
Installs: 1560
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
PhotoPlog: The Lite Gallery
PhotoPlog Lite is a gallery script for GIF, JPG, and PNG images. PhotoPlog Lite comes with categories, permissions, comments, search, moderation. The installation takes care of phrases, templates, tables, etcetera. Just follow the README.txt file for installation.
There is a license agreement that I request that you abide. Thanks!
Fine Print: see license agreement, no redistribution, copyright retained in full, right reserved to uncheck support box.
Requirements: vB 3.5.0+ (development initially based on having vB 3.5.4 though vB 3.6.0+ and vB 3.7.0+ should be okay, but not every version was personally tested) and MySQL 4.1+ (development based on having MySQL 4.1+ though MySQL 3+ may be okay, but not every version was personally tested) and PHP with GD2 and Safe Mode off
Does it work on vB 3.5 and vB 3.6 and vB 3.7? Yes, it should. See the requirements. Also, there are two product XML files, one for vB 3.5 and one for vB 3.6/3.7, so import the one that matches your vB version.
Note on Official Support: With 70 some pages, assuming 15 posts per page, and over 1000 posts, all in one thread, official support for this mod is now held off-site. Apologies in advance for possibly having to register at yet another forum, but IMHO support would be better served elsewhere at this point.
All support requests, except perhaps for proven bugs, may be ignored if posted in this thread.
Comments, suggestions, etcetera are welcome, but please note that further modifications are not being planned, as this is intended as the final release of the lite series.
Fun Fact: PhotoPlog Lite v.2.0.6 had 4330 downloads plus 2262 downloads prior to CSRF protection plus 3031 downloads as of 06 Nov 2010!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
@nitro and @Robru: thanks for the info, that should be enough for me to figure were paths are breaking, will work on a fix later today.
@allstar55: look for random bits in settings.php and ORDER BY dateline DESC instead of ORDER BY RAND() and make sure your vB cookie settings (admincp/options.php?do=options&dogroup=http) allow for both /forum and /showroom directories, plus for linking to PhotoPlog in a vB template use:
@Calorie That is looking a whole lot better m8. all but one from what I can see with some hovering and clicking is bad and thats the generic portal home custom link in the navbar which for some reason has /portal/forums/portal/module.php
all the css images appear tio be fine still aswell.
I shall have to see what I can do about that portal home link, any advice as it does appear to be connected to the duplicate dirs ?
For now with the portal home link I have changed $vboptions[portalhome] to $vboptions[homeurl]/portal/index.php which seems better, but maybe theres a better way ?
My guess is that your portalhome setting is a relative link like /portal/index.php so PhotoPlog absolute links it to vB_Forum_URL/portal/index.php, which makes the /portal/forums/portal part you see. Basically, PhotoPlog prepends the vB Forum URL setting to relative links, so if you want to link to something not relative to the vB Forum URL setting, then using the absolute link is the way to go in PhotoPlog.
My guess is that your portalhome setting is a relative link like /portal/index.php so PhotoPlog absolute links it to vB_Forum_URL/portal/index.php, which makes the /portal/forums/portal part you see. Basically, PhotoPlog prepends the vB Forum URL setting to relative links, so if you want to link to something not relative to the vB Forum URL setting, then using the absolute link is the way to go in PhotoPlog.
Not sure how to utilise your absolute links function myself but I have found a slightly better method using $vbpoptions[homeurl]/module.php?
Funny as ../index.php? also works or ../module.php?