<?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>
									Add topic button in forum description - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Jul 2026 11:09:03 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Add topic button in forum description</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51799</link>
                        <pubDate>Fri, 12 Mar 2021 07:13:45 +0000</pubDate>
                        <description><![CDATA[@vit-hofman,
I&#039;m sorry but I didn&#039;t follow you.]]></description>
                        <content:encoded><![CDATA[<p>@vit-hofman,</p>
<p>I'm sorry but I didn't follow you.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51799</guid>
                    </item>
				                    <item>
                        <title>RE: Add topic button in forum description</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51795</link>
                        <pubDate>Fri, 12 Mar 2021 06:52:27 +0000</pubDate>
                        <description><![CDATA[@Robert In the menu for adding the item &quot;Add topic&quot; I can use this link: &quot;/% wpforo-add-topic% /&quot;
Is there any way to make it work for any button on the web?
If I use the link &quot;/community/...]]></description>
                        <content:encoded><![CDATA[<p>@Robert In the menu for adding the item "Add topic" I can use this link: "/% wpforo-add-topic% /"</p>
<p>Is there any way to make it work for any button on the web?</p>
<p>If I use the link "/community/add-topic/" it works only for logged in users. The unlogged-in user only sees a notification that he does not have permission to go to the page.</p>
<p>Ideally, an unlogged-in user would be directed to the login page, as in the case of the "/% wpforo-add-topic% /" link.</p>
<p>Thanks.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Vít Hofman</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51795</guid>
                    </item>
				                    <item>
                        <title>RE: Add topic button in forum description</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51431</link>
                        <pubDate>Tue, 02 Mar 2021 23:07:12 +0000</pubDate>
                        <description><![CDATA[Fantastic. Thank you Robert
Edit: Just add this CSS if you want to hide these buttons from guests (Check 
/* Hide Add topic for guests in forum description */
#wpforo #wpforo-wrap.wpf-gue...]]></description>
                        <content:encoded><![CDATA[<p>Fantastic. Thank you Robert</p>
<p>Edit: Just add this CSS if you want to hide these buttons from guests (Check </p>
<pre contenteditable="false">/* Hide Add topic for guests in forum description */
#wpforo #wpforo-wrap.wpf-guest div &gt; div.wpforo-forum-info &gt; p:nth-child(3) &gt; a {display:none;}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>VereK</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51431</guid>
                    </item>
				                    <item>
                        <title>RE: Add topic button in forum description</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51410</link>
                        <pubDate>Tue, 02 Mar 2021 05:42:51 +0000</pubDate>
                        <description><![CDATA[Hi
1. Go to Dashboard &gt; Forums &gt; Forums admin page and find Forum IDs.
2. Create the  button HTML code and put the ForumID in the button URL, in my example the forum id is...]]></description>
                        <content:encoded><![CDATA[<p>Hi</p>
<p>1. Go to Dashboard &gt; Forums &gt; Forums admin page and find Forum IDs.</p>
<p>2. Create the  button HTML code and put the ForumID in the button URL, in my example the forum id is <strong>19</strong>:</p>
<p>https://  example.com  / community/ add-topic / <span style="color: #ff0000">forumid</span> /</p>
<pre contenteditable="false">&lt;p style="margin:7px 0;"&gt;
&lt;a href="https://wpforo.com/community/add-topic/***19***/" class="wpf-button"&gt;Add Topic&lt;/a&gt;
&lt;/p&gt;</pre>
<p>3. Put this HTML code in corresponding forum description.</p>
<p> </p>
<p>https://wpforo.com/wp-content/uploads/2021/03/wpForo-add-new-topic-button-in-forum-description.png</p>
<p>https://wpforo.com/wp-content/uploads/2021/03/wpForo-add-new-topic-button-in-forum-description-frontend.png</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51410</guid>
                    </item>
				                    <item>
                        <title>Add topic button in forum description</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51374</link>
                        <pubDate>Mon, 01 Mar 2021 05:38:36 +0000</pubDate>
                        <description><![CDATA[As per the title. Is there a way to add an &quot;Add topic&quot; to the forum description in Extended and Simplified forums?. It would greatly enhance usability for mobile users in particular. 
 add_...]]></description>
                        <content:encoded><![CDATA[<p>As per the title. Is there a way to add an "Add topic" to the forum description in Extended and Simplified forums?. It would greatly enhance usability for mobile users in particular. </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1614577116-add_topic.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> add_topic.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>VereK</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/add-topic-button-in-forum-description/#post-51374</guid>
                    </item>
							        </channel>
        </rss>
		