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 |
#152
|
|||
|
|||
New version works great... Thank you for this.
I am using it only for VBulletin Albums. |
#153
|
|||
|
|||
Quote:
|
#154
|
||||
|
||||
Quote:
Quote:
|
#155
|
||||
|
||||
Bugfix release 3.0.1
There is a major bug in photo_popup_config_vbalbums file. If you are using vB albums system, please upgrade! To fix the bug it's enough to reupload the fixed file. See attachment. |
#156
|
||||
|
||||
Thank you for the Bugfix release
|
#157
|
|||
|
|||
Well, I was having some issues with vbGallery and it not showing any images. After looking at the debug code, I realized that the directory structure wasn't the same as what mine is. I have an older version of vbGallery, so the structure might have changed. Mine is setup such that the userid is split into single characters, so a user with an id of 1234 has images in a dir starting with /1/2/3/4/ instead of /1234/. Anyway, I'm attaching part of the code that needs to be changed in case anyone else has a file structure like this.
Code:
/* ###### Construct image bits ###### */ function imagebits () { global $array; global $data_dir; global $url_path; $new_userid = ''; for($i=0; $i<strlen($array['userid']); $i++) { $new_userid .= $array['userid'][$i] . "/"; } $img['orig'] = $data_dir . $new_userid . $array['filename']; $filename_parts = pathinfo($array['filename']); $img['thumb'] = $data_dir . $new_userid . $filename_parts['filename'] . "_thumb." . $filename_parts['extension'] ; $img['med'] = ""; $img['gallery'] = $url_path . "showimage.php?i=" . $array['imageid']; return $img; } |
#158
|
||||
|
||||
thanks friend now work!
|
#159
|
||||
|
||||
Thanks for this, wottech!
And: New translation: Arabian (thanks to Subah) |
#160
|
||||
|
||||
It does not appear to work for either a user album or a public category. There is a file (selector.php) for Photoplog Pro that functions nearly identical to your mod, but I was hoping to have yours fulfill both tasks since having two links is confusing.
|
#161
|
||||
|
||||
Ahm, I'm pretty sure Morgan will not like to see her code posted here openly. I'd advise you to remove it.
And no, sorry, I fear I can't help you based on this code. So probably this mod does not support albums/categories with Photoplog Pro. With Lite, it works. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|