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 |
#382
|
|||
|
|||
Quote:
http://www.nfs-center.de/showroom/file.php?n=59&w=s doesn't exist. Source from moderated files is: Quote:
|
#383
|
|||
|
|||
With your old version 1.0.4 i have the same error. Hmm
|
#384
|
|||
|
|||
Okay, not a space issue, but from your FTP, the image file permissions are -rw------- (600) but should be -rw-r--r-- (644) so that is why you no longer see images.
|
#385
|
|||
|
|||
Quote:
644 same problem, see shot. |
#386
|
|||
|
|||
I have seen i have no thumbnails in
large, medium, small |
#387
|
|||
|
|||
What are your thumbnail sizes in the PhotoPlog settings?
|
#388
|
|||
|
|||
Quote:
|
#389
|
|||
|
|||
The problem is that files are being set to -rw------- (600) permission but should be -rw-r--r-- (644) permission. A 600 permission means that, if you try to access the file via web, you get a 403 forbidden message. Somehow the default permission on your server is now set to 600 for files, but it needs to be 644 permission. With 600 permission, PhotoPlog does not have access to the original file to make thumbs, hence no large, medium, or small thumbs are made. Take a look at the umask function.
Code:
New files follow umask, in .login or .cshrc . The code follows: files directories 0 rw- rwx 1 rw- rw- 2 r-- r-x 3 r-- r-- 4 -w- -wx 5 -w- -w- 6 --- --x 7 --- --- umask 022 gives rw-r--r-- for files and rwxr-xr-x for directories. |
#390
|
|||
|
|||
on the photoplog main page i get this, its empty ?
XXXXX XXXXX YYYYY YYYYY On the forumhome I get XXXXX 1 XXXXX YYYYY all the left column in wide tables till the YYYYY then the regular page content below of a left column to the left of the forums and for the leftcolumn on off switch photoplog page same as the other above but on forumhome XXXXX 1 XXXXX YYYYY Sidebar Off YYYYY Im guessing now its not the conditional then as they come up empty outside of one on photoplog. At least thats ruled out. In ibproarcade I had to add to its page output function global $vbpoptions $vbplingual $forumsideblocks $switchdisplay $leftcolumn And this is what I have added to both page and error page output globals in functions.php of photoplog. |
#391
|
|||
|
|||
What files are $show['leftcolumn'] and $forumsideblocks set? What templates contain:<if condition="$show['leftcolumn']">$forumsideblocks</if>
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|