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
-
caerostris - some changes - diff didn't display too well for me.
if it formats properly (which it didn't :) class.van2shout.plugin.phpadd this $Position = (C('Plugin.Van2Shout.ContentAsset', "Content")); define('VAN2SHOUT_ASSETTARGET', $Position);remove … (View Post)6 -
Re: [Solved] Upgrading from 2.0.18.10
in 2.1 $Configuration['Vanilla']['Discussions']['Dismiss'] = FALSE; removes the Dismiss option from the announcements. is that what you want. and obviously you need to make sure your theme works in 2… (View Post)2 -
Re: [Solved] Upgrading from 2.0.18.10
just make sure you have a backup of the db prior to install. also, the thing to watch out for is that some config statements are slightly different in 2.1 e.g. debug and troubleshooting is different.… (View Post)1 -
Re: Is it possible to have 'Confirm email' roles auto-deleted after a certain time?
it would be far better to upgrade to 2.1 or at least 2.0.18.11 otherwise you will potentially more problems than spam due to security breaches. If it were me I would keep the approval setup, forget a… (View Post)2 -
Re: How to change the url?
Alternative... smattered throughout default.phpwith shortcuts instead replacing extrapageA with mypage and adjusting routing.$Sender->Menu->AddLink(T('Extra Page A'), T('ExtraPage A'), 'mypage'… (View Post)3
