R_J
AdminR_J Admin
-
Re: Displaying Reaction Points Total in Discussions Archive
I found a Vanilla subselect: https://github.com/vanilla/vanilla/blob/2.1/applications/vanilla/models/class.commentmodel.php#L143-155 Its magic is in those two lines: $Select = $Sql2->GetSelect();$… (View Post)9 -
Using IndexDen as a backend for SphinxSearch
Recently I stumbled upon IndexDen which is a commercial sphinx hoster and has a free plan for 15k documents. My first idea was to tweak your plugin in order to use IndexDen, so that smaller boards be… (View Post)1 -
Re: Discussion viewable only by certain group members
Could you please try that: I think it must be a right outer join and you should include all DiscussionGroupID = 0 discussions (if they should not adhere to any restrictions) (View Post)4 -
Re: Are all my themes are broken?
If anyone looks at that discussion when there is Vanilla version 7 the current version, this discussion will not be of any help. So please specify your version when you ask a question. But I assume y… (View Post)1 -
Re: Mix of Tags and Categories functionality – not sure how to proceed!
If you're not familiar with php at all, you'll have a problem modifying the needed views. But in the long run, to really give your side a unique look, you will have to understand at least some php. I… (View Post)1
