The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
PhotoPlog: The Pro Gallery Details »» | |||||||||||||||||||||||||||||||||||||||||||||
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):
PhotoPlog Pro 2.1.6 has been developed for the following version of vBulletin:
PhotoPlog Pro 2.1.6 has been tested on the following browsers:
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:
How to upgrade from any other version of PhotoPlog to PhotoPlog Pro v.2.1.6?
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
Screenshots
Show Your Support
|
12 благодарности(ей) от: | ||
andro140, Christos Teriakis, CrossWind, davidg, hsoen, ikopylov, K4GAP, Ramsesx, Robru, socialteenz, tekram, TheLastSuperman |
Comments |
#252
|
||||
|
||||
I downloaded the product, and looked at that file, and unfortunately, I don't see what the issue is...but it's past my bedtime, and perhaps tomorrow with fresh eyes, I will spot it.
|
#253
|
|||
|
|||
Thank you. It's past mine too. I'll check back in the morning. Thanks again for all your help
|
#254
|
|||
|
|||
Quote:
Code:
Warning: Assigning the return value of new by reference is deprecated in ..../photoplog/ratebit.php on line 29 |
#255
|
|||
|
|||
Quote:
Thanks for taking the time. Hopefully whatever you find will help someone, maybe even me if DBTech;s doesn't work out... On edit: I'm not uninstalling it just yet. Instead I'll recheck every single step to make sure I didn't miss anything. 2nd edit: There was nothing wrong with the editor. Some of my CKeditor files weren't properly uploaded. Sigh. I encourage anyone who runs into problems to retrace every single step and upload these files even more methodically that normal. But I still have the original problem you were helping me with |
#256
|
||||
|
||||
Quote:
|
#257
|
||||
|
||||
Oh PhotoPlog, so many found memories of this plugin back in the day
I always liked it over the expensive photopost |
Благодарность от: | ||
blind-eddie |
#258
|
||||
|
||||
This one is new to me, I think, hoping somebody has seen it. The main photo display stopped working, all photos, multiple, updated browsers. We're still using vb 4.2.3 w/any applicable patches.
I've tried using the photoplog maintenance tools, and looking over file.php, the apparent issue. I noted the file on the server was smaller in size than the original photoplog/file.php file, v2.1.6. I tried a backup and overwrite. Verified chmodding. The paths below are for the same picture. From Chrome Inspect tool: Quote:
Quote:
|
#259
|
||||
|
||||
Does anyone have insight regarding my previous post?
|
#260
|
|||
|
|||
I've installed it on vBulletin 4.2.5 and followed the instructions, everything works okay up until the upload. The upload page comes up, I add a file, the description, etc., but when I try to upload this error comes up:
syntax error, unexpected 'new' (T_NEW) on line 29 in /home/domain/forums.domain.net/photoplog/ratebit.php #0 {main} Line 29 of ratebit.php : $bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list()); Any ideas? edit: Nevermind, it's fixed. Same problem as with the vb link directory. If anyone else has this problem and uses PHP 7, it can be corrected by removing the class assignment operator - the ‘&’ - which is no longer supported. |
#261
|
|||
|
|||
Quote:
HTML Code:
https://www.website.com/gallery/selector.php?e=vB_Editor_001_editor HTML Code:
https://www.website.com/photoplog/selector.php?e=vB_Editor_001_editor 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> |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|