Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
PhotoPlog: The Lite Gallery Details »»
PhotoPlog: The Lite Gallery
Version: 2.0.7, by calorie calorie is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

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!

This thread is organized as follows:
  • Post1 contains this here release.
  • Post2 contains current add-ons.
  • Post3 contains onscreen errors.
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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #372  
Old 12-16-2005, 05:22 PM
lordnex lordnex is offline
 
Join Date: Apr 2004
Location: Windsor, Ontario
Posts: 77
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The updates are fantastically easy. upload the contents, run the product import and done. As long as we don't get burned by missing an update or two, this is fantastic.

Best support of a lot of hacks released. Good work dude!
Reply With Quote
  #373  
Old 12-16-2005, 05:32 PM
nitro nitro is offline
 
Join Date: Nov 2001
Posts: 302
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by calorie
@nitro: you need to do the globals thing, plus use the variable in a PhotoPlog template if said variable is not part of your vB header, navbar, or footer already.

FYI: PhotoPlog 1.0.4.1 released: divided queries, template changes, pound in letter bar, who's online, not sure what the future holds. See the README.txt in the new ZIP archive for upgrade instructions.
Well thing is thats exactly where these variables are called, is in the navbar and footer templates.

It does however call the portal home link in the navbar which uses an custom variable. I am going to hazard a guess @ maybe photplog is struggling with custom conditionals with some thing like <if condition="$show['leftcolumn']">$forumsideblocks</if>

I may also be cocking my leg up the wrong tree entirely
Reply With Quote
  #374  
Old 12-16-2005, 05:50 PM
allstar55 allstar55 is offline
 
Join Date: Dec 2005
Location: Germany
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by allstar55
OHOH Upload BUG

After my Test-Upload no picture to see, same in Admin:
Bug was in 1.0.4.1 and 1.0.4.2
Hello, have other users the same problem ?
Reply With Quote
  #375  
Old 12-16-2005, 05:58 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@mikelbeck: fixed in 1.0.4.3, but you'll need to look at the photoplog_ratecomment table via say phpMyAdmin and delete any row for which there is no longer a file.

@allstar55: upgrade to 1.0.4.3 to take care of the HTML issues, hopefully, and you need vB canadminforums permission to see thumbs in moderation queue.

@lordnex: try reverting the PhotoPlog templates, if you made any changes, FTPing all the PHP files in the 1.0.4.3 ZIP /photoplog directory except config.php, over writing the old files, and then doing another product import, allowing overwrite.

@nitro: right before <if condition="$show['leftcolumn']">$forumsideblocks</if> appears in the template, add the following like so:
Code:
<!-- to see what the variables contain -->
<br />
XXXXX $show[leftcolumn] XXXXX
<br />
YYYYY $forumsideblocks YYYYY
<br />

<if condition="$show['leftcolumn']">$forumsideblocks</if>
Reply With Quote
  #376  
Old 12-16-2005, 06:14 PM
allstar55 allstar55 is offline
 
Join Date: Dec 2005
Location: Germany
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
@allstar55: upgrade to 1.0.4.3 to take care of the HTML issues, hopefully, and you need vB canadminforums permission to see thumbs in moderation queue.
What is vB canadminforums permission?
Ohh i have updated to 1.0.4.3, same problem

I'am the admin, and i updatet every version, templates are standart.
But at the moment we can't upload, empty files.
Reply With Quote
  #377  
Old 12-16-2005, 06:31 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you can access the vB Forum Manager, you have vB canadminforums permission. Look at the HTML souce of the ACP PhotoPlog Moderate Files page. What do you see where the thumbs should be?
Reply With Quote
  #378  
Old 12-16-2005, 06:39 PM
allstar55 allstar55 is offline
 
Join Date: Dec 2005
Location: Germany
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by calorie
If you can access the vB Forum Manager, you have vB canadminforums permission. Look at the HTML souce of the ACP PhotoPlog Moderate Files page. What do you see where the thumbs should be?
Please see the Screenshots:
1. Shot.. I upload the Pic
2. Shot.. Moderate Files
3. Shot..Templates

What must i make?
Reply With Quote
  #379  
Old 12-16-2005, 06:46 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1) Revert the PhotoPlog template, the one in red, 2) FTP all the PHP files in the 1.0.4.3 ZIP /photoplog directory except config.php, overwriting the old files, and 3) then do another product-photoplog.xml product import, do not uninstall, do allow overwrite.
Reply With Quote
  #380  
Old 12-16-2005, 06:53 PM
allstar55 allstar55 is offline
 
Join Date: Dec 2005
Location: Germany
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by calorie
1) Revert the PhotoPlog template, the one in red, 2) FTP all the PHP files in the 1.0.4.3 ZIP /photoplog directory except config.php, overwriting the old files, and 3) then do another product-photoplog.xml product import, do not uninstall, do allow overwrite.
++++, i have made it. No chance ;(
No pictures to see after upload.

Please give me the 1.0.4.1 to test it.
Reply With Quote
  #381  
Old 12-16-2005, 07:09 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The 1.0.4.1 is out, 1.0.4.3 is in, but I wonder if this is a space issue. How much space do you have available? How full is your /tmp directory? Also, right click on the ACP PhotoPlog Moderate Files page, and look at the HTML souce. What do you see where the thumbs should be?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:47 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05732 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete