<?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>
									Problem with TinyMCE editor customization - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-tinymce-editor-customization/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 10 Apr 2026 13:17:56 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Problem with TinyMCE editor customization</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-tinymce-editor-customization/#post-46288</link>
                        <pubDate>Fri, 25 Sep 2020 11:59:07 +0000</pubDate>
                        <description><![CDATA[Thanks a lot, it works now.]]></description>
                        <content:encoded><![CDATA[<p>Thanks a lot, it works now.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Jaypad</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-tinymce-editor-customization/#post-46288</guid>
                    </item>
				                    <item>
                        <title>RE: Problem with TinyMCE editor customization</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-tinymce-editor-customization/#post-46287</link>
                        <pubDate>Fri, 25 Sep 2020 11:50:59 +0000</pubDate>
                        <description><![CDATA[Hi @jaypad,
Instead of this hook:
wp_editor_settings
You should use the following one:
wpforo_editor_settings]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@jaypad,</span></p>
<p>Instead of this hook:</p>
<pre><span>wp_editor_settings</span></pre>
<p>You should use the following one:</p>
<pre>wpforo_editor_settings</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-tinymce-editor-customization/#post-46287</guid>
                    </item>
				                    <item>
                        <title>Problem with TinyMCE editor customization</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-tinymce-editor-customization/#post-46271</link>
                        <pubDate>Fri, 25 Sep 2020 07:52:40 +0000</pubDate>
                        <description><![CDATA[Hello,
I wish to let my forum users use more functionnalities than the standard toolbar is offering. In order to do that, I add in my functions.php the following code
add_filter( &#039;wp_edito...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>I wish to let my forum users use more functionnalities than the standard toolbar is offering. In order to do that, I add in my functions.php the following code</p>
<p>add_filter( 'wp_editor_settings', function( $settings ){<br />if ( empty( $settings ) || ! is_array( $settings ) )<br />$settings = [];</p>
<p>$settings = 'cut,copy,paste,pastetext,undo,redo,hr,link,unlink,blockquote,pre,wpf_spoil,source_code,fullscreen,|,fontsizeselect,bold,italic,underline,strikethrough,subscript,superscript,forecolor,backcolor,removeformat,alignleft,aligncenter,alignright,bullist,numlist,outdent,indent,wp_adv,emoticons';<br />return $settings;<br />});</p>
<p>And... it works, unless for editing posts, where the new toolbar settings don't work, I just have the standard toolbar.</p>
<p>So, I would like to know if there is a way to make the cutomization work in all the situations where the editor is involved.</p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1601020361-toolbars.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;toolbars.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Jaypad</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/problem-with-tinymce-editor-customization/#post-46271</guid>
                    </item>
							        </channel>
        </rss>
		