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 |
#2
|
||||
|
||||
Detailed features list
Product Configuration It's quite straightforward, really. For most products you won't have to open the config files at all.
A note on vBGallery and Photoplog support I have installed vBGallery and Photoplog only in a local testing environment. Please note that I can only give limited support for those add-ins. A note on "conflicts" with other editor/quickreply/quickedit mods Normally, there should be no fundamental conflict. The template edits for this mod do nothing but to add an additional button to the toolbar in quickreply and quickedit and a link to the main editor. However, if other mods you have installed already induced template changes there, you might have to adapt the template changes accordingly. A good solution might be to melt the template changes for this mod into the template changes for the other. I'm afraid I'll not be able to help you there, since I do not have those mods installed. But ask away here or, perhaps even more promising, in the thread for the other mod, perhaps anyone else has.Please take note of this post here, too. On principle, you should be able to add the link that opens the popup anywhere within the various editor-tamplates in any form you like - whether you put up text or the button in front of the link, doesn't really matter. What you essentially need is a link like this one somewhere within the editor: HTML Code:
<a href="#" onclick="window.open('photo_popup.php?$session[sessionurl]e=$editorid','fotos','scrollbars=yes,resizable=yes,width={$vbulletin->options['photo_popup_width']},height={$vbulletin->options['photo_popup_heigth']}'); return false" title="$vbphrase[photo_popup_insertlink]">$vbphrase[photo_popup_insert]</a>] Credits Credits go to the Geek for the idea for this hack and hints I took from the code of his old Gallery popup. Especially the trouble-rousing injection-process of the images into the editor follows different lines altogether, using vB-built-in functions. The camera-icon in quickreply and quickedit is taken from the fabulous silk iconset: http://www.famfamfam.com/lab/icons/silk/ |
#3
|
||||
|
||||
I like your idea, thank
|
#4
|
|||
|
|||
beautiful. works like a charm.
|
#5
|
||||
|
||||
That's good to hear. What are you using it with? Photopost, I gather?
|
#6
|
||||
|
||||
getting an error on popup
Code:
Invalid SQL: SELECT COUNT('id') AS fotos FROM pp_photos WHERE userid = 1 AND storeid = 0 AND approved = 1; MySQL Error : Table 'jcontrol_cb.pp_photos' doesn't exist |
#7
|
||||
|
||||
Ah, you might just have discovered the first bug
I think I can reproduce this. Do you have "use vB" to yes. "use PP" to no, but then "use vB as standard" to no - effectively making PP the standard? Of course, there should be a check against that, I'll fix that ASAP. for now, try setting "use vB as standard" to yes. You might have to restart your browser or delete the cookie [COOKIE_PREFIX]photo_popup (normally bbphoto_popup). Edit: Uploaded new zip-file. Just upload photo-popup.php again, that should fix it. Please tell me if it works out for you. |
#8
|
||||
|
||||
caught another bug, I went to overwrite the product file just in case you had modified that, and I got this error:
Code:
Database error in vBulletin 3.8.0: Invalid SQL: ALTER TABLE vb_language ADD phrasegroup_photo_popup_phrase MEDIUMTEXT NOT NULL; MySQL Error : Duplicate column name 'phrasegroup_photo_popup_phrase' Error Number : 1060 Request Date : Monday, January 19th 2009 @ 08:07:02 PM Error Date : Monday, January 19th 2009 @ 08:07:02 PM Script : http://www.controlbooth.com/forums/admincp/plugin.php?do=productimport Referrer : http://www.controlbooth.com/forums/admincp/plugin.php?do=productadd Classname : vB_Database MySQL Version : 5.0.45 Feature Requests: have the install edit the templates, and I would add an option to the admin panel which has a field which you can choose which styles NOT to insert it into. This mod pulls off this trick well. |
#9
|
||||
|
||||
Great mod, but I use VBGallery version of Photopost, and it does not work with it.
|
#10
|
||||
|
||||
Quote:
Quote:
No, I'm sorry. I don't use and don't own VBGallery, so I do not know the database structure and couldn't keep the mod up to date. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|