<?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>
									Customizable editor - General Discussions				            </title>
            <link>https://wpforo.com/community/general-discussions/customizable-editor/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 16 Jun 2026 09:28:59 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-100446</link>
                        <pubDate>Tue, 14 Mar 2023 15:53:41 +0000</pubDate>
                        <description><![CDATA[my code for more buttons currently looks like this
add_filter( &#039;wpforo_editor_settings&#039;, function( $settings ){
if ( empty( $settings ) || ! is_array( $settings ) )
...]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>ut how does it go in the other way?</p>
<p></p>
<p>my code for more buttons currently looks like this</p>
<pre contenteditable="false">add_filter( 'wpforo_editor_settings', function( $settings ){
if ( empty( $settings ) || ! is_array( $settings ) )
$settings = [];
$settings             = 'compat3x,fullscreen,hr,paste,textcolor,lists,table,visualblocks,visualchars,insertdatetime,charmap,searchreplace,anchor,advlist';
$settings = 'fontsizeselect,bold,italic,underline,strikethrough,forecolor,bullist,numlist,hr,alignleft,aligncenter,alignright,alignjustify,link,unlink,blockquote,pre,wpf_spoil,undo,redo,pastetext,source_code,emoticons,fullscreen';
$settings = 'cut,subscript,superscript,outdent,indent,backcolor,removeformat,table,visualblocks,visualchars,insertdatetime,formats,charmap,styleselect,fontselect,searchreplace,anchor';
return $settings;
});</pre>
<p><br />toolbar 1 standard buttons<br />toolbar 2 new Buttons</p>
<p>remove buttons you don't need<br /><br />the missing TinyMCE plugins you have to add under<br />wp-includes &gt; js &gt; tinymce &gt; plugins<br /><br />so that the buttons are not displayed in the signature editor, add the empty toolbar2</p>
<pre contenteditable="false">		/**
		 * start init tinymce settings
		 */
		$wp_editor_settings                        = WPF()-&gt;tpl-&gt;editor_buttons();
		$wp_editor_settings = 'bold,italic,link,unlink,undo,redo,source_code,emoticons';
		$wp_editor_settings = '';
		$wp_editor_settings             = '';</pre>
<p><br />wpforo &gt; classes &gt; member.php</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/1678809221-wpForo-Editor.jpg" target="_blank" title="wpForo-Editor.jpg"><i class="fas fa-paperclip"></i>&nbsp;wpForo-Editor.jpg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-100446</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-100441</link>
                        <pubDate>Tue, 14 Mar 2023 14:06:35 +0000</pubDate>
                        <description><![CDATA[@tutrix 
That&#039;s what I found, how something is removed. But how does it go in the other way?]]></description>
                        <content:encoded><![CDATA[<p>@tutrix </p>
<p>https://wpforo.com/community/postid/47409/</p>
<p>That's what I found, how something is removed. But how does it go in the other way?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>wp-henne</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-100441</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-100417</link>
                        <pubDate>Mon, 13 Mar 2023 14:46:57 +0000</pubDate>
                        <description><![CDATA[the open source plugins for the editor you can see here &gt;can activate all of them for wpforoif there is one for your purposes you have to testmaybe the template plugin]]></description>
                        <content:encoded><![CDATA[<p></p>
<p>So i'm very pleased, if you will give me a lift <img class="emoji" role="img" src="https://s.w.org/images/core/emoji/14.0.0/svg/1f642.svg" alt="🙂" /></p>
<p></p>
<p>the open source plugins for the editor you can see here &gt; <a href="https://www.tiny.cloud/docs/tinymce/6/plugins/" target="_blank" rel="noopener">https://www.tiny.cloud/docs/tinymce/6/plugins/</a><br />you can activate all of them for wpforo<br />if there is one for your purposes you have to test<br />maybe the template plugin</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-100417</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-100393</link>
                        <pubDate>Sun, 12 Mar 2023 23:15:10 +0000</pubDate>
                        <description><![CDATA[@tutrix genial!
I&#039;d like to ad two buttons to have easy access for shortcodes. So the buttons &quot;only&quot; need to paste some fixed text o - when it&#039;s possible - the current user-id.
I&#039;m familar...]]></description>
                        <content:encoded><![CDATA[<p>@tutrix genial!</p>
<p>I'd like to ad two buttons to have easy access for shortcodes. So the buttons "only" need to paste some fixed text o - when it's possible - the current user-id.</p>
<p>I'm familar with adding via functions.php. I've found a solution here to eleminate some buttons.</p>
<p>So i'm very pleased, if you will give me a lift :-)</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>wp-henne</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-100393</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-100377</link>
                        <pubDate>Sat, 11 Mar 2023 19:54:17 +0000</pubDate>
                        <description><![CDATA[@wp-henne 
what function are you missing in the editoryou can add this via the functions.php of your wp-themeexample see attachment
 
&nbsp;TinyMCE.jpg]]></description>
                        <content:encoded><![CDATA[<p>@wp-henne </p>
<p>what function are you missing in the editor<br />you can add this via the functions.php of your wp-theme<br />example see attachment</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/1678564457-TinyMCE.jpg" target="_blank" title="TinyMCE.jpg"><i class="fas fa-paperclip"></i>&nbsp;TinyMCE.jpg</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Tutrix</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-100377</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-100376</link>
                        <pubDate>Sat, 11 Mar 2023 17:03:04 +0000</pubDate>
                        <description><![CDATA[Hello @chris,
i have tried div. things, but i get no success with the mentioned plugin with the current wpForo and no matter which theme (2022 or Classic) and no matter which layout.Has som...]]></description>
                        <content:encoded><![CDATA[<p>Hello @chris,</p>
<p>i have tried div. things, but i get no success with the mentioned plugin with the current wpForo and no matter which theme (2022 or Classic) and no matter which layout.<br /><br />Has something changed after all?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>wp-henne</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-100376</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-61609</link>
                        <pubDate>Sat, 05 Feb 2022 09:39:24 +0000</pubDate>
                        <description><![CDATA[For Example:
We hadn&#039;t checked this plugin workability, so you can try yourself.]]></description>
                        <content:encoded><![CDATA[<p>For Example: https://wordpress.org/plugins/tinymce-advanced/</p>
<p>We hadn't checked this plugin workability, so you can try yourself.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-61609</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-61608</link>
                        <pubDate>Sat, 05 Feb 2022 09:37:46 +0000</pubDate>
                        <description><![CDATA[@ananimelover,
in Dashboard &gt; Plugins &gt; Add New, Search for TinyMCE and in the list you can try to find a plugin which will make the TinyMCE editor More reacher.]]></description>
                        <content:encoded><![CDATA[<p>@ananimelover,</p>
<p>in Dashboard &gt; Plugins &gt; Add New, Search for TinyMCE and in the list you can try to find a plugin which will make the TinyMCE editor More reacher.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-61608</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-61587</link>
                        <pubDate>Fri, 04 Feb 2022 15:57:46 +0000</pubDate>
                        <description><![CDATA[@chris maybe an idea for a paid addon though?]]></description>
                        <content:encoded><![CDATA[@chris maybe an idea for a paid addon though?]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Ananimelover</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-61587</guid>
                    </item>
				                    <item>
                        <title>RE: Customizable editor</title>
                        <link>https://wpforo.com/community/general-discussions/customizable-editor/#post-61581</link>
                        <pubDate>Fri, 04 Feb 2022 11:08:06 +0000</pubDate>
                        <description><![CDATA[Hi @ananimelover,
wpForo editor is the same TinyMCE editor, it&#039;ll not be changed in 2.0 version,]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@ananimelover,</span></p>
<p><span>wpForo editor is the same TinyMCE editor, it'll not be changed in 2.0 version,</span></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/general-discussions/">General Discussions</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/customizable-editor/#post-61581</guid>
                    </item>
							        </channel>
        </rss>
		