mtschirs
✭✭✭mtschirs ✭✭✭
Reactions
-
Re: New to Vanilla and I would like to know how to do few things.Please Help!
You can modify the relevant parts of the code directly, but in doing so you create your own Vanilla software branch that is incompatible to the official releases. Future updates will revert all your … (View Post)2 -
Re: what theme does vanillaforums.org use?
You are free to use this site's theme (https://github.com/vanilla/community/tree/master/themes/vforg) which is open source (GPLv2) with the exception of the "design". What they mean by desi… (View Post)1 -
Re: Addon downloads broken
I just found out that I am now a highly decorated member of this community :hurrah: Now I finally feel confident enough to reach for the most exclusive "Yak Shaver" award. Wish me luck, I'm… (View Post)2 -
Re: Gdn_Form - Associative Arrays?
Created a github issue: https://github.com/vanilla/vanilla/issues/2963 Made a pull request: https://github.com/vanilla/vanilla/pull/2964 (View Post)1 -
Re: How to restrict recent discussion posts by members
@Prosper: What Bleistivt said above is actually quite important. 1) Filtering recent discussions by user is still feasible by adding a simple SQL where clause to the database query. However, updating… (View Post)1