Hi all,
Can someone explain to me how to connect this plugin to Rainlab's Forum plugin? I just added the plugin's component to the forum topic page like:
{% component 'wysibbEditor' %}
{% component 'forumTopic' %}
but this throws an error when viewing a topic (error 500):
An exception has been thrown during the rendering of a template ("Undefined offset: 0").
/home/ldgsoixanteneuf/public_html/themes/soixanteneuf/pages/forum/topic.htm line 20
Hope someone can help :)
Thanks in advance
Last updated
Hi,
I know it's been a few months since your post, but since this thread appears also on Google I want to share my answer anyway :) It's actually pretty easy to add the editor: you simply added the component to the wrong part of your page. So instead of using the component in the markup, you have to configure it for your page by adding the component to the configuration section like this:
[wysibbEditor]
==
{% component 'forumTopic' %}
Hope this helps :)
I have the same Question and I tried it like this:
But I still get the markdown editors shown ?
Last updated
1-4 of 4