Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:fysicsluvrhow would I change this to only be active for a certain category (news category)?
[ln ~16] $Configuration['AutoClose_CategoryID'] = array('1', '2', '3'); // Etc.[ln 47] if (($CommentGrid->Discussion->DateLastActive + (60 * 60 * 24 * $CommentGrid->Context->Configuration['AutoClose_Length'])) < time()
&& !($CommentGrid->Context->Configuration['AutoClose_OpenStickies'] && $CommentGrid->Discussion->Sticky)
&& in_array($CommentGrid->Discussion->CategoryID, $CommentGrid->Context->Configuration['AutoClose_CategoryID'])) {fysicsluvrAlso, can the admin re-open a discussion (permission based or not)?
fysicsluvrAnd one more thing: Could I allow users to 'petition' to reopen a discussion (more of a request than anything) like "this discussion has been inactive for 28 days and has been closed. Click here to request that it be reopened" And if a certain number of unique users click on it within a certain period, it notifies the admin OR automatically reopens it. (15 users over the course of a year vs. 15 users in 2 hours...)
1 to 14 of 14