hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: How to add code button to WYSIWYG (CLEditor)
I just got the pastecode plugin working by: * Adding /plugins/cleditor/js/jquery.cleditor.pastecode.js (source) * Adding the resource call to /plugins/cleditor/default.php line 127: $Sender->AddJs… (View Post)1 -
Re: How to add code button to WYSIWYG (CLEditor)
I linked it in my original post, but here it is again: https://gist.githubusercontent.com/stas/837281/raw/84792c7140f0cdc664cba7665783266ad7df4ba1/jquery.cleditor.pastecode.js (View Post)1 -
Re: Tentative steps towards going with VPS - any advice welcome (and very much needed...)
Digital Ocean has an excellent community and a veritable cornucopia of tutorials. They have tutorials for both LEMP and LAMP stacks on Ubuntu. I have a mail relay set up on my DO droplet. I hated doi… (View Post)1 -
Re: [2.1.11] Database error when giving badges or ratings
Is STRICT_TRANS_TABLES set in your sql_mode variable? (View Post)2 -
Re: Default Search Text
You need to add a locale definition for 'SearchBoxPlaceHolder' to your /conf/locale.php file. For example: $Definition['SearchBoxPlaceHolder'] = 'Search discussions...'; (View Post)1