<?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>
									Is it possible to show the editor open by default? - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 13 Aug 2026 05:33:08 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Is it possible to show the editor open by default?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114316</link>
                        <pubDate>Wed, 03 Apr 2024 11:09:50 +0000</pubDate>
                        <description><![CDATA[Sorry for the late reply but the code worked. Thank you very much for your attention!]]></description>
                        <content:encoded><![CDATA[<p>Sorry for the late reply but the code worked. Thank you very much for your attention!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>furkangunes04</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114316</guid>
                    </item>
				                    <item>
                        <title>RE: Is it possible to show the editor open by default?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114235</link>
                        <pubDate>Fri, 29 Mar 2024 10:43:28 +0000</pubDate>
                        <description><![CDATA[@furkangunes04 
Add this one as well: 
#wpforo #wpforo-wrap .wpforo-content {
   display: flex;
   flex-direction: column;
}

#wpforo #wpforo-wrap .wpf-topic-create {
  order: 1;
}]]></description>
                        <content:encoded><![CDATA[<p>@furkangunes04 </p>
<p>Add this one as well: </p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpforo-content {
   display: flex;
   flex-direction: column;
}

#wpforo #wpforo-wrap .wpf-topic-create {
  order: 1;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114235</guid>
                    </item>
				                    <item>
                        <title>RE: Is it possible to show the editor open by default?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114224</link>
                        <pubDate>Thu, 28 Mar 2024 12:37:32 +0000</pubDate>
                        <description><![CDATA[Thanks, it worked!
Now, can i move the editor section to below of the topics?]]></description>
                        <content:encoded><![CDATA[<p>Thanks, it worked!</p>
<p>Now, can i move the editor section to below of the topics?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>furkangunes04</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114224</guid>
                    </item>
				                    <item>
                        <title>RE: Is it possible to show the editor open by default?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114223</link>
                        <pubDate>Thu, 28 Mar 2024 12:06:56 +0000</pubDate>
                        <description><![CDATA[Hi,
Please try the CSS code below:
.wpf-form-wrapper.wpf-topic-create {
   display: block !important;
}

#wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button{
   display:none;
}
The...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>Please try the CSS code below:</p>
<pre contenteditable="false">.wpf-form-wrapper.wpf-topic-create {
   display: block !important;
}

#wpforo #wpforo-wrap .wpf-head-bar-right .wpf-button{
   display:none;
}</pre>
<p>The CSS code should be inserted in the "Custom CSS code" textarea, located in the Dashboard &gt; wpForo &gt; Settings &gt; Colors &amp; Styles Tab. More info here: https://wpforo.com/docs/wpforo-v2/settings/colors-styles/</p>
<p>We'd also recommend you check out the "Q&amp;A Layout – Display Answer Editor" option. For more information, visit here:  https://wpforo.com/docs/wpforo-v2/settings/posting-editor-settings/#q-a-layout-%E2%80%93-display-answer-editor</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114223</guid>
                    </item>
				                    <item>
                        <title>Is it possible to show the editor open by default?</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114203</link>
                        <pubDate>Wed, 27 Mar 2024 16:22:56 +0000</pubDate>
                        <description><![CDATA[Can I make the topic creation editor window open by default at the top or bottom of the page where topics are listed?
Normally, clicking the &quot;Ask a Question&quot; or &quot;Start a Topic&quot; button opens...]]></description>
                        <content:encoded><![CDATA[<p data-sourcepos="5:1-5:117">Can I make the topic creation editor window open by default at the top or bottom of the page where topics are listed?</p>
<p data-sourcepos="7:1-7:165">Normally, clicking the "Ask a Question" or "Start a Topic" button opens the relevant editor on the same page. I want to make this open by default. How can I do this?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>furkangunes04</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/is-it-possible-to-show-the-editor-open-by-default/#post-114203</guid>
                    </item>
							        </channel>
        </rss>
		