R_J
AdminR_J Admin
-
Re: Award a badge when posting in certain category
I found that little js fiddle: http://jsfiddle.net/eUDRV/3/ Maybe close to what is done there only that the input field below the right select box is replaced with a thumb of the selected badges? (View Post)1 -
Re: Award a badge when posting in certain category
You mean something like that? http://vanillaforums.org/badge/combo (View Post)1 -
Re: "Watch" this thread
Yes, that's right. In the notification preferences, users can check "Notify me when people comment on my bookmarked discussions." (View Post)3 -
Re: I'm so excited!
There's an overworked version n GitHub now: https://github.com/R-J/CategoriesModulePlus I assume the duplication problem will not arise any more. In the first version, I've used the formatt… (View Post)1 -
Re: Trying to create db structure using db object (Gdn::Structure()) but "varchar" type is not working
Try $DataSet = Gdn::SQL()->Select('Users')->From($PluginTable)->Get()->ResultArray(); I guess that willgive you the result you are searching for. (View Post)2
