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 |
#422
|
|||
|
|||
Works great! A critical add to my photography community site...
http://www.PhotographersParadise.com |
#423
|
|||
|
|||
any ideas why the popup shows the latest uploaded img first for me but for other users the order isnt right (photopost pro)
|
#424
|
||||
|
||||
3.4.1.: Fix for PHP 5.3.0 related bug. If you don't use PHP 5.3.0, there's no need to update, if you do, just reupload photo_popup.php
|
#425
|
||||
|
||||
Upgraded.... My only hope is that one day somehow the thumbs, med, or original images can be linked with no text and there not be a conflict with that Tcat image resizer mod.
|
#426
|
|||
|
|||
Excellent mod and just what I've been looking for. I wonder if it's possible to modify the code so you can have a community album? The reason for wanting to do this would be to let members select photo's for birthdays, get well soon, and things like that, instead of hunting round the net to link to stuff.
Regards, Tom |
#427
|
||||
|
||||
Try this:
In photo_popup_albums_config.php around line 40 change Code:
WHERE userid = $userid Code:
WHERE userid = $userid OR albumid = XY Also change around line 77 Code:
WHERE userid = $userid " . $where_add . " Code:
WHERE userid = $userid " . $where_add . " OR " . TABLE_PREFIX ."albumpicture.albumid = XY Please let me know if that works. |
#428
|
|||
|
|||
Thanks cellarius, I'll give a try and let you know how it turns out.
Regards, Tom |
#429
|
|||
|
|||
Strange.
On my site, this only works when there is no www in the URL. So it works correctly with uselessforums.com but not www.uselessforums.com. I couldn't find anything in the first post about this, nor by searching the thread. Thanks for any help. Here is the debug info: Code:
Debug information Version: 3.4 Photo Popup Settings (from AdminCP) num_of_cols: 3 num_of_rows: 3 num_total:9 widht: 600 heigth: 680 products: albums insert_options_allowed: link_thumb_2_orig link_thumb_2_gallery link_med_2_orig link_med_2_gallery thumb med orig thumb_2_gallery_link_below med_2_gallery_link_below orig_2_gallery_link_below allow_albums: 0 code_usergroups: 0 Code (this is what is inside the table cells) <a href="#" onclick="thumbpaste('<img src=\'/picture.php?albumid=153&pictureid=3076\' style=\'border: 0\' /> ',' ')"><img src="http://uselessforums.com/picture.php?albumid=153&pictureid=3076&thumb=1" style="border: 0" title=""/></a> Images query SELECT pictureid, albumpicture.albumid FROM albumpicture INNER JOIN album ON albumpicture.albumid = album.albumid WHERE userid = 1 AND albumpicture.albumid = 153 ORDER BY pictureid DESC LIMIT 0, 9 Albums query: Link to Original http://uselessforums.com/picture.php?albumid=153&pictureid=3076 Link to Thumb http://uselessforums.com/picture.php?albumid=153&pictureid=3076&thumb=1 Used product: albums Albums possible: 1 Albums override: Cookie Read Cookie: albums,153,orig Set Cookie: albums,153,orig Table building (rows and columns) [td 1][td 2][td 3][tr][td 1][td 2][td 3][tr][td 1][td 2][td 3] |
#430
|
||||
|
||||
Quote:
|
#431
|
|||
|
|||
Quote:
Since no one else has reported this problem, maybe I can just fix it for my forum... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|