The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog Details »» | ||||||||||||||||||||||||||||||||||||||||||
Photo Popup - Insert pictures easily from vB Albums, Photopost, vBGallery, Photoplog
Developer Last Online: Apr 2022
Quote:
What does it do? When creating or editing a post, your users can open a popup window that will show them pictures in the chosen gallery or albums. Now also supports attachments: Reuse what you uploaded! A click on the picture inserts it into the editor. Works with
Detailed features list
Basic Configuration
Upgrade
Support and debugging Ill help whenever I find the time. Before asking, please activate debug mode and post the information given there (especially under "Code". Please try the two links given - do they look "normal" and do they work? Debug information is only shown to Administrators (usergroup 6). Always state the products you use, including the software versions. Also read the infromation in the second post of this thread. Hopes for the future World peace, happiness, health and lot's of money Version history
Development and bugfix releases for config files If the need arises, there will be development or bugfix releases of config files between official releases of this mod. The zip file attached to this post will always be up to date. At the moment, there are no development/bugfix-releases. Translations Deutsche ?bersetzung bei vbulletin-germany.org. Arabian translation, thanks to Subah. Russian translation, thanks to nohuhu. Screenshots AdminCP, Photopost settings, Photo Popup in action, quickreply ### Don't forget to click install! ### (No support if you don't) Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
vn88.com |
Comments |
#282
|
||||
|
||||
Hi folks,
sorry for the long delay in answering questions and getting out a new version, but I'm really busy at the moment This is really just a smaller release, including some bug fixes suggested in this thread. Thanks for all the work and thought that went into those! Be sure I try to keep up and integrate what you come up with! Version 3.1
Note on Photopost support
|
#283
|
|||
|
|||
Two errors in the Photoplog Categories setup:
In the PHP file, this: Code:
$count_select = " SELECT COUNT('fileid') AS fotos FROM " . $db_prefix . "fileuploads WHERE userid = $userid AND moderate = 1" . $where_add . " "; Code:
$count_select = " SELECT COUNT(*) AS fotos FROM " . $db_prefix . "fileuploads WHERE userid = $userid AND moderate = 0" . $where_add . " Code:
$images_select = " SELECT fileid, userid, filename, catid FROM " . $db_prefix . "fileuploads WHERE userid = $userid AND moderate = 1" . $where_add . " ORDER BY dateline DESC "; Code:
$images_select = " SELECT fileid, userid, filename, catid FROM " . $db_prefix . "fileuploads WHERE userid = $userid AND moderate = 0" . $where_add . " ORDER BY dateline DESC "; |
#284
|
||||
|
||||
You're right, I uploaded a wrong file version for the Photoplog configs - shame on me...
Your point about the moderation is valid and was to be fixed anyway, it was mentioned somewhere in the thread I think. That might also fix some of the problems there were with Photoplog usage. But to do a count over the whole fieldset (by using *) seems not the best thing to do. Fileid is a unique key. zip-file updated. If you downloaded before this post and inted to use Photoplog, please redownload. |
#285
|
||||
|
||||
It works now! Fantastic!!!
|
#286
|
||||
|
||||
|
#287
|
||||
|
||||
|
#288
|
|||
|
|||
thanks! now it works again!
|
#289
|
||||
|
||||
Still does not work. Oh well
|
#290
|
|||
|
|||
Quote:
Quote:
Had the same problem as well. I had to copy the png file into my template styles editor folder not the vBulletin editor folder. So instead of images/editor/photo_popup.png It was images/<TemplateStyle>/editor/photo_popup.png. Hope it helps. Great MOD thank you. |
#291
|
|||
|
|||
thank you so much for that amasing Add-ons
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|