@Mark: Updates are working really well.
The only issue I've seen so far is when adding a previewing a comment in a discussion... when you switch from "Preview" to "Write Comment" mode, the HTML view is visible above the WYSIWYG view: http://imgur…
@Mark - My toes have been waiting to get stepped on! I have to agree with @Tim, I'm calling the police! Great work!
Will install and give it a go. Looking forward to the comments from @Lykaon, @tmilovan and others.
Just tried the 2.0.7 upgrade and I'm getting this error when trying to goto the /utility/structure db update page:
Fatal error: Class 'Gdn_Pluggable' not found in /forumpath/library/core/class.plugin.php on line 21
Browsing the forum also produces t…
@Lykaon: For your IE8 fix did you try adding the height like this?:
$Sender->Head->AddString('$("#Form_Body").live("mouseover", function() {$.cleditor.defaultOptions.width = 658; $("#Form_Body").cleditor({height:"100%"});});');
Some users have said that removing the 'slash' before 'entry' on line-47 seems to work for installations in subdirectories, so that it reads:
header('location:entry');
@Lykaon: The author of CLEditor took a look at a demo forum I put up for him, he thinks the various bugs are due to the additional processing that Vanilla2 does on textareas.
I'm sure there are solutions if someone knows how to stop certain jQuery …
@viziona: have you tried the Magic plugin? http://vanillaforums.org/discussion/12283/magic-plugin-jpg-gif-png
Add this fix for 2.0.x: http://vanillaforums.org/discussion/comment/126010/#Comment_126010
@Lykaon: Re: IE8... Please let me know if the original CLEditor works on IE8: http://premiumsoftware.net/cleditor/demos/demo1.html - Thanks!
@tmilovan: I'll take a look at that, there's probably a way to make CLEditor clear the field with jQuery wh…
@Lykaon: Thanks for the vote of confidence! But, it's not a perfect solution (I don't think it works well with the 'Preview' tab either.)
Having said that, after finding that jQuery live() function, I'm sure there's a way to extend it so that it ad…
... if it could work on the edit pages too that would be great ...Doesn't the fix above make it work on Edit pages too?
(Please post the last part of the URL/path of one of these pages)
I've tried making a plugin with NicEdit but it has many of the same problems as jqysiwyg.
Please give the newest (and most promising so far) wysiwyg plugin CLEditor a try.
Make sure you apply the fix for Vanilla 2.0.3 mention on the Addon page and…
Here's a temporary fix for the bug of showing both the HTML and WYSIWYG view (and the 'Edit' textarea problem @Lykaon mentioned). Using jQuery 1.4+'s .live() function, the CLEditor toolbar will be added when you mouseover any textarea.
Edit plugins…
@Lykaon: Edit posts will probably take more jQuery work as the 'Edit' textarea is called after the page loads.
If anyone has any insight into calling jQuery (or having CLEditor 'listen' for new textareas) when the author clicks 'Edit', please comme…
@Lykaon: That's a known bug that we're trying to figure out. It's mentioned in the description on the Addon page
(Not a true solution, but If you click the 'HTML' button a couple of times it will display just the WYSIWYG view.)
Are you seeing it …
@thomaswest14 & @Lykaon: That's a known bug that we're trying to figure out -- Not a true solution, but If you click the 'HTML' button a couple of times it will display just the WYSIWYG view.
Are you seeing it on 'Start a New Discussion' textar…
@Nimaveli: See @Tim's comment http://www.vanillaforums.org/discussion/comment/103975/#Comment_103975 and maybe someone wants to try making a plugin with Markitup: http://markitup.jaysalvat.com/downloads/demo.php?id=markupsets/bbcode
@tmilovan: I haven't seen this on the installations I've tested CLEditor. If you view the source of the 'Write comments' page, do you see the CLEditor .css, .js and script tags?
@flipz & @rusty: on 2.0.3 you need to update the file applications/dashboard/modules/class.headmodule.php - insert this at line 269:
foreach ($this->_Strings as $String) {
$Head .= $String;
$Head .= "\n";
…
@Pablin: Try disabling all your other plugins apart from HTMLawed and see if it works. One of your other plugins might be interfering.
@JoosBuijs: No (quick) fix, see the discussion you linked to.
@basb: I've added a fix for Magic that worked for …