keefo
New-
Re: get discussion tags in function DiscussionsController_DiscussionMeta_Handler($Sender);
I have found the solution: $Discussion=$Sender->EventArguments['Discussion'];$Tags = $Discussion->Tags; (View Post)1 -
Is it possible to start a new discussion with pre-defined title and tag?
Something like <a href="./vanillaboard/index.php?p=/post/discussion&title=VoteMe&tag=campaign">New Vote Post</a> So I can put it into another webpage. PS: version 2.0.18… (View Post)2