hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Is possible use the CKEditor for edit a comment?
That is an issue with the form being loaded via AJAX and no ckeditor being bound to it. Check out this post for more information: http://vanillaforums.org/discussion/comment/213666/#Comment_213666 (View Post)2 -
Re: Can a plugin disable another plugin?
You can turn off a plugin by setting the configuration setting to false. This isn't recommended as it will bypass any code a plugin needs/wants to execute before being disabled. You can temporar… (View Post)2 -
Re: Messing with activities
var_dump($PlayerGT); die(); is quick and easy. You can also run a PHP debugger and set a breakpoint. (View Post)1 -
Re: Argh!!! User in denial is denied using Vanilla Forum
Please enable debugging by adding $Configuration['Debug'] = TRUE; to your /conf/config.php file. (View Post)1 -
Re: Need some help with weird clicking issue (possibly JS) [2.2.4]
I think I have found the issue. ButtonBar.js binds the 'mousedown' event rather than the click event. I am sure they have their reasons. The problem with 'mousedown' is it is only… (View Post)2
