peregrine
MVPperegrine MVP
Thank you, Bleistivt and Vrijvlinder for letting me transfer ownership of my plugins to you both, You are the only two people I have given permission. over and out of here
Reactions
-
Re: How to become somewhat adept at modifying vanilla to meet your needs for free
* good tutorial by @Adrian on theme customization * http://www.slideshare.net/VanillaForums/vanilla-theme-guide * or here for download: https://images.v-cdn.net/vfcom/docs/Vanilla-Forums-Theme-Guide.… (View Post)3 -
Re: Change Karma Display in KarmaLeaderBoard from Decimal to Integer
Ah, I have totally different code in my altered version. :) that no longer looks like yours :) try putting $Balance = sprintf(T('KarmaBank.NumberFormat',"%01.2f"),$Balance) ; above line 50 … (View Post)1 -
Re: Not Working with 2.1.x (It is now, see thread for patch)
for my localhost I made changes to the js to make it work with 2.1.3. selecting quotes in discussions and comments. I'm sure someone can clean it up, be my guest. it may work for you, if so great. th… (View Post)1 -
Re: Remove or disable RSS feed
commenting this line would stop display even if someone had a link. It would stop display of content but still allow the rss link to show category name. https://github.com/vanilla/vanilla/blob/2.1/ap… (View Post)2 -
Re: Remove or disable RSS feed
you might want to remove one or the other of the changes in custom.css you should be fine. your css web pages are cached by something (cloudflare or something), very difficult to develop unless you t… (View Post)2