donshakespeare
✭✭donshakespeare ✭✭
Reactions
-
Re: Understanding the plugin and feature request
Thanks for bringing up this little awesome plugin. I decided to look into the code, and it creates a table in the DB where it stores all its necessary data. In my mind, with a little work, this plugi… (View Post)3 -
Re: Send message programmatically
Excellent find @Kaspar I have been searching for this stuff for my integrated chat room. Here was my earlier pursuit https://open.vanillaforums.com/discussion/37020/how-to-send-vanilla-notifications-… (View Post)1 -
Re: Show Popup after page load
Thanks for introducing me that bit of Vanilla, very nifty! informMessage I would do it this way. Oh, watch out, if you are using defer on your site's js $("document").ready({ gdn.informMess… (View Post)1 -
Re: Show Popup after page load
That's a purely JavaScript question if I am not mistaken. (View Post)1 -
Re: username restriction
You would need to add this function to your plugin or themehook, after the last closing curly bracket TESTED, AND WORKS!!! if (!function_exists('validateAgainstUsernameBlacklist')) { function validat… (View Post)3