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: Addon downloads broken
nice mtschirs you deserve at least a few of these badges, if not all. http://vanillaforums.org/badge/bug-tracker http://vanillaforums.org/badge/community-coder http://vanillaforums.org/badge/bug-fixe… (View Post)3 -
Re: Where do I put this code?
Your wish is my command. ok. change /** * Show Unresolved meta tag. */ public function Base_BeforeDiscussionMeta_Handler($Sender, $Args) { $Resolved = GetValue('Resolved', GetValue('Discussion', $Arg… (View Post)3 -
Re: New to Vanilla and I would like to know how to do few things.Please Help!
the prevailing school of thought, is not to change the core. It makes it a nightmare when you try to do upgrades. Some people have chosen to take this path only to realize, it seemed simpler at the t… (View Post)2 -
Re: "Recent discussion" page becomes blank.
@mtschirs the problem in vanilla 2.1 SimpleRSS/views/modules/simplerss.php // problem in 2.1 PanelHeading function doesn't exist. I suppose users could comment out around line 36 and change echo Pane… (View Post)1 -
Re: Where do I put this code?
essentially all you need to do is replace if (CheckPermission('Plugins.Resolved.Manage') && !$Resolved) { with if (!$Resolved) { in the two functions. (View Post)1