<?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>
									Points accrued before myCRED installation - wpDiscuz - myCRED Integration				            </title>
            <link>https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 04 Sep 2026 20:21:28 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Points accrued before myCRED installation</title>
                        <link>https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/#post-28756</link>
                        <pubDate>Fri, 18 Jun 2021 10:05:35 +0000</pubDate>
                        <description><![CDATA[@wp-user,
Those are being displayed on the BuddyPress Profile &gt; Discussions &gt; Votes page. However, those are visible only for the current users. Admins, moderators, etc. are not able ...]]></description>
                        <content:encoded><![CDATA[<p>@wp-user,</p>
<p>Those are being displayed on the BuddyPress Profile &gt; Discussions &gt; Votes page. However, those are visible only for the current users. Admins, moderators, etc. are not able to see it. </p>
<p>You can use the following hook code. So the tab will be visible for the admins:</p>
<pre class="c-mrkdwn__pre" contenteditable="false" data-stringify-type="pre">add_filter("wpdiscuz_bpi_user_has_access_to_votes_tab", function ($hasAccess) {<br />    return $hasAccess || current_user_can("manage_options");<br />});</pre>
<p>Put the code in the active theme function.php file. </p>
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/mycred-integration/">wpDiscuz - myCRED Integration</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/#post-28756</guid>
                    </item>
				                    <item>
                        <title>RE: Points accrued before myCRED installation</title>
                        <link>https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/#post-28749</link>
                        <pubDate>Thu, 17 Jun 2021 18:21:23 +0000</pubDate>
                        <description><![CDATA[@astgh Thanks for the reply. I&#039;m happy to do this manually. A follow-up question is... is there a log somewhere that lists all the upvotes/downvotes a user has received?]]></description>
                        <content:encoded><![CDATA[@astgh Thanks for the reply. I'm happy to do this manually. A follow-up question is... is there a log somewhere that lists all the upvotes/downvotes a user has received?]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/mycred-integration/">wpDiscuz - myCRED Integration</category>                        <dc:creator>WPuser</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/#post-28749</guid>
                    </item>
				                    <item>
                        <title>RE: Points accrued before myCRED installation</title>
                        <link>https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/#post-28740</link>
                        <pubDate>Thu, 17 Jun 2021 11:52:29 +0000</pubDate>
                        <description><![CDATA[@wp-user,
I&#039;m really sorry, but there is not such an option. You should manually edit the user and assign the points to user.]]></description>
                        <content:encoded><![CDATA[<p><span>@wp-user,</span></p>
<p>I'm really sorry, but there is not such an option. You should manually edit the user and assign the points to user. </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/mycred-integration/">wpDiscuz - myCRED Integration</category>                        <dc:creator>Astghik</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/#post-28740</guid>
                    </item>
				                    <item>
                        <title>Points accrued before myCRED installation</title>
                        <link>https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/#post-28735</link>
                        <pubDate>Thu, 17 Jun 2021 10:18:13 +0000</pubDate>
                        <description><![CDATA[Hi gVectors Team,
I&#039;ve been using wpDiscuz for a while on my site and various users have received upvotes/downvotes for their contributions. Now I&#039;ve recently decided to install myCRED and ...]]></description>
                        <content:encoded><![CDATA[<p>Hi gVectors Team,</p>
<p>I've been using wpDiscuz for a while on my site and various users have received upvotes/downvotes for their contributions. Now I've recently decided to install myCRED and the wpDiscuz myCRED addon. Is it possible somehow for the votes that users have accrued previously to be added to their points total? Currently all users have 0 points. </p>
<p>Kind regards.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/mycred-integration/">wpDiscuz - myCRED Integration</category>                        <dc:creator>WPuser</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/mycred-integration/points-accrued-before-mycred-installation/#post-28735</guid>
                    </item>
							        </channel>
        </rss>
		