Shadowdare
MVPShadowdare MVP
I'll be away on vacation next week and will be back by the end of the month.
Reactions
-
Re: Removing the recent discussions and activity from page sidebars?
@r0obert, here's an example on removing modules via code for certain pages only: public function PageController_Render_Before($Sender) { $Page = $Sender->Data('PageData'); // For example, you can… (View Post)6 -
Re: Can't get confirmation emails to work.
Users who have not confirmed their email yet should see a small notification in the bottom left corner of the screen when they are signed in. The notification message has a link to resend the email c… (View Post)1 -
Re: Implementing SSO using jsConnect 1.4.1 with <Embed> Vanilla 2.0.18.10 - Part I
@hridayesh, you can get the plugin here: http://vanillaforums.org/addon/jsconnect-plugin (View Post)2 -
Re: Trying to create db structure using db object (Gdn::Structure()) but "varchar" type is not working
The Column method's parameter list has changed. This is the outdated parameter list shown in the documentation you linked to: public function Column( $Name, $Type, $Length = '', $Null = FALSE, $Defau… (View Post)10 -
Multilingual: A Handy Plugin
This is a handy plugin for many uses. It proved useful when I was helping out with a client's website where the Vanilla locale isn't set to English and I needed to know what some text meant. Thanks, … (View Post)1