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: how to add custom build menu to the sidebar
I overlooked that. if you want that routine only on simple pages. a simper way to do it public function DiscussionController_BeforeDiscussionRender_Handler($sender) { //add this if (!val('Type', $sen… (View Post)1 -
Re: icon :)
you would probably want a little bit of moderation on the flush it. you could just clone flagging plugin and call it flush it. then mod could approve or disapproved in the reporting and approve could… (View Post)1 -
Re: icon :)
I got it from the library. it had 2 dvds make sure you watch both. amazing covering 3000 miles on a bicycle in 11 days or so, some go for 48 hours with no sleep at all. https://www.youtube.com/watch?… (View Post)1 -
Re: Avatars and hover text looks strange
does everyone have an avatar? they must I believe or use vanilicons. what version of plugin are you using? just prep work for V. :smile: (View Post)1 -
Re: how to add custom build menu to the sidebar
an example. * 1 remove the NoPanel from the CssClass $sender->CssClass .= ' NoPanel SimplePage'; becomes $sender->CssClass .= ' SimplePage'; * 2 comment out the line that unsets the Asset Panel… (View Post)2