hgtonight
MVPhgtonight MVP
This is an activity!
Reactions
-
Re: Sorting Discussions by Date Created, rather than most recently Updated, EXCEPT in Public Forum?
Looks like you need to loop through the array of wheres or use in_array: http://php.net/manual/en/function.in-array.php $CategoryIDs = val('d.CategoryID', $Sender->EventArguments['W… (View Post)1 -
Re: Sorting Discussions by Date Created, rather than most recently Updated, EXCEPT in Public Forum?
Where there is a will, there is a way! All you need to do is add a check as to what is being requested against your configured category ID and not perform the hacky work around. public function Discu… (View Post)1 -
Re: Clarification needed for function CheckBox
This is not a work-around, because that is what the spec asks for: http://www.w3.org/TR/html-markup/input.checkbox.html The value attribute is what is submitted to the server if the box is checked. I… (View Post)1 -
Re: Add new Field when creating new discussion
That is because I specifically remove them. You could make a small modification to it to not remove them. Find the line $Options = explode("\n", preg_replace('`[^\w\s-]`', '&… (View Post)1 -
Re: Add more/better information to Roles & Permissions screen
One of the most common questions I get is "what does permission x do?" I started a page on the community wiki here: http://vanillawiki.homebrewforums.net/index.php/Permissions It was last u… (View Post)1
