x00
MVPx00 MVP
Reactions
-
Re: Is that possible to make custom coin with vanilla forum?
Or better still you can create a new type of Meta so you can integrate with KarmaBank rules. There for you set the normal CountComments and CountDiscussions rules and Set up a rule for CountDiscussio… (View Post)2 -
Re: Is that possible to make custom coin with vanilla forum?
yes if you have programming skills you can use KarmaBank with rules for posts and use $Item = 'DeductOnView.Discussion.' . $DiscussionID; $Deduct = -1; // Amount deducted $KarmaBank = new KarmaBankMo… (View Post)1 -
Re: Responsive theme is becoming very important
https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Fvanillaforums.org%2Fdiscussions (View Post)1 -
Re: How to check if a post is announced?
@R_J I'm actually a big fan of Body classes. Just remember to append!! It is a great way to style a single, using css rules. I just thought he wanted to add some element too. (View Post)1 -
Re: Beware the 4-spacening this week (25 May)
@businessdad follow the example ~/.gitconfig [filter "tabs2spaces"] clean = expand --tabs=4 --initial smudge = unexpand --tabs=4 --first-only[filter "trimWhitespace"] clean = git-… (View Post)4