Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

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
  #242  
Old 12-22-2016, 04:18 PM
Rakehel's Avatar
Rakehel Rakehel is offline
 
Join Date: Dec 2005
Location: Columbus, Ohio - USA
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, I didn't realize guests didn't see the thumbs. It's been so long. I'll PM you.
Reply With Quote
  #243  
Old 12-22-2016, 04:40 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rakehel View Post
Ok, I didn't realize guests didn't see the thumbs. It's been so long. I'll PM you.
Okay, create a plugin hooked at "parse_templates" with the PHP code:

PHP Code:
if (THIS_SCRIPT === 'index')
{
    
$template_hook['headinclude_css'] .= '<style>.alt2 {background: rgb(224, 224, 224) !important;}</style>';

You can make the background darker by using a lower number for the 3 values in the rgb() function, and to make it lighter, use a higher number (up to 255, which is what it is set at by default).
Reply With Quote
  #244  
Old 12-23-2016, 12:13 PM
Rakehel's Avatar
Rakehel Rakehel is offline
 
Join Date: Dec 2005
Location: Columbus, Ohio - USA
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks Mark. I'll give that a try and report back here, eventually. Someone else may be looking for this.
Reply With Quote
Благодарность от:
MarkFL
  #245  
Old 12-23-2016, 03:45 PM
Rakehel's Avatar
Rakehel Rakehel is offline
 
Join Date: Dec 2005
Location: Columbus, Ohio - USA
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Excellent! It works and across multiple skin colors. As you've mentioned it gives me a place to work on the background color without searching for other code or plugins all day.

I'm currently working on fixing about 7 skins/themes. (Yeah, some people like them and won't let go... LOL.) I've been putting some stuff off for a few years.

Thanks Mark!
Reply With Quote
  #246  
Old 12-23-2016, 03:51 PM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Rakehel View Post
Excellent! It works and across multiple skin colors. As you've mentioned it gives me a place to work on the background color without searching for other code or plugins all day.

I'm currently working on fixing about 7 skins/themes. (Yeah, some people like them and won't let go... LOL.) I've been putting some stuff off for a few years.

Thanks Mark!
Thanks for letting me know...it's always nice to hear back that something either worked, or if not to be able to try to resolve the issue.
Reply With Quote
  #247  
Old 05-02-2017, 08:20 AM
GhostHunter2010 GhostHunter2010 is offline
 
Join Date: Nov 2010
Location: London UK
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

tried to install it but when i click import xml keeps sayin please wait nothing happens
Reply With Quote
  #248  
Old 05-30-2017, 04:57 AM
chloe101 chloe101 is offline
 
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GhostHunter2010 View Post
tried to install it but when i click import xml keeps sayin please wait nothing happens
That happened to me. It turned out I hadn't uploaded all the files so check that you uploaded them all and that they're in the right place. This is worth doing slowly.

I had to retrace my steps several times but it was worth it. I've got it working on 4.2.4 and am very happy, all for one little php error message I need to get rid of.
Reply With Quote
  #249  
Old 05-30-2017, 05:00 AM
chloe101 chloe101 is offline
 
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just installed this on 4.2.4 and it's looking great and I was able to upload pictures, assign a category and make an album but I have the following php message at the top

"Warning: Illegal string offset 'catid' in /home/xxxx/xxx/photoplog/index.php on line 92"


Can someone please help me decipher and fix this?

Thanks in advance
Reply With Quote
  #250  
Old 05-30-2017, 05:36 AM
MarkFL's Avatar
MarkFL MarkFL is offline
 
Join Date: Feb 2014
Location: St. Augustine, FL
Posts: 3,853
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chloe101 View Post
I just installed this on 4.2.4 and it's looking great and I was able to upload pictures, assign a category and make an album but I have the following php message at the top

"Warning: Illegal string offset 'catid' in /home/xxxx/xxx/photoplog/index.php on line 92"


Can someone please help me decipher and fix this?

Thanks in advance
What is in that file in the vicinity of line 92, including about 5 lines before it and 5 lines after?
Reply With Quote
  #251  
Old 05-30-2017, 05:42 AM
chloe101 chloe101 is offline
 
Join Date: Dec 2007
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MarkFL View Post
What is in that file in the vicinity of line 92, including about 5 lines before it and 5 lines after?
Here's what I have in lines 86 - 98
Code:
else if ($photoplog_file_info_links && $photoplog_file_id)
	{
		$photoplog_file_info = $photoplog_file_info_links;
	}
	unset($photoplog_file_info_links);

	$photoplog['catid'] = intval($photoplog_file_info['catid']);

	$photoplog_do_html = 0;
	$photoplog_do_smilies = 0;
	$photoplog_do_bbcode = 0;
	$photoplog['do_comments'] = 0;
	$photoplog_do_imgcode = 0;
Thanks
Reply With Quote
Reply

Thread Tools

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 10:42 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04929 seconds
  • Memory Usage 2,370KB
  • Queries Executed 26 (?)
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_php
  • (5)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
  • (13)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)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_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