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
  #262  
Old 04-10-2018, 01:07 AM
aeternitasster aeternitasster is offline
 
Join Date: May 2012
Posts: 7
Благодарил(а): 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
Quote:
Originally Posted by chloe101 View Post
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
Quote:
Originally Posted by HM666 View Post
Did you ever find an answer to this? I'm having the same problem.
We are having the same problem on vBulletin 4.2.5, and no, there seems to be still no answer.

It's just an annoying warning, though, everything seems to work fine.
Reply With Quote
  #263  
Old 01-29-2019, 06:50 AM
Goomzee Goomzee is offline
 
Join Date: Apr 2008
Location: Philippines
Posts: 588
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aeternitasster View Post
Same problem here, the Photoplog Gallery Selector button is not pointing to the correct path. What I mean by this is that:

HTML Code:
https://www.website.com/gallery/selector.php?e=vB_Editor_001_editor
should be

HTML Code:
https://www.website.com/photoplog/selector.php?e=vB_Editor_001_editor
I could not find the code under custom BB codes. Where/how do I change this?

In the meantime I've added a rewrite. In case someone else wants to do this, here is the code. Add this to .htaccess :

Code:
<IfModule mod_rewrite.c>
RewriteEngine on
# BEGIN Rewrite /gallery/ to /photoplog/
RewriteRule ^gallery/(.*)$ /photoplog/$1 [R=301,NC,L]
# END   Rewrote /gallery/ to /photoplog/
</IfModule>

Will this work with vbulletin 3.8.x
Reply With Quote
  #264  
Old 06-07-2022, 08:19 AM
sternenfee sternenfee is offline
 
Join Date: Sep 2009
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aeternitasster View Post
We are having the same problem on vBulletin 4.2.5, and no, there seems to be still no answer.

It's just an annoying warning, though, everything seems to work fine.
Here the same error Please help
Reply With Quote
  #265  
Old 06-14-2022, 12:19 PM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What version of PHP?
Reply With Quote
  #266  
Old 05-18-2023, 07:29 AM
sternenfee sternenfee is offline
 
Join Date: Sep 2009
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

newly installed with php5.6.

Errormessage when click on https://***/photoplog/index.php

Code:
Warning: chdir(): No such file or directory (errno 2) in /www/htdocs/*/photoplog/settings.php on line 47

Warning: require_once(./global.php): failed to open stream: No such file or directory in /www/htdocs/*/photoplog/settings.php on line 48

Fatal error: require_once(): Failed opening required './global.php' (include_path='.:/usr/share/php:..') in /www/htdocs/*/photoplog/settings.php on line 48
VB Version 4.2.5.

can anyone help me?
Reply With Quote
  #267  
Old 05-18-2023, 10:14 AM
Hostboard's Avatar
Hostboard Hostboard is offline
 
Join Date: May 2002
Location: CT
Posts: 843
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Looks like you have not uploaded the files correctly.
Also Have you gone through the entire thread and applied the "fixes" that have been posted?
This thing is ancient and might require someone to fix the code to work properly both in VB 4.2.5 and PHP versions.
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 08:45 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.04998 seconds
  • Memory Usage 2,324KB
  • Queries Executed 22 (?)
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
  • (5)bbcode_code
  • (2)bbcode_html
  • (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
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (7)post_thanks_box
  • (12)post_thanks_box_bit
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (7)post_thanks_postbit_info
  • (6)postbit
  • (10)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)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