<?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>
									Can we assign badges to certain member based on his membership - wpDiscuz - myCRED Integration				            </title>
            <link>https://gvectors.com/forum/mycred-integration/can-we-assign-badges-to-certain-member-based-on-his-membership/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 19 Aug 2026 05:17:54 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Can we assign badges to certain member based on his membership</title>
                        <link>https://gvectors.com/forum/mycred-integration/can-we-assign-badges-to-certain-member-based-on-his-membership/#post-36131</link>
                        <pubDate>Wed, 22 Mar 2023 10:29:56 +0000</pubDate>
                        <description><![CDATA[I&#039;ll ask the developers and let you know soon. 

You should make the customization using the MyCread plugin mycred_the_badge hook. The example is provided below: 
add_filter(&quot;mycred_the_b...]]></description>
                        <content:encoded><![CDATA[<blockquote>
<p><span>I'll ask the developers and let you know soon. </span></p>
</blockquote>
<p>You should make the customization using the MyCread plugin <span>mycred_the_badge </span>hook. The example is provided below: </p>
<pre contenteditable="false">add_filter("mycred_the_badge", function($image, $badge_id, $badge, $userID){
    if($userID == 4){
        return $image;
    }
    return '';
},15,4);</pre>
<p>You should customize the code as it's necessary in your case. </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/can-we-assign-badges-to-certain-member-based-on-his-membership/#post-36131</guid>
                    </item>
				                    <item>
                        <title>RE: Can we assign badges to certain member based on his membership</title>
                        <link>https://gvectors.com/forum/mycred-integration/can-we-assign-badges-to-certain-member-based-on-his-membership/#post-36128</link>
                        <pubDate>Wed, 22 Mar 2023 10:13:47 +0000</pubDate>
                        <description><![CDATA[Hi Sahib Khan,

Also dont want to show points.

You can disable it in the Dashboard &gt; Points &gt; Hooks &gt; admin page, just edit the &quot;wpDiscuz Integration&quot; section. Please watch thi...]]></description>
                        <content:encoded><![CDATA[<p>Hi Sahib Khan,</p>
<blockquote>
<p>Also dont want to show points.</p>
</blockquote>
<p>You can disable it in the Dashboard &gt; Points &gt; Hooks &gt; admin page, just edit the "wpDiscuz Integration" section. Please watch this small video instraction:  https://www.screencast.com/t/BqkfMmeS</p>
<blockquote>
<p>I want to assign badge to only users who are having Premium membership. Is there is any hooks available for customization inside wpDiscuz - myCRED Integration for developers.</p>
</blockquote>
<p>I'll ask the developers and let you know soon. </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/can-we-assign-badges-to-certain-member-based-on-his-membership/#post-36128</guid>
                    </item>
				                    <item>
                        <title>Can we assign badges to certain member based on his membership</title>
                        <link>https://gvectors.com/forum/mycred-integration/can-we-assign-badges-to-certain-member-based-on-his-membership/#post-36125</link>
                        <pubDate>Wed, 22 Mar 2023 10:05:53 +0000</pubDate>
                        <description><![CDATA[I don&#039;t want to assign badges to all users based on his points. Also dont want to show points. I want to assign badge to only users who are having Premium membership. Is there is any hooks a...]]></description>
                        <content:encoded><![CDATA[<p>I don't want to assign badges to all users based on his points. Also dont want to show points. I want to assign badge to only users who are having Premium membership. Is there is any hooks available for customization inside wpDiscuz - myCRED Integration for developers.</p>
<p> </p>
<p>Thanks</p>
<p>Sahib Khan</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/mycred-integration/">wpDiscuz - myCRED Integration</category>                        <dc:creator>sahib</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/mycred-integration/can-we-assign-badges-to-certain-member-based-on-his-membership/#post-36125</guid>
                    </item>
							        </channel>
        </rss>
		