Topic on Extension talk:StructuredDiscussions

Structured Discussions in MobileFrontend without Visual Editor

3
109.87.112.220 (talkcontribs)

How do I make the StructuredDiscussions extension work in MobileFrontend if I do not want to install VisualEditor? The problem is the ability to leave a comment in the thread ...

Catrope (talkcontribs)

Thanks for reporting this bug! This is now fixed in the latest version of Structured Discussions. If you don't want to upgrade, you can also fix it yourself, by editing includes/Hooks.php in the StructuredDiscussion extension and changing:

$resourceLoader->register( 'ext.visualEditor.supportCheck', [] );

to:

$resourceLoader->register( 'ext.visualEditor.supportCheck', [ 'targets' => [ 'desktop', 'mobile' ] ] );
109.87.112.220 (talkcontribs)

Thank you so much, I followed the recommendations and everything works fine. Thanks again!

Reply to "Structured Discussions in MobileFrontend without Visual Editor"