![]() |
1 Attachment(s)
This mod is awesome, I have been waiting for something liek this since I upgraded to vb4 and the old geek gallery one died.
Is it possible to move the icon and place some text below the editor are, for example like how the "Restore Saved Data" is display in the attached screenshot? Thanks again for all the work, -Jason |
That might be possible, but I havn't looked into it. I may do so for a future version, but won't promise anything.
|
Thanks again for the reply, would it be possible now to just add a larger button, say right about the smiles?
Thanks again for the work, -Jason |
Hey Guys,
Just tried to install this however, admin user can click on the icon, registered and Mod users cannot, vBulletin® Version 4.1.4 not sure if iv done something wrong, Thanks, Robert, |
Ran into a minor bug with ckeditor and photopost. When adding the original image from photopost my test turns white. I have to manually change it to do black to see anything posted after the image.
Before the image its fine... |
Thanks alot mate
|
Any ideal why my text shifts to white after adding photos? I cant seem to debug it.
|
Hi,
this may be because of the image seperator workaround for the new editor. Try turning it off and see if that resolves the problem. I'll look into this for a new version, but that would be some time off, I fear. Atm I just can't find the time... :( |
Thanks cellarius.
I cleared that field in the option and its working now. FYI, Im also using the ncode image resizer here on vb.org and it adds the space automatically but only to resized images. So as long as its a big photo it still looks clean. |
Love this mod, but I have a small issue (and I'm sure its user error ;) )
I have "Show Albums" on, and I can see the dropdown off my albums just great. However, when I select and album it does not update the photos that are displayed. It does change the URL though... Any thoughts? Thanks in advance! |
Sorry to be a pest. The last issue I resolved, but now I have upgraded to the new editor. I do have an issue that I would think should be easy to solve, but I just don't know where to make the edits.
My vB install is in www.mysite.com/forums, but I use the CMS and have my article editor in /. So when I am trying to write an article and click on the photo popup icon, it tries to take me to: www.mysite.com/photo_popup.php?... instead of www.mysite.com/forums/photo_popup.php?... Can some one shoot me in the right direction so I can make that work? Thanks!! |
Cellarius
Just wanted to make sure this works with the new Photopost Pro version 8 before I update my gallery. I would rather wait and make sure your mod works with it then loose the functionality. Thanks... |
Scalemotorcars,
I'm sorry I can't comment on compatibility at the moment, since my license for Photopost has expired; I will renew shortly. No 100% guarantees at this time, but I'm using Photopost and this Addon on my live site, and the probability of this addon being fixed if PP8 breaks something is quite high :D |
1 Attachment(s)
Quote:
Please replace your clientscript/ckeplugins/cel_pp/plugin.js with the attached version. Does this resolve your issue? |
If you use MySQLi (config.php) then this fix is needed...
In photo_popup.php @ line 322 PHP Code:
PHP Code:
|
Thanks for the heads up, no idea why I did not use the vb method there. Will be fixed in future versions.
|
Quote:
Excellent mod |
Quote:
|
Quote:
|
Quote:
|
I've got it running with vB4.1.6 and PhotoPost vBGallery (latest)
Kym |
Quote:
|
I have this mod installed, VB 4.1.5 and Photopost 7.1. The popup works great but the drop-down to choose the album won't work, it just defaults back to "all my photos" no matter what I choose. Any idea what could be wrong? The list is populated correctly with all of my albums.
Thanks Code:
Version: 4.1.001 |
I'm only using the built in Attachments and Albums on version 4.1.6. In FF the button is grayed out, it IE it shows, but doesn't do anything when clicked. I removed the comma a the end of the line in plugin.js.
If I manually bring up the photo_popup.php, there are images displayed and no errors. /photo_popup.php?e=vB_Editor_001 version 4.1.002 was installed Darren |
Cellarius,
I want to add an image button in my newthread, newreply and editpost templates with a direct link to the popup. I have the button in the editor but could you share with me the html link for an image button..... Also if its still a function the "My Gallery" link in the profile and postbit. Thank you...... :D (ps) Any news on PP8 and this mod?:) |
I found this link in the old instruction Docs. If I used it this way I get an error for E= undefined editor.
HTML Code:
<a href="#" onclick="window.open(getBaseUrl() + 'photo_popup.php?{vb:raw session.sessionurl}e={vb:raw editorid}','fotos','scrollbars=yes,resizable=yes,width={vb:raw vboptions.cel_pp_width},height={vb:raw vboptions.cel_pp_heigth}'); return false" title="{vb:rawphrase cel_pp_insertlink}">{vb:rawphrase cel_pp_my_photos}</a> HTML Code:
<a href="#" onclick="window.open(getBaseUrl() + 'photo_popup.php?{vb:raw session.sessionurl}e=vB_Editor_001','fotos','scrollbars=yes,resizable=yes,width={vb:raw vboptions.cel_pp_width},height={vb:raw vboptions.cel_pp_heigth}'); return false" title="{vb:rawphrase cel_pp_insertlink}">My image button here</a> |
I upgraded within vbulletin 4 and now I cannot see the my albums link under the smilies. Can anyone help?
|
Quote:
|
Quote:
Quote:
I tried the file fix and not change. Flushed cache and nothing, it just loops. Any help on this and my question before would be great. Daniel |
My debug info
HTML Code:
Debug information |
Im I the only one running into this problem still?
|
Hi Scalemotorcars,
I'll look into it as soon as I find the time. Regarding the link: It's not that simple, sadly. The issue is: The editor type needs to be passed to the script, and the needed variable is only present in cke itself. To find a way to make it available for a link outside or to find another way around, I'll have to give it some thought. |
Thanks Cellarius, I really need album selection or I wouldn't bother you.
As for the link. The one I posted above works but the trick is you need to click into the editor first. If you don't, nothing happens. What about a more obvious button in the CK editor? Something off to the side and maybe twice the size or with text that reads ADD PHOTOS. Just a thought. |
Does anyone know if this will work with vBPicGallery?
http://www.cpurigs.com/forums/forumdisplay.php?f=32 |
Quote:
Quote:
Quote:
|
Quote:
|
Anyone have this working with 4.1.6?
I ended up having to insert a button under the smilies, but would rather use the ckeditor button. The button is loading, but showing as grayed out and does not function. The mod works great other than this one issue. Any idea of how to enable the button? Thanks! Darren |
Well, after some investigating, the button shows up enabled in the editor if the "Enhanced Interface - Full WYSIWYG Editing" option is checked in the UserCP>>General Settings>>Miscellaneous Options section.
Anyone know how/where the Standard editor reads it's plugin's from? It seems to be loading the icon, it's just grayed and doesn't do anything. |
4.1.7 here!
|
1 Attachment(s)
4.1.8 here. Icon greyed out and not working..
|
All times are GMT. The time now is 11:12 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|