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: Vanilla 2.1 release candidate
what about making FileUpload, Quotes, WhosOnline and a couple more home-grown plugins part of the core for each version, so some of the more popular plugins don't have to be sought out on github. In … (View Post)6 -
Re: Using Vanilla Session Outside of Vanilla - External Session
if you modify shadowdare's code above. you can display photos and profile links in external web page $Session = Gdn::Session(); // Declare an alias for the user session. // Check if the user session … (View Post)5 -
Tutorial: How to change wording, How to change text, How to change language. How to change locale
How do I Translate or change a piece of text, is often asked on the forum 1. Finding Out What is Translatable via definitions/locales. Generally anything in the core code or a plugin that is translat… (View Post)11 -
Re: Anybody want to give this plugin a whirl?
@whu606 said: Thanks for the input LucasKA. You missed the boat Lucas, it was whirled around and working under the vanilla versions when released. I don't know vanilla version you are using :), I rec… (View Post)5 -
Re: How to change the "built in" text?
All Categories is a definition. you can change it via localization. $Definition['All Categories'] = 'All Posts'; you can alos change the look of things with $Configuration['Vanilla']['Categories']['S… (View Post)8