hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Award a badge when posting in certain category
For posting in a category, copy the discussion body length rule, change the form to output a category list, validate should require an in, and check the submitted discussion's category against t… (View Post)1 -
Re: When I Create a new Category w/ custom permission, I want all users to have no View/Add, by default.
Yes! You will have to modify your permissions table manually to achieve it. In the GDN_Permission table, their should be a record that has a RoleID of 0, JunctionTable of Category, JunctionColumn of … (View Post)3 -
Re: How to wrap a php image link ?
I didn't do a sanity check on the string you originally posted. Sorry about that :( (View Post)1 -
Re: How to remove title above disscussions..?
The common way to remove elements is to just hide them through CSS. .Discussions .PageControls.Top { display: none; }.Discussions .ContentColumn > h1.H { display: none; }.Discussions .ContentColum… (View Post)7 -
Re: Resources feature
You could look into modifying the AddonsApp which is a Garden application that powers the addon repository here on vanillaforums.org. You can find the source here: https://github.com/vanillaforums/Va… (View Post)2
