The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
Cel Photo Popup - Insert pictures from vB Albums, Attachs, Photopost, vBGallery Details »» | |||||||||||||||||||||||||||||||||||||||
Cel Photo Popup - Insert pictures from vB Albums, Attachs, Photopost, vBGallery
Developer Last Online: Apr 2022
Important!
Old editor (vB 4.1.3 and below): use 4.0.008!What does it do? When creating or editing a post, your users can open a popup window that will show them their pictures in the chosen gallery, albums or attachment system. Detailed features list
Please uninstall the old version at AdminCP->Plugins & Products->Manage Addons. Also remove all files you uploaded for the vB 3 version apart from the editor icon, which will be reused. This will be /photo_popup.php and all /includes/photo_popup_config_[product].php files, relative to your forum root. Then follow the installation instructions below. Installation
Please note the information in this post of this thread. Version history For older versions see the vB3 version of this Mod. ### 4.1.004 ### fixed several bugs, text-button re-added (full list) ### 4.1.002 ### button not showing issue resolved ### 4.1.001 ### adapted to new vB editor, added workaround for image spacing ### 4.0.004-008 ### bugfix releases ### 4.0.003 ### initial release new (core): completely rewritten code new: categories/user albums/folders listed hierachically in albums dropdown new: Photopost Pro and vBGallery permissions for categories new: global permissions check new: cache system for albums dropdown new: override all product related AdminCP-Settings in the product config file. ** Please note that the config files for Photoplog and CND Garage have not been converted. I do not have access to vB4 versions of those two softwares for testing and developing. Whether this will change in future, I don't know - at the moment, apart from having no software access, I'm very much out of time. Anyway, the config files are not too hard to figure out and there is a short introduction to adapting them. Please feel free to convert or develop for other software, if you like, and submit to this thread or to me personally by PM. Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
tbworld |
Comments |
#162
|
|||
|
|||
Jesh, i have the same problem.
How have you solved please? Antonio |
#163
|
|||
|
|||
One thing I've noticed is that people viewing a thread with images posted using this mod they are shown as "Viewing attachment" in wol instead of "viewing thread" - is this just me?
|
#164
|
|||
|
|||
I'd love some thoughts on this issue:
I've installed in a test environment of VB 4.1.2. In the popup window, all of the users photos are loaded on one page (in one case over 14K images). The configuration is set for 4 columns and 4 rows. The window shows the pagination links, but all of the images are in the same window. Any thoughts on why that might be? |
#165
|
||||
|
||||
@raisun: Tested on 4.1.3 and I can't reproduce your issue.
|
#166
|
||||
|
||||
@cad2go: That would happen if the user looks at an inserted image enlarged, i.e. when that user is using the lightbox.
|
#167
|
||||
|
||||
Just to let everyone know: I have a (still very basic) first version ready for the new editor. Main issue atm is a bug present in the current alpha of 4.1.4, but hopefully this will be fixed before release. So, bottom line is, yes, there will be a version that works with the new editor.
Edit: There is another issue: Atm, there is not a single hook present in the new editor. W/o hooks, I won't be able to insert a button into the toolbar. |
#168
|
|||
|
|||
Hmmm...I reinstalled the addon and I still have the issue. For kicks I set Rows = 1 and columns = 1. I tried on an acct with only 5 images, and it still shows all 5 images on the first page. Here is the debug info:
Code:
Debug information Version: 4.0.008 Photo Popup Settings (from AdminCP) num_of_cols: 1 [1] num_of_rows: 1 [1] num_total: 1 widht: 600 heigth: 680 products: vbgallery 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: 1 code_usergroups: 6 Code (this is what is inside the table cells) <a href="#" onclick="thumbpaste('<a href=\'http://www.mouseinfo.com/gallery/files/1/3/8/cbrmap_original.jpg\'><img src=\'http://www.mouseinfo.com/gallery/files/1/3/8/cbrmap_thumb.jpg\' style=\'border: 0\' /></a> ',' ');event.returnValue=false;return false;"><img src="http://www.mouseinfo.com/gallery/files/1/3/8/cbrmap_thumb.jpg" style="border: 0" title=""/></a> Images query: SELECT imageid, userid, filename, extension, thumbname, originalname, catid FROM ppgal_images WHERE (userid = 138 ) AND valid = 1 ORDER BY dateline DESC Albums query (only if not coming from cache): SELECT catid, title FROM ppgal_categories WHERE parent = 973 ORDER BY displayorder Pagination query: SELECT COUNT('imageid') AS fotos FROM ppgal_images WHERE (userid = 138 ) AND valid = 1 Link to Original http://www.mouseinfo.com/gallery/fil...p_original.jpg Link to Thumb http://www.mouseinfo.com/gallery/fil...rmap_thumb.jpg Used product: vbgallery Albums possible: 1 Cookie Read Cookie: vbgallery,,link_thumb_2_orig,0 Set Cookie: vbgallery,,link_thumb_2_orig,0 Cache Cookie: from database Table building (rows and columns) |
#169
|
||||
|
||||
Ah, you're using vBGallery. I don't have that installed and can't test. Try the following:
In includes/cel/cel_pp_class_vbgallery.php find around line 201: PHP Code:
PHP Code:
|
#170
|
|||
|
|||
*bows* That fixed it, thank you.
One more question, much less critical. When using my account, everything seems to work great: I click on an image, it populates in the edit box...no issues. I click on another image, it adds it right below. One of my other admins has a different experience: When he clicks on an image, and then tries to click on another image, it overwrites the first image instead of adding the second one. Any thoughts on why that might be? |
#171
|
||||
|
||||
It overwrites the image, as in: the second image replaces the first? No, I never heard of that one. What browser does he use? But, on the other hand, perhaps it will fix itself with the new editor
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|