<?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>
									User Follower specific question - wpDiscuz				            </title>
            <link>https://gvectors.com/forum/wpdiscuz-comment-plugin-support/user-follower-specific-question/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 12 Sep 2026 05:02:58 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>User Follower specific question</title>
                        <link>https://gvectors.com/forum/wpdiscuz-comment-plugin-support/user-follower-specific-question/#post-17361</link>
                        <pubDate>Sat, 24 Aug 2019 22:22:30 +0000</pubDate>
                        <description><![CDATA[Hello, I would like to list/show all the usernames following a certain user (the author of a post). I want to hook into your plugin data from the content-single.php that creates every post. ...]]></description>
                        <content:encoded><![CDATA[<p>Hello, I would like to list/show all the usernames following a certain user (the author of a post). I want to hook into your plugin data from the content-single.php that creates every post. How can I achieve this? Specifically, I found the functions that I would need to tie into in your /wpdiscuz/includes/class.WpdiscuzDBManager.php:</p><pre>public function getUserFollowers($userEmail) // returns users that follow userEmail from followUsers table</pre><p>I know I can use something similar to your /utils/layouts/follows/follows-page.php to display the usernames. But how can I tie into this table to retrieve the data from outside your plugin? </p><p>Also, I want to be about to use the follower (bell symbol) on the same content-single.php, so that other users can follow the author (and subscribe to their comments). I know I can use this from class.WpdiscuzDBManager.php:</p><pre>public function addNewFollow($args) // adds new follower into followUsers table</pre><p>and this from class.WpdiscuzWalker.php:</p><pre>$commentOutput .= '&lt;div class="wc-comment-author ' . $uNameClasses . '"&gt;' . $user . '&lt;/div&gt;';<br />if ($args &amp;&amp; $args != $comment-&gt;comment_author_email) {<br />if (is_array($args) &amp;&amp; in_array($comment-&gt;comment_author_email, $args)) {<br />$followClass = 'wc-unfollow wc-follow-active';<br />$followTip = $this-&gt;optionsSerialized-&gt;phrases;<br />} else {<br />$followClass = 'wc-follow';<br />$followTip = $this-&gt;optionsSerialized-&gt;phrases;<br />}<br />$commentOutput .= '&lt;div class="wc-follow-link wpd-tooltip-right wc_not_clicked ' . $followClass . '"&gt;';<br />$commentOutput .= '&lt;i class="fas fa-rss" aria-hidden="true"&gt;&lt;/i&gt;';<br />$commentOutput .= '&lt;wpdtip&gt;' . $followTip . '&lt;/wpdtip&gt;';<br />$commentOutput .= '&lt;/div&gt;';<br />}</pre><p>Any help is appreciated. I really like your plugin setup and want to take advantage of the functionality and data.</p><p>Thanks!</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-comment-plugin-support/">wpDiscuz</category>                        <dc:creator>wpwp2</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-comment-plugin-support/user-follower-specific-question/#post-17361</guid>
                    </item>
							        </channel>
        </rss>
		