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 |
#462
|
|||
|
|||
It must be realised some issues.. but need this on my forum
|
#463
|
||||
|
||||
Just wanted to drop a note to you guys that this mod has been mostly ported to vB4. It was already largely done for alpha 1, now it needs some revamping for the betas/gold, mainly with the styling that is still in the flux.
The way config files are done has changed significantly (all object oriented, now), and I have it working with the new attachment system (for the albums). I also can access my Photopost images/albums from the 3.8 installation, so probably I will have it operative with the Photopost beta soon, too. For the other products I have no clue as of now how far in the porting process they are and when and if configs can be made available. Anyway: This is no promise that there will be a beta version in the next days or weeks, since I have a lot of work atm. Just want to let you know that this mod will still be around for vB4 - even if I don't know how much interest it will still meet since the attachment manager is a great new feature. |
#464
|
||||
|
||||
would it be possible to include previous used attachments (from the usercp) somehow?
|
#465
|
||||
|
||||
Quote:
|
#466
|
|||
|
|||
Wow!
This MOD went from cool to awesome! NOMINATED :up: |
#467
|
||||
|
||||
|
#468
|
|||
|
|||
I second that
|
#469
|
|||
|
|||
Didn't update yet, but I found something that has been annoying my users (and thus me) for ages.
I use vbGallery, and whenever my users clicked to include a thumb linked to original, the link would bring them to an empty screen, due to a missing filename. I finally figured out what happened. I have the ability to get rezised pictures enabled, which caused the mod to always look for an originalname. However, if pictures were NOT resized (and I increased the filesize for quite a few options), it therefore would grab a blank filename. I think I fixed it now, by editing photo_popup_config_vbgallery.php. Look for: Code:
else { $img['orig'] = $data_dir . $data_dir_userid . $array['originalname']; $img['med'] = $data_dir . $data_dir_userid . $array['filename']; Code:
else { if ($array['originalname'] <> "") { $img['orig'] = $data_dir . $data_dir_userid . $array['originalname']; } else { $img['orig'] = $data_dir . $data_dir_userid . $array['filename']; } $img['med'] = $data_dir . $data_dir_userid . $array['filename']; |
#470
|
||||
|
||||
thanks!
with some adjustments made, support for non image files, and being able to use the attachment uploading feature this mod could very well compete, or replace the stock attachment manager (also nominated ) |
#471
|
|||
|
|||
awesome - worked like a champ the first time - I love it.
now - if I can just get someone to allow mobile uploads to your albums. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|