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 -
Tutorial - How to add an option to the flyout menu in 2.1 and add link in dashboard as well.
this is an example of how to add a link to the messages option in the dashboard for Moderators to use. you can add these functions to your plugin or theme hooks. public function Base_FlyoutMenu_Handl… (View Post)8 -
Re: Some adjustments to more clearly see Ask a Question in Q & A 1.2.1 (new discussion button).
Either do the steps above in the previous two comment or this below Drop Down Option (not the additional Big Button The discussion - new question scroll down option with dropdown menu on add discussi… (View Post)7 -
If someone wrote a clear and concise steps Github what to do and how to use it would beGreat
Since the documentation is voluminous. * A recommended way to set it up on local machine and how to do it remotely and send pull requests. * A recommended way to maintain fork on Github itself, and i… (View Post)7 -
Tutorial: How to Enable a debug log and collect debugging information.
To Enable logging: 1 add these statements to your config.php $Configuration['Garden']['Errors']['LogEnabled'] = TRUE; $Configuration['Garden']['Errors']['LogFile'] = 'log/DebugLog'; 2 create a log fo… (View Post)14