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

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

Category: Major Additions - Version: 4.2.1 Rating:
Released: 06-09-2013 Last Update: 06-13-2013 Installs: 73
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

PhotoPlog: The Pro Gallery - Version 2.1.6 for vBulletin 4.2.1

This is a full-fledged and completely integrated image gallery add-on for vBulletin. No template edits are necessary. This is the same version that was licensed for sale back in the vBulletin 3 days, but it has been upgraded to vBulletin 4.2.1 and is being offered without charge and is not feature-limited. You get the full pro version.

It comes with various thumb, image, and display settings, has the ability to determine and display EXIF information, is integrated with several packages including Highslide, and you can set a number of usergroup and category permissions, moderate comments and files, add custom fields, FTP import, mass move, and more.


Integrated packages (all are the most recent packages available as of 09 June 2013):
  • Highslide JS 4.1.13
  • JHead 2.97
  • CKEditor 4.1.1
  • jQuery 1.10.1

PhotoPlog Pro 2.1.6 has been developed for the following version of vBulletin:
  • vBulletin 4.2.1 (fresh install)

PhotoPlog Pro 2.1.6 has been tested on the following browsers:
  • Firefox 21.0
  • Internet Explorer 10.0.5

Check out the screenshots.


How to upgrade from PhotoPlog Pro v.2.1.5 to PhotoPlog Pro v.2.1.6?

You can follow the readme file, but this is a small change to fix a bug I inadvertently introduced
(sorry!!) when I moved the code around. All you need to do is one minute of work as follows:
  • FTP these three files from the PhotoPlog ZIP:
    Code:
    /forum/admincp/photoplog_plugins.php
    /photoplog/functions.php
    /photoplog/settings.php
  • Reimport the following XML file via the vB ACP:
    Code:
    product-photoplog.xml
    Do NOT uninstall !!!
    Do allow overwrite.

How to upgrade from any other version of PhotoPlog to PhotoPlog Pro v.2.1.6?
  • Backup first and then follow the upgrade instructions in the readme file.

Additional questions...
Will there be a PhotoPlog version for vBulletin 5? Probably not. My understanding is that vBulletin 5 already includes a gallery.
So what happened to you anyway? Personal issues. My sincerest apologies to anyone negatively affected by my absence.
What about GARS, GAB, GAZ, GAL, and GeekMart? I'm not sure if I'll update these, and probably not anytime soon.

Download Now

File Type: zip PhotoPlogPro_2.1.6.zip (1.90 MB, 837 views)

Screenshots

File Type: jpg screenshot1.jpg (77.5 KB, 0 views)
File Type: jpg screenshot2.jpg (59.9 KB, 0 views)
File Type: jpg screenshot3.jpg (65.9 KB, 0 views)
File Type: jpg screenshot4.jpg (53.4 KB, 0 views)
File Type: jpg screenshot5.jpg (53.1 KB, 0 views)
File Type: jpg screenshot6.jpg (53.3 KB, 0 views)
File Type: jpg screenshot8.jpg (71.5 KB, 0 views)
File Type: jpg screenshot9.jpg (57.4 KB, 0 views)
File Type: jpg screenshot10.jpg (78.4 KB, 0 views)

Show Your Support

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

Comments
  #42  
Old 06-21-2013, 11:02 AM
Light Peak Light Peak is offline
 
Join Date: Aug 2011
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GaryT View Post
On my navbar I want to rename "Photoplog" to "Photos". Where and what do I change?
2nd this
Reply With Quote
  #43  
Old 06-21-2013, 02:12 PM
hsoen hsoen is offline
 
Join Date: May 2010
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How to disable the display of "Gallery Count: 0" and "Comment Count: 0" at user postbit_legacy?
Reply With Quote
  #44  
Old 06-25-2013, 11:53 AM
hsoen hsoen is offline
 
Join Date: May 2010
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

In the upload file menu, there is a duplication of Title and Description. That is, both the Title box and the Description box appear twice.

How to resolve this problem?
Reply With Quote
  #45  
Old 06-25-2013, 07:44 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@GaryT and Light Peak: PhotoPlog is phrased so just search via the ACP -> PhotoPlog -> Change Phrases -> Search in Phrases -> Search for Text -> Find -> Edit -> Save.

@angeljs: The vBA page is blank because one of the constants atop PhotoPlog's vbadvanced.php file is not defined (they all used to be defined but are no longer) so you get a blank page as PhotoPlog exits. It is a very easy fix once I know what constants are defined (and you want at least one of them there for security reasons). To let me know what constants are defined, edit PhotoPlog's vbadvanced.php file and replace it with the below, save and FTP it, go to your portal page and please let me know what you see on screen:
Code:
<?php

print_r(get_defined_constants(true));
exit();

?>

@hsoen: PhotoPlog is not likely to slow your server down anymore than adding or installing any other program. PhotoPlog is coded using table keys and uses slave server queries on nonessential queries (for example, an "essential" query is one used in say uploading an image, and a "nonessential" query is one used to say display information). To disable gallery and comment counts in the forum postbit, go to the ACP -> Products & Plugins -> Plugin Manager -> Edit "PhotoPlog Postbit Gallery Counts" -> set "Plugin is Active" to No -> Save. For the duplication of Title and Description, do you remember what you did right before that occurred? The solution is here. There are double entries in the photoplog_customfields database table for that category and one set needs to be removed. I'm not able to reproduce this though, so anything you can tell me about how it happened to you might help. Thanks!!
Reply With Quote
  #46  
Old 06-26-2013, 02:13 PM
hsoen hsoen is offline
 
Join Date: May 2010
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@calorie: Based on the attached picture, which double entries in the photoplog_customfields database table need to be removed?

The double entries appeared when you upload file to any categories.
Attached Images
File Type: jpg Screen Shot 2013-06-26 at 11.07.52 PM.jpg (94.2 KB, 0 views)
File Type: jpg Screen Shot 2013-06-26 at 11.15.04 PM.jpg (46.1 KB, 0 views)
Reply With Quote
  #47  
Old 06-26-2013, 07:28 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@hsoen: Please see the attachment in this post for the rows to delete. Thanks for the screenshot too as I now know what to look for to prevent this in a future version. :up:
Attached Images
File Type: gif table.gif (167.5 KB, 0 views)
Reply With Quote
  #48  
Old 06-27-2013, 07:19 AM
skol skol is offline
 
Join Date: Oct 2008
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Calorie.

I think it's disabling options in Style & Language Settings..
Attached Images
File Type: jpg photoplog 1.jpg (61.9 KB, 0 views)
Reply With Quote
  #49  
Old 06-27-2013, 03:07 PM
calorie calorie is offline
 
Join Date: May 2003
Posts: 2,804
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@skol: Upgrade to version 2.1.6. Instructions to go from version 2.1.5 to version 2.1.6 are given in the release post. :up:
Reply With Quote
Благодарность от:
skol
  #50  
Old 06-27-2013, 11:22 PM
Dennis B's Avatar
Dennis B Dennis B is offline
 
Join Date: Jul 2002
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow! At last! Thanks calorie!!
Reply With Quote
Благодарность от:
skol
  #51  
Old 06-28-2013, 09:52 AM
hsoen hsoen is offline
 
Join Date: May 2010
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@calorie: Thanks for your support. No more duplication of Title and Description after deleting the six rows indicated by you.:up: Look forward to your new version release for getting rid of this problem.
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 06:24 PM.


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.10361 seconds
  • Memory Usage 2,378KB
  • Queries Executed 28 (?)
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
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (14)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (14)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete