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: Is there a way to set announcement in the category by default.
this will restrict to new discussions (and not edit). $('#vanilla_post_discussion #Form_Announce1').prop('checked',true); (View Post)2 -
Re: Is there a way to set announcement in the category by default.
make a plugin load the script only on new discussion page. add this function to a basic plugin you create public function PostController_Render_Before($Sender) {if (Gdn::Session()->CheckPermission… (View Post)3 -
Re: Question About Nesting Older Categories
A bit hard to visualize without seeing a screenshot. but you could conceivably do this via css with an nth elements in category list. and hidden via display: none. (since it is just a visual thing an… (View Post)1 -
Re: Question About Nesting Older Categories
A bit hard to visualize without seeing a screenshot of what you want to do and where. any chance of you posting a screenshot. with what you want to hide and where, (View Post)1 -
Re: Parent Categories Not Linked?
it still expands categories but it should allow the click on the category anchor to process through and take you to the category page. event.preventDefault(); should stop the click through. removing … (View Post)2