Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to add line breaks in 'DiscussionExtender' Plugin
VanillaNoob
New
Whenever I add discussion options using the 'DiscussionExtender' plugin, it works just fine and as coded.
What I want to add is the ability to add a line break after each added discussion option.
How do I do that? I've tried using code in the discussion option to add a line break but it does not seem to work.
0
Comments
I figure it out. Change the contents of the following function to be following:
public function DiscussionController_BeforeDiscussionBody_Handler($Sender) {`
}
`