<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Threaded layout &quot;Add Topic&quot; editor related question - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 13 Apr 2026 02:22:22 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Threaded layout &quot;Add Topic&quot; editor related question</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/#post-58063</link>
                        <pubDate>Fri, 10 Sep 2021 09:53:54 +0000</pubDate>
                        <description><![CDATA[@findbmx,
That was not a conflict, it was from the cache.
And Thank you for taking the time to leave us a 5 star rating - it&#039;s much appreciated!]]></description>
                        <content:encoded><![CDATA[<p>@findbmx,</p>
<p>That was not a conflict, it was from the cache.</p>
<p>And Thank you for taking the time to leave us a 5 star rating - it's much appreciated!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/#post-58063</guid>
                    </item>
				                    <item>
                        <title>RE: Threaded layout &quot;Add Topic&quot; editor related question</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/#post-58050</link>
                        <pubDate>Thu, 09 Sep 2021 18:32:33 +0000</pubDate>
                        <description><![CDATA[Thank You Chris,
I gave wpforo a 5star on wordpress forum. link
At first when I edited those files as you said, nothing happened, so I guessed maybe it&#039;s a plugin conflict. I deactivated T...]]></description>
                        <content:encoded><![CDATA[<p>Thank You Chris,</p>
<p>I gave wpforo a 5star on wordpress forum. <a href="https://wordpress.org/support/topic/best-forum-out-there-for-wordpress/" target="_blank" rel="noopener">link</a></p>
<p>At first when I edited those files as you said, nothing happened, so I guessed maybe it's a plugin conflict. I deactivated Tinymce Advanced, and it worked. then I reactivated the plugin to see if the problem will repeat, but the problem had been already solved. So I'm not sure if it was a conflict or sth.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Findbmx</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/#post-58050</guid>
                    </item>
				                    <item>
                        <title>RE: Threaded layout &quot;Add Topic&quot; editor related question</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/#post-58043</link>
                        <pubDate>Thu, 09 Sep 2021 14:54:01 +0000</pubDate>
                        <description><![CDATA[Hi @findbmx,
The issue would be solved at the new update release, but we have a code which you can use to make the changes before the new update release.
Before inserting the code below, P...]]></description>
                        <content:encoded><![CDATA[<p>Hi @findbmx,</p>
<p>The issue would be solved at the new update release, but we have a code which you can use to make the changes before the new update release.</p>
<p>Before inserting the code below, Please remove all changes you have done to solve the issue and only after that do the following`</p>
<p>1. Insert the code below in your active theme function.php file.</p>
<pre contenteditable="false">add_filter('wpforo_editor_settings', function($settings){
	$settings = 'rtl';
	$settings         = true;
	$settings      .= ',ltr';
	$settings                   = 'hr,lists,textcolor,paste,wpautoresize,fullscreen,directionality';
 
	return $settings;
 });</pre>
<p>Check the screenshot below:</p>
<p><img src="https://wpforo.com/wp-content/uploads/2021/09/2021-09-09_18-52-48.png" /></p>
<p>2. Go to \wp-content\plugins\wpforo\wpf-assets\js in frontend.js files and insert the code below, under this Code <span style="color: #ff0000">custom_elements: wpforo.editor_settings.tinymce.custom_elements,</span></p>
<pre contenteditable="false">directionality:"rtl",
            rtl_ui:true,</pre>
<p>Check the screenshot below:</p>
<p>https://wpforo.com/wp-content/uploads/2021/09/2021-09-09_18-49-48.png</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/#post-58043</guid>
                    </item>
				                    <item>
                        <title>Threaded layout &quot;Add Topic&quot; editor related question</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/#post-58031</link>
                        <pubDate>Wed, 08 Sep 2021 15:53:59 +0000</pubDate>
                        <description><![CDATA[Hi,
On &quot;Threaded layout&quot; there is a button reads &quot;Add Topic&quot;. when clicked, an editor appears which seems different compare to other wpforo editors.
- It&#039;s language is primary set to LTR w...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>On "Threaded layout" there is a button reads "Add Topic". when clicked, an editor appears which seems different compare to other wpforo editors.</p>
<p>- It's language is primary set to LTR while other editors are relative to wordpress language (I'm running an RTL site). and since it's an iframe i cant change the direction of the editor using css and users need to change the direction using the "<span>¶</span>" button all the time.</p>
<p>- I tried adding new buttons to Tinymce through function.php, which worked on any other wpforo editors but this one. (<a href="https://wpforo.com/community/postid/26856/" target="_blank" rel="noopener">link</a>)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Findbmx</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/threaded-layout-add-topic-editor-related-question/#post-58031</guid>
                    </item>
							        </channel>
        </rss>
		