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 |
#272
|
|||
|
|||
I installed this and it works great. The only thing is that in the reply window, I have a text link to "insert photos", and not the camera icon. How do I change that?
|
#273
|
|||
|
|||
If you want to have an icon link to your photos instead of the "insert" text link, you can do the following:
The original coding for the editor_smilebox template is as follows: Code:
<fieldset id="photobox" title="$vbphrase[photo_popup_my_photos]"> <legend>$vbphrase[photo_popup_my_photos]</legend> <table cellpadding="4" cellspacing="0" border="0" align="center"> <tr> <td class="smallfont" colspan="$vboptions[smcolumns]"> [<a href="#" onclick="window.open('$vboptions[bburl]/photo_popup.php?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>]</td> </td> </td> </tr> </table> </fieldset> Code:
<fieldset id="photobox" title="$vbphrase[photo_popup_my_photos]"> <legend>$vbphrase[photo_popup_my_photos]</legend> <table cellpadding="4" cellspacing="0" border="0" align="center"> <tr> <td class="smallfont" colspan="$vboptions[smcolumns]"> <a href="#" onclick="window.open('$vboptions[bburl]/photo_popup.php?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]"><img src="$stylevar[imgdir_editor]/CameraIcon.png" border="0" /></a></td> </td> </td> </tr> </table> </fieldset> |
#274
|
|||
|
|||
Quote:
it is finding album pictures perfectly fine, but it is not finding any of the pictures in the photoplog categories. it finds the categories perfectly fine though, but says the user has no pictures that belong to it...when that is false. whats the problem? please help |
#275
|
|||
|
|||
Pfft way to be a legend zGeek, works like a charm now!, much karma your way!
|
#276
|
|||
|
|||
W00t! Glad to help
|
#277
|
|||
|
|||
vb Albums: Did anybody figure out how to fix it? Can't insert pictures from the popup window.
|
#278
|
|||
|
|||
Quick question this works perfectly for every account accept my admin, is there some permissions setting that I might be missing?
|
#279
|
|||
|
|||
I just wanted to say that this add-on is great! I've been looking for something like this for a long time. Now my members can add pics to there posts quickly and easily. Thanks!
|
#280
|
|||
|
|||
is there ability to add imagehost addon ?
|
#281
|
|||
|
|||
Has the hack been updated to incorporate all the fixes found in the thread?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|