Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Show Participants
Show Participants
0
Comments
This is a freaking awesome extension for a play-by-post forum. Many thanks for this, it will be really useful to me.
$sql->AddOrderBy('Count','c','DESC');
select count(ID) as numIDs from mytable order by numIDs desc
$sql->AddOrderBy(array('Count'),array(''),'DESC');
I just want to say that having to use two arrays to order by a single field is ludicrous and counter-intuitive. Please make a fix to this function in the next version of vanilla so that the following code will work.$sql->AddOrderBy('Count','','DESC');
Thanks.I am Living it.
Great Tool...
Great People...
Great Support...
Thanks Miquel
The extension should use the same privilege checks as the discussion itself.
To test, take view privileges off a category for, say, anonymous users, then go to a discussion view page (i.e. comments.php?DiscussionID=?) for a discussion in that category when not logged on. The participants can still be seen even though the discussion is shown as 'not found'.
-- Jason