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 |
#612
|
|||
|
|||
Hey first i wane say WHAT A GREAT HACK hehe but i have a problem everything is working but if i click upload i get this message Sorry, center: Bad File center is my board username, my image dir is 777 what im doing wrong please help me man..
|
#613
|
|||
|
|||
File is probably outside the size limits for your vb usergroup think its in permissions you can change it.
|
#614
|
|||
|
|||
Is not working too, im trying and trying for 4 hours now lol
|
#615
|
|||
|
|||
It's either file size like nitro said, or it could be that your /tmp directory is not accessible, assuming you are trying to upload a gif, jpg, or png image.
|
#616
|
|||
|
|||
Quote:
Since Userid 1 is me and I just uploaded one file it is true |
#617
|
|||
|
|||
In PhotoPlog's upload.php file find the following near the top:
Code:
require_once('./settings.php'); Code:
echo "x".$permissions['photoplogmaxfilelimit']."x<br />"; echo "x".intval($permissions['photoplogmaxfilelimit'])."x<br />"; $temp_check = $db->query_first("SELECT COUNT(*) AS cnt FROM photoplog_fileuploads WHERE userid = ".intval($vbulletin->userinfo['userid'])." "); echo "x".$temp_check['cnt']."x<br />"; exit(); |
#618
|
|||
|
|||
Quote:
Quote:
|
#619
|
|||
|
|||
What is your Maximum File Limit set to for your usergroup? Still 100000? If so, run the following query. What do you see?
[sql] SELECT usergroupid, photoplogmaxfilelimit FROM vb3_usergroup; [/sql] |
#620
|
|||
|
|||
Quote:
We have several usergroups and one secondary usergroup had the setting to 0 .. But shouldn't be the primary usergroup above the secondary permission wise ? But again, thanks for the fast support .. |
#621
|
|||
|
|||
With primary and secondary usergroups and PhotoPlog, zero is like a buzzkill, overriding the other permission. If you change the zero to a one, the greater permission should then apply.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|