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: don't wanna show tags in sidebar
disabling the plugin will remove tags option - these are things you should test yourself - you can do that - can't you? but if you want tags enabled and just remove the box - put this in your cu… (View Post)1 -
Re: Feature requests
what don't you understand? (View Post)1 -
Re: Feature requests
put this in the default.master.php if (Gdn::$Session->IsValid()) { $this->Menu->AddLink('FAQS', T('FAQS'), '/faqs'); }put this in the applicationif (!Gdn::Sessi… (View Post)1 -
Re: Add images where forum title and description are
write a plugin using this event. DiscussionsController_BeforeRenderAsset_Handleri if ((!$Sender->Category) = scottishpremierecho "<img........>if ((!$Sender->Category) = blahbla2echo… (View Post)1 -
Re: Feature requests
try this then $Session = Gdn::Session();if ($Session->IsValid()) { $this->Menu->AddLink('FAQS', T('FAQS'), '/faqs'); } (View Post)1
