![]() |
Quote:
How have you solved please? Antonio |
One thing I've noticed is that people viewing a thread with images posted using this mod they are shown as "Viewing attachment" in wol instead of "viewing thread" - is this just me?
|
I'd love some thoughts on this issue:
I've installed in a test environment of VB 4.1.2. In the popup window, all of the users photos are loaded on one page (in one case over 14K images). The configuration is set for 4 columns and 4 rows. The window shows the pagination links, but all of the images are in the same window. Any thoughts on why that might be? |
@raisun: Tested on 4.1.3 and I can't reproduce your issue.
|
@cad2go: That would happen if the user looks at an inserted image enlarged, i.e. when that user is using the lightbox.
|
Just to let everyone know: I have a (still very basic) first version ready for the new editor. Main issue atm is a bug present in the current alpha of 4.1.4, but hopefully this will be fixed before release. So, bottom line is, yes, there will be a version that works with the new editor.
Edit: There is another issue: Atm, there is not a single hook present in the new editor. W/o hooks, I won't be able to insert a button into the toolbar. |
Quote:
Code:
Debug information |
Ah, you're using vBGallery. I don't have that installed and can't test. Try the following:
In includes/cel/cel_pp_class_vbgallery.php find around line 201: PHP Code:
PHP Code:
|
*bows* That fixed it, thank you.
One more question, much less critical. When using my account, everything seems to work great: I click on an image, it populates in the edit box...no issues. I click on another image, it adds it right below. One of my other admins has a different experience: When he clicks on an image, and then tries to click on another image, it overwrites the first image instead of adding the second one. Any thoughts on why that might be? |
It overwrites the image, as in: the second image replaces the first? No, I never heard of that one. What browser does he use? But, on the other hand, perhaps it will fix itself with the new editor :)
|
We've tested on IE and FF...its a bizarre issue...the way it performs, I almost think its a VB issue and not this product... I look forward to the new editor.
|
Quote:
here's the bit from img alt in wol Code:
/attachment.php?attachmentid=13539&thumb=1 and here the source of the thread Code:
<a href="http://www-----.com/attachment.php?attachmentid=13539" target="_blank"><img src="http://www.----.com/attachment.php?attachmentid=13539&thumb=1" border="0" alt="" /></a> Not a big deal anyway. Just wondered was it a known issue or just me. Cheers |
Quote:
was just looking for something similar and found exactly what i`m looking for :up: (in your Sig :D ) Will try it as soon my upgrade is done from 3.x to 4.1.x, really appreciate to see you are working on the new Editor as well :up: ...and i believe "they" are working on a bug fix and new hooks(JIRA) will test than the donate function as well ;-) Cheers, Markus |
Hooks are already in place, thanks to everyone who voted and to Freddie for implementing them (I have an alpha version that has them already :)). The other bug I mentioned is also being worked on, so :D
|
I see no cel popup link or image button on my site. I'm running vb4.1.3
|
Then you did not do the template edits or you did them wrong. Also, please click "installed" to get further support.
|
Quote:
|
Glad you got it running.
For everyone interested: I have a nearly complete version for the new editor running on a test installation of mine :D Only limit: The insertion of a space between the images does not work in the new editor - it gets automatically cropped when the code is transferred. For the moment, there seems to be no way around that :( |
Looking forward to the new version. A great mod for a forum, thanks much for your efforts.
|
Thanks and great work!
|
What's different about the new version? Old version does Albums and Photopost perfectly.
BTW I also love your groups on forum home mod. Good job. |
Quote:
Quote:
|
Awesome work, this should be a default vB function.
Cosmetic question: How may I change the name 'Photopost' from the pop-up window, drop down list of photo sources? I'd like to rename it to the name of my gallery. Thanks! |
The addon is fully phrased, so just edit the according phrase in AdminCP (cel_pp_photopost).
|
Whats new?
Old editor (vB 4.1.3 and below): use 4.0.008!Additional notes: Regarding the bug in CMS editor: At the moment, CMS editor does not show images in CMS WYSIWYG mode. Vote for this bug to get it fixed fast! There is a limitation in the vB CKEditor implementation that keeps this mod (and any external script that drops content into the editor) to add a trailing space to this content. This makes it impossible to simply add a space between inserted images. For a (temporal?) workaround, I have added a new AdminCP option that allows for defining a custom seperator that will be inserted after every image inserted. You can use BBCode in this seperator. For convenience, there's a method provided to insert a . (point) in the color of the editor background that you have defined in stylevar textedit_background. This is off and needs to be activated, if desired. Let me know if there are any problems or you have a better solution for the seperator problem, since my somewhat hackish fix does lead to somewhat messy code in the post... |
No template edits anymore correct?
I'm using vB 4.1.4 and 4.1.001 and it's not showing up in the editor. No icon or anything. |
Correct, no more template edits. Please check the following:
|
vb 4.1.4
|
Quote:
I verified the image does not display in an unaltered default vB 4.1.4 style. For that matter, there's no broken image spot in the editor, where I would almost expect to find the plug-in working. |
You won't see a broken image spot, since the image is displayed not via <img>, but by css. If you want me to troubleshoot this on your forum, send me login details that allow me access to an editor on your forum (if you allow guest posting, a link will suffice).
|
Bugfix release 4.1.002!
Thanks to kilgor who gave me access to his forum the issue with the editor buttons not showing up for some users has been resolved. Please install the new version and let me know if it indeed fixes the problem for you. Additionally, you can delete the deprecated file clientscripts/ckeditor_config_cel_pp.js |
now it works! Thanks a lot for your support!
|
Working very well, thanks!
Here's a suggestion. While the popup window is open, allow us to drag the image from one source (say attachments) into albums and so on. Could you imagine the flexibility that would bring to all these media storage systems. |
I'm using 4.1.4 is there a reason why the button works for admins but is grayed out for Moderators and Registered Users.
|
I have a possible problem.
I use Photopost. When inserting pictures it seems to be using the wrong URL. Code:
http://myurl/forums/photopost/data/520/IMG_6814.JPG Code:
http://myurl/photopost/data/520/IMG_6814.JPG However in the cel_pp_config.php the settings are correct. It seems to be ignoring these. Code:
// Full URL path to Gallery: http://www.yoursite.com/path/to/gallery/ |
Quote:
|
Any idea what's wrong with this plugin in IE7? When installed, the editor is completely gone in IE7. Doesn't happen in newer versions of IE or other browsers...
|
Problem resolved already. It was related to a JS error in clientscript/ckeplugins/cel_pp/plugin.js
Search for Code:
icon: BBURL + '/' + IMGDIR_BUTTON + '/cel/cel_photo_popup.png', |
One little Problem after Update.
I have no link "My Photos" and the Button for PopUp has no description text. Otherwise as always very good work- Thank you |
The my photos link is gone in the new editor. There's only the button, sorry. I'll think about adding it back for future versions if it is wanted.
|
All times are GMT. The time now is 10:30 PM. |
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:
|