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: It's Busted
I'll just refer you to here, and suggest you read the top 3 discussions. http://vanillaforums.org/addon/710/page-speed general rule of thumb - if the plugin hasn't been updated for 3 years, read the … (View Post)4 -
Re: Adding a custom module to a theme.
but not necessarily in the module itself! in vanilla 2.1 (and I suspect Vanilla 2.2) if you are talking theme with autoloader in themehooks.. Gdn_Autoloader::RegisterMap(Gdn_Autoloader::MAP_LIBRARY, … (View Post)2 -
Re: How do I create like a VIP group?
make a secondary role or vip role. make the "vip category" with custom permissions. give the "vip" role permission to view that category and no others. there is no functioning gro… (View Post)1 -
Re: Unserialize error after 2.0.17 updated to 2.1.11
I suspect you can delete this and it will fix your problem. $Configuration['Garden']['RequiredUpdates'] = 'O:8:"stdClass":1:{s:2:"ok";s:30:"";}'; you can also delete the… (View Post)3 -
Re: Unserialize error after 2.0.17 updated to 2.1.11
after you do above... you can delete this as well $Configuration['Plugins']['BotStop']['Question'] = 'xxxx'; $Configuration['Plugins']['BotStop']['Answer1'] = 'xxxx'; $Configuration['Plugins']['BotSt… (View Post)1