The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PhotoPlog: The Lite Gallery Details »» | |||||||||||||||||||||||||
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! This thread is organized as follows: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. Live Demo and Official Support: http://www.photoplog.com/ 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
|
Comments |
#402
|
|||
|
|||
Using 3.5.1 and the photoplug group doesnt appear in the admin panel.. Looks like i have to upgrade to 3.5.2 which i wasnt planning on doing for a bit. :disappointed:
|
#403
|
|||
|
|||
Sounds like an install issue. Run through the installation steps again, and when done, do the following to ensure its occurrence:
Code:
admincp/index.php?do=buildbitfields |
#404
|
|||
|
|||
Iam trying it out at the moment. So far it looks great!
I moved it outside the forum's directory, it was amazingly simply. I now just have to translate it :disappointed: |
#405
|
|||
|
|||
Yes
Code:
admincp/index.php?do=buildbitfields Many thanks for the response. |
#406
|
|||
|
|||
Hi calorie, that was a good gallery, everythings works fine. Just a couple of queries as I could not find an answer.
1) I tried deleting a photo and it gets deleted without showing. However, the file together with all the large, medium, small files are physically still in the server. Do I have to manually remove them or is there an option I missed out? 2) I am not sure of the capability of having 4 sizes of files but any way to limit them to just a thumb and the original image? (saves diskspace for me :P ) Thanks! |
#407
|
||||
|
||||
I thought the installation went well, but when I go to mydomain/photoplog I get page can not be found error. Any thoughts on what I did wrong maybe ?
I followed the directions step by step. Went back and checked it out again. I may be too tired to see it. I can see the photoplog in my admincp and all just can't get to it. My members will really enjoy this if I can get it to work. |
#408
|
|||
|
|||
@rookiyong: see post394 and try a couple of file edits:
Code:
// in functions.php near top of photoplog_create_thumbs function add: if ($sub_dir != 'small') // or medium or large { return true; } // in file.php look for $photoplog_thumb_dir about a 1/3 the way down: if ($photoplog_thumb_type == 'l') { $photoplog_thumb_dir = 'large'; // or medium or small } else if ($photoplog_thumb_type == 'm') { $photoplog_thumb_dir = 'medium'; // or small or large } else if ($photoplog_thumb_type == 's') { $photoplog_thumb_dir = 'small'; // or medium or large } else if ($photoplog_thumb_type == 'o') { $photoplog_thumb_dir = ''; //original } else { $photoplog_thumb_dir = $vbulletin->options['photoplog_default_size']; }
|
#409
|
|||
|
|||
Quote:
I actually had followed those instructions. My version was 1.0.3 and I followed the upgrade instructions from 1.0.3.1 to 1.0.4.4. I simply copied all the files in the photoplog folder (except config) to the server and then updated the product in admin cp. I have upgraded from prior versions before with no problems, but this time resulted in that SQL error. Uninstalling 1.0.4.4 and taking it back to 1.0.3 gets it working again. Any other ideas please? |
#410
|
|||
|
|||
That SQL error deals with MySQL version, but the 'offending' queries were changed to allow for older MySQL versions. Don't do the step by step stuff, do all the general upgrade instructions again: revert PhotoPlog templates, if changed, FTP both /photoplog and /forum content, install the product, then call the following to ensure its occurrence:
Code:
admincp/index.php?do=buildbitfields |
#411
|
|||
|
|||
Righto will try that probably tomorrow (just about to climb on a flight to Boston).
Thanks for the help. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|