<?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>
									How to enable &quot;liking&quot; one&#039;s own post - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 17 Jun 2026 22:46:15 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How to enable &quot;liking&quot; one&#039;s own post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28408</link>
                        <pubDate>Thu, 27 Jun 2019 15:16:44 +0000</pubDate>
                        <description><![CDATA[Yes @sofy, it works!!!Thank you sooooooo much!And thanks for your always present willingness to help, and for your generosity too!!  :) :)]]></description>
                        <content:encoded><![CDATA[<p>Yes @sofy, it works!!!</p><p>Thank you sooooooo much!</p><p>And thanks for your always present <strong>willingness to help</strong>, and for your generosity too!!  :) :)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>JorgeW</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28408</guid>
                    </item>
				                    <item>
                        <title>RE: How to enable &quot;liking&quot; one&#039;s own post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28399</link>
                        <pubDate>Thu, 27 Jun 2019 13:16:09 +0000</pubDate>
                        <description><![CDATA[Hi @jorgew,

open the wp-content/plugins/wpforo/wpf-includes/functions-template.php file.&nbsp;
find the wpforo_like_button() function.
removed the code shown on the screenshot.&nbsp;
...]]></description>
                        <content:encoded><![CDATA[<p>Hi @jorgew,</p>
<ul>
<li>open the<em><strong> wp-content/plugins/wpforo/wpf-includes/functions-template.php</strong></em> file.&nbsp;</li>
<li>find the<em><strong> wpforo_like_button()</strong> </em>function.</li>
<li>removed the code shown on the screenshot.&nbsp;</li>
</ul>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1561641369-image-1.png" target="_blank"><i class="fas fa-paperclip"></i>image-1.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>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28399</guid>
                    </item>
				                    <item>
                        <title>RE: How to enable &quot;liking&quot; one&#039;s own post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28347</link>
                        <pubDate>Wed, 26 Jun 2019 15:08:30 +0000</pubDate>
                        <description><![CDATA[Hi @sofy,It works, perfectly, but only in extended layout (where I don&#039;t need it), not in the threaded one, which is the layout where I need it.This is the current code I&#039;m using (without wh...]]></description>
                        <content:encoded><![CDATA[<p>Hi @sofy,</p><p>It works, perfectly, but only in extended layout (where I don't need it), not in the threaded one, which is the layout where I need it.</p><p>This is the current code I'm using (without what you indicated):</p><pre>case 'like':<br /><br />if( WPF()-&gt;perm-&gt;forum_can('l', $forumid) &amp;&amp; $login ) {<br /><br />$like_status = ( WPF()-&gt;post-&gt;is_liked( $postid, WPF()-&gt;current_userid ) === FALSE ? 'wpforo-like' : 'wpforo-unlike' );<br /><br />$like_icon = ( $like_status == 'wpforo-like') ? 'up' : 'down';<br /><br />$button_html[] = '&lt;span class="wpf-action '. $like_status .'" data-postid="'. wpforo_bigintval($postid) .'"&gt;&lt;i class="fas fa-thumbs-'. esc_attr($like_icon) .' wpfsx wpforo-like-ico"&gt;&lt;/i&gt;&lt;span class="wpforo-like-txt"&gt;' . wpforo_phrase( str_replace('wpforo-', '', $like_status), false) . '&lt;/span&gt;&lt;/span&gt;';<br /><br />}<br /><br />break;<br /><br /></pre><p>Icon will not not show up in threaded layout.</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1561561710-No-like-icon-nor-capability.png" target="_blank"><i class="fas fa-paperclip"></i>No-like-icon-nor-capability.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>JorgeW</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28347</guid>
                    </item>
				                    <item>
                        <title>RE: How to enable &quot;liking&quot; one&#039;s own post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28340</link>
                        <pubDate>Wed, 26 Jun 2019 12:48:00 +0000</pubDate>
                        <description><![CDATA[Hi @jorgew,I&#039;m really sorry, but there is no option that&#039;ll allow users to like their own posts.Please follow the steps: Find the buttons function in wp-content/plugins/wpforo/wpf-includes/c...]]></description>
                        <content:encoded><![CDATA[<p>Hi @jorgew,</p><p>I'm really sorry, but there is no option that'll allow users to like their own posts.</p><p>Please follow the steps: </p><ol><li>Find the <em><strong>buttons</strong> </em>function in wp-content/plugins/wpforo/wpf-includes/class-template.php file</li><li>Scroll to<em><strong> like</strong></em> case</li><li>Remove the following part as shown in the screenshot below.<pre>&amp;&amp; WPF()-&gt;current_userid != $post</pre></li></ol><p><span style="color: #ff0000"><strong>Important:</strong> </span>those changes will be overwritten during the upgrade process and customizations will be lost.</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1561553280-image.png" target="_blank"><i class="fas fa-paperclip"></i>image.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>Sofy</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28340</guid>
                    </item>
				                    <item>
                        <title>How to enable &quot;liking&quot; one&#039;s own post</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28308</link>
                        <pubDate>Tue, 25 Jun 2019 19:01:21 +0000</pubDate>
                        <description><![CDATA[Hi Support,The way we are using wpForo needs that in the threaded layout I -as the one who is posting- could &quot;like&quot; my own post.Is there a way to enable liking one&#039;s own post (topic or reply...]]></description>
                        <content:encoded><![CDATA[<p>Hi Support,</p><p>The way we are using wpForo <strong>needs</strong> that in the threaded layout I -as the one who is posting- could "<em>like</em>" my own post.</p><p>Is there a way to enable <em>liking</em> one's own post (topic or reply)?</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>JorgeW</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-enable-liking-ones-own-post/#post-28308</guid>
                    </item>
							        </channel>
        </rss>
		