R_J
AdminR_J Admin
-
Re: Best way to replace "Discussion" with "Topic"?
Translation is still the recommended way to do so. Concerning the second part of the question, see here: https://vanillaforums.org/discussion/31488/how-to-make-short-discussion-urls-for-vanilla But t… (View Post)2 -
Re: Is it possible to show category sections in home?
Go to yourforum.com/dashboard/routes and set "DefaultController" to "categories/discussions" (View Post)2 -
Re: Messages AfterFormatBody
Look at the fireEvents in this view as an example: $this->fireEvent('BeforeConversationMessageItem'); is directly before the opening li.Item tag $this->fireEvent('AfterConversati… (View Post)1 -
Re: Questions about Vanilla open source
Don't be so pessimistic, @misantropist... (View Post)1 -
Re: How to track the count/name of people following a category
You have that info in UserMeta. $prefs = Gdn::sql() ->select('Name') ->select('Name', 'count', 'Preferences') ->from('UserMeta') ->where(… (View Post)2
