hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: "Could not instantiate mail function" in 2.1.1 on BlueHost
This is a limitation of your PHP configuration not Vanilla, @peregrine knows what he is talking about. :) Vanilla could probably send a category count along with the tree sort information and throw a… (View Post)1 -
Re: YAGA User profile page error "Something has gone wrong"
Thanks for trying my addon! I am happy to help once you report the actual error with debugging turned on. :) (View Post)1 -
Re: Show in Mobile Theme and when editing existing Discussions
Editing comments inline? The editor is only attached once after the page has loaded. You need to attach the ckeditor as these elements are loaded: jQuery(document).on('change', 'textar… (View Post)1 -
Re: Change the order of reactions and people that reacted
You could unregister the hooks file and then re-register: public function Gdn_PluginManager_AfterStart_Handler($Sender) { $Sender->UnRegisterPlugin('YagaHooks'); $Sender->RegisterPlug… (View Post)2 -
Re: Is possible use the CKEditor for edit a comment?
I am unfamiliar with ckeditor itself, but the jQuery selector could be adapted to latch onto every editor: $("textarea.BodyBox").ckeditor(); (View Post)1
