River
MVPRiver MVP
Reactions
-
Re: How to "select DISTINCT" with metode Gdn::sql()
here are a few examples that vanilla uses ->select('distinct c.InsertUserID', 'COUNT', 'Hits') Gdn::SQL()->Select('c.DiscussionID','DISTINCT','NumDiscussions') SQL->select('m.Name')->Dist… (View Post)2 -
Re: Typed comment disappears after member signs in. Comment has to be retyped to be posted.
try this in plugin class.commentbeforeregister.plugin.php change $StashComment = $Session->Stash('CommentForDiscussionID_' . $Discussion->DiscussionID, '', false); to $StashComment = $Session-&… (View Post)9 -
Re: Fixing the Order of Announcements
https://vanillaforums.org/addon/bump-plugin (View Post)6 -
Re: Dashboard userlist shows no list by default
For anyone who wants to see the problem that is being described. you can simply temporarily change the $UserThreshold to a number lower than your user count. if you have the problem, and feel that yo… (View Post)8 -
Re: How to Hide this?
Do you see the image you posted. the blue line is highlighted. it says. li class="Best" li is the html tag. to select on a class name use the . A simple period in front of the class. to iso… (View Post)9