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 |
#502
|
||||
|
||||
Can you please help me to get the small camera to show instead of the text!
Thanks!! |
#503
|
||||
|
||||
If you follow installation instructions it will work on a standard installation. If it does not work for you, I have no idea what would be causing this, since it does work for everyone else. If you're using a custom style, this may be the cause - make sure you uploaded to the correct folder, if your style uses custom ones.
|
#504
|
||||
|
||||
Just upgrade to 3.5 and it is work great
|
#505
|
||||
|
||||
Trying to add a break between photos. Right now as a member clicks images into the editor they stack one on top of another with no cell-spacing, border or break between them, like this....
Photo 1 Photo 2 Photo 3 Photo 4 I would like a space between photos like this. Photo 1 <br /> Photo 2 <br /> Photo 3 <br /> Photo 4 |
#506
|
||||
|
||||
The mod uses your $stylevar[cellpadding] and $stylevar[cellspacing] settings. If you have set those to 0 in your style options, that's how it displays. You can change that by editing the the photo_popup code, however. Change the values in line
Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> |
#507
|
||||
|
||||
Hello, for some reason the Quickreply template edit wasn't working for me. But, I fixed it (: Some others may have had this problem, so I'd like to share how I fixed it.
Original Template Edit Code: Code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td> <a href="#" onclick="window.open('$vboptions[bburl]/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]"> <img src="$stylevar[imgdir_editor]/photo_popup.png" border="0" /></a></td> Replace with my code: Code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td> <td> <a href="#" onclick="window.open('$vboptions[bburl]/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]"> <img src="http://i49.tinypic.com/28gqpfn.png" border="0" /></a></td> Also, I do have a problem. I made the plug-in, as said in the other post, and I get a 404 error when you click "Go Advanced" and click on the button. I have experimented with it, and nothing I did could fix it. If you could help, I would be very happy, thank you in advance (: Installed, Nominated, and Voted (: |
#508
|
||||
|
||||
Only thing you changed is the image path to some external server place. If the original code did not work for you, it usually means you have not uploaded the provided icon to the correct place.
What plugin are you talking about? Please point me to the post you're referring to. Anyway, this mod does not mess with the Go Advanced button, so I'm pretty sure the cause for your problem will have to be looked for elsewhere. |
#509
|
||||
|
||||
I never came around to post a notice before, but if you like, you can still vote for this mod as mod of the month December 2009:
https://vborg.vbsupport.ru/showthread.php?t=229223 Thanks! |
#510
|
||||
|
||||
Quote:
What I was referring to was how the popup adds images into the editor. As a member selects images from the popup they are stacked into the editor much like my above post. Im simply trying to add a break between the posted images. Maybe this photo will help explain it better. |
#511
|
||||
|
||||
Will there be a vb4 version of this mod? I imagine that vb4's asset manager will change this mod quite a bit.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|