<?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>
									wpDiscuz Subscription Manager - gVectors Team - Forum				            </title>
            <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 10 May 2026 18:25:24 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Gestione Iscrizioni da parte di Utenti</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/gestione-iscrizioni-da-parte-di-utenti/</link>
                        <pubDate>Thu, 09 Apr 2026 14:36:54 +0000</pubDate>
                        <description><![CDATA[Buongiorno,
E&#039; possibile avere un link che permetta ad un utente di visualizzare le sue iscrizioni senza dover necessariamente usare il pulsantino nell&#039;area dei commenti? E&#039; mio interesse m...]]></description>
                        <content:encoded><![CDATA[<p>Buongiorno,</p>
<p>E' possibile avere un link che permetta ad un utente di visualizzare le sue iscrizioni senza dover necessariamente usare il pulsantino nell'area dei commenti? E' mio interesse mettere nel sito sotto la voce UTENTE una voce ISCRIZIONI AI COMMENTI che faccia apparire il popup o permetta a questo di gestirseli in una pagina a se</p>
<p>Grazie</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>Mauro Parri</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/gestione-iscrizioni-da-parte-di-utenti/</guid>
                    </item>
				                    <item>
                        <title>wpdiscuz_init not triggered</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/wpdiscuz_init-not-triggered/</link>
                        <pubDate>Tue, 23 Dec 2025 10:34:16 +0000</pubDate>
                        <description><![CDATA[For a client we installed the addon wpDiscuz Subscription Manager, but when we want to use it the wp-admin/admin.php?page=wpdiscuz-subscribe didn&#039;t work, I got a message: &quot;Sorry you are not ...]]></description>
                        <content:encoded><![CDATA[<p>For a client we installed the addon wpDiscuz Subscription Manager, but when we want to use it the <span class="markdown-inline-code leading-"><span>wp-admin/admin.php?page=wpdiscuz-subscribe</span></span> didn't work, I got a message: "Sorry you are not allowed to see this page".</p>
<p>With some help of cursor we figured out that the wpdiscuz_inint action is not used anymore in wpDiscuz.</p>
<section id="markdown-section-229c0511-6c8f-4375-a773-6c70804b6cd6-0" class="markdown-section chat-fade-in" data-markdown-raw="
## Why &#096;wpdiscuz_init&#096; is not triggered" data-section-index="0">
<h2><span>Why </span><span class="markdown-inline-code leading-"><span>wpdiscuz</span><span>_init</span></span><span> is not triggered</span></h2>
</section>
<section id="markdown-section-229c0511-6c8f-4375-a773-6c70804b6cd6-2" class="markdown-section chat-fade-in" data-markdown-raw="
**The problem:**
- The &#096;wpdiscuz_init&#096; action was removed or is no longer triggered in wpDiscuz 7.6.26.
- The Subscribe Manager plugin (version 7.0.9) still uses this old hook.
- This is a compatibility issue between an older addon and a newer core version." data-section-index="2"><span class="markdown-bold-text"><span>The problem:</span></span>
<ul>
<li data-indent="0"><span>The </span><span class="markdown-inline-code leading-"><span>wpdi</span><span>scuz_init</span></span><span> action was removed or i</span><span>s no longer t</span><span>riggered in wpDis</span><span>cuz 7.6.26.</span></li>
</ul>
<ul>
<li data-indent="0"><span>The Subscribe Manager plugin (version 7.0.9)</span><span> still uses t</span><span>his old hook.</span></li>
</ul>
<ul>
<li data-indent="0"><span>This is a compatibili</span><span>ty issue between an older add</span><span>on and a newer core ve</span><span>rsion.</span></li>
</ul>
</section>
<section id="markdown-section-229c0511-6c8f-4375-a773-6c70804b6cd6-4" class="markdown-section chat-fade-in" data-markdown-raw="
**The solution:**" data-section-index="4"><span class="markdown-bold-text"><span>The solution</span><span>:</span></span></section>
<section id="markdown-section-229c0511-6c8f-4375-a773-6c70804b6cd6-5" class="markdown-section chat-fade-in" data-markdown-raw="
The plugin now initializes at multiple points:
1. On the &#096;init&#096; hook (priority 90) — after wpDiscuz loads
2. On the &#096;wpdiscuz_init_options&#096; hook — if wpDiscuz triggers it
3. On the &#096;admin_menu&#096; hook (priority 0) — as a fallback" data-section-index="5"><span>The plug</span><span>in now initiali</span><span>zes at multipl</span><span>e points:</span>
<ol>
<li value="1" data-indent="0"><span>On the </span><span class="markdown-inline-code leading-"><span>init</span></span><span> hook (priority 90) — after wp</span><span>Discuz loads</span></li>
</ol>
<ol>
<li value="2" data-indent="0"><span>On the </span><span class="markdown-inline-code leading-"><span>wpdiscuz_init_options</span></span><span> hook — if wpDiscuz triggers it</span></li>
</ol>
<ol>
<li value="3" data-indent="0"><span>On the </span><span class="markdown-inline-code leading-"><span>admin_me</span><span>nu</span></span><span> hook (priority 0) — as a fallback</span></li>
</ol>
</section>
<section id="markdown-section-229c0511-6c8f-4375-a773-6c70804b6cd6-7" class="markdown-section chat-fade-in" data-markdown-raw="
A check was added to prevent double initialization." data-section-index="7"><span>A che</span><span>ck was added to prevent do</span><span>uble initialization.</span></section>
<section id="markdown-section-229c0511-6c8f-4375-a773-6c70804b6cd6-9" class="markdown-section chat-fade-in" data-markdown-raw="
**What to do:**
1. Refresh the WordPress admin page
2. Test the page: &#096;wp-admin/admin.php?page=wpdiscuz-subscribe&#096;
3. If it still doesn't work, try:
   - Deactivating and reactivating the plugin
   - Clearing cache (if applicable)
   - Checking if wpDiscuz is active" data-section-index="9"><span class="markdown-bold-text"><span>What to do:</span></span>
<ol>
<li value="1" data-indent="0"><span>Refresh the WordPress</span><span> admin page</span></li>
</ol>
<ol>
<li value="2" data-indent="0"><span>Test the page</span><span>: </span><span class="markdown-inline-code leading-"><span>wp-admin/admin.php?page=wpdiscuz-subscribe</span></span></li>
</ol>
<ol>
<li value="3" data-indent="0"><span>If it still doesn't work, try:</span></li>
</ol>
<ul class="nested">
<li class="nested" data-indent="3"><span>Deact</span><span>ivating and reactivating t</span><span>he plugin</span></li>
</ul>
<ul class="nested">
<li class="nested" data-indent="3"><span>Clear</span><span>ing cache (if applic</span><span>able)</span></li>
</ul>
<ul class="nested">
<li class="nested" data-indent="3"><span>C</span><span>hecking if wpDiscuz is active</span></li>
</ul>
</section>
<section id="markdown-section-229c0511-6c8f-4375-a773-6c70804b6cd6-11" class="markdown-section chat-fade-in" data-markdown-raw="
**Recommendation for the future:**" data-section-index="11"><span class="markdown-bold-text"><span>Recommendation for</span><span> the future:</span></span></section>
<section id="markdown-section-229c0511-6c8f-4375-a773-6c70804b6cd6-12" class="markdown-section chat-fade-in" data-markdown-raw="
Consider updating the Subscribe Manager plugin to a version compatible with wpDiscuz 7.6.x, if available. This fix should work, but an official update is better for long-term support." data-section-index="12"><span>Consider</span><span> updating th</span><span>e Subscribe Manager plugin to a v</span><span>ersion compatible with wpDiscuz </span><span>7.6.x, if available. Th</span><span>is fix should</span><span> work, but an offi</span><span>cial update is better for long-term support.</span></section>
<section data-markdown-raw="
Let me know if it works now." data-section-index="14"></section>
<section data-markdown-raw="
Let me know if it works now." data-section-index="14">Possible fix:<br />
<pre contenteditable="false">public function __construct() {
    add_action("init", , 85);
    add_action("admin_notices", , 85);
    // Initialize when wpDiscuz is available
    // Try multiple hooks since wpdiscuz_init was removed in newer wpDiscuz versions
    add_action("init", , 90);                    // &#x2705; After wpDiscuz loads
    add_action("wpdiscuz_init_options", , 85);   // &#x2705; If wpDiscuz triggers this
    // Also check on admin_menu in case wpDiscuz loads late
    add_action("admin_menu", , 0);               // &#x2705; Fallback
}

public function wpdiscuz_init() {
    // Prevent multiple initializations
    if (isset($this-&gt;db) &amp;&amp; $this-&gt;db instanceof wpdSubscribersDBManager) {
        return;
    }
    
    if (function_exists("wpDiscuz")) {
        $this-&gt;apimanager = new GVT_API_Manager(__FILE__, "wpdiscuz_options_page", "wpdiscuz_option_page");
        $this-&gt;db         = new wpdSubscribersDBManager();
        // Register admin menu - use high priority to ensure it runs after wpDiscuz menu is created
        add_action("admin_menu", , 876);
        // ... rest of initialization code ...
    }
}</pre>
</section>
<section data-markdown-raw="
Let me know if it works now." data-section-index="14">For me this works. But maybe you should look to whats the best solution.</section>
<section data-markdown-raw="
Let me know if it works now." data-section-index="14"></section>
<section data-markdown-raw="
Let me know if it works now." data-section-index="14">We don't like to have a local version with alterations. Would be nice if this gets fixed.</section>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>Jorre</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/wpdiscuz_init-not-triggered/</guid>
                    </item>
				                    <item>
                        <title>Subscription Manager 7.0.9 will not update.</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/subscription-manager-7-0-9-will-not-update/</link>
                        <pubDate>Thu, 15 May 2025 16:32:56 +0000</pubDate>
                        <description><![CDATA[I just recently updated to Subscription Manager 7.0.6, and my WordPress site is telling me an update is available for 7.0.9, and no matter what I do, I get the error message &quot;An error occurr...]]></description>
                        <content:encoded><![CDATA[<p><span>I just recently updated to Subscription Manager 7.0.6, and my WordPress site is telling me an update is available for 7.0.9, and no matter what I do, I get the error message "An error occurred while updating wpDiscuz - Subscription Manager: <strong>Update package not available."</strong></span><strong> </strong><span>I have tried everything in previous posts.</span></p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>Don Wooldridge</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/subscription-manager-7-0-9-will-not-update/</guid>
                    </item>
				                    <item>
                        <title>Warnibg on Subscription Manager</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/warnibg-on-subscription-manager/</link>
                        <pubDate>Mon, 24 Feb 2025 12:59:57 +0000</pubDate>
                        <description><![CDATA[Can you help me ? I have some warning on my Subscription Manager Add on. 
Thank you for your answer.]]></description>
                        <content:encoded><![CDATA[<p>Can you help me ? I have some warning on my Subscription Manager Add on. </p>
<p>Thank you for your answer.</p>
7565
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>Renaud Perronnet</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/warnibg-on-subscription-manager/</guid>
                    </item>
				                    <item>
                        <title>Manually subscribe user</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/manually-subscribe-user/</link>
                        <pubDate>Wed, 16 Aug 2023 15:25:13 +0000</pubDate>
                        <description><![CDATA[I found an answer to my question searching the forum but post is 5 years old. I will ask again:
I am using The Events Calendar Pro with an RSVP add-on. I would like all Members that have RS...]]></description>
                        <content:encoded><![CDATA[<p>I found an answer to my question searching the forum but post is 5 years old. I will ask again:</p>
<p>I am using The Events Calendar Pro with an RSVP add-on. I would like all Members that have RSVPed to an event receive comment/message notifications without waiting for member to subscribe to comments. Is it possible to add member email to subscription list? (They have already opted in to receive event-related emails)</p>
<p>If not I do have a "switch to user" plugin that allow me to do it as the Member, but wondering if you have another solution.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>Dean Fields</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/manually-subscribe-user/</guid>
                    </item>
				                    <item>
                        <title>Subscription Fault error for most users</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/subscription-fault-error-for-most-users/</link>
                        <pubDate>Sun, 11 Dec 2022 23:18:18 +0000</pubDate>
                        <description><![CDATA[We suddenly started seeing the subscription fault error message. I&#039;ve tested it on Safari desktop &amp; iOS, Chrome and Firefox with the same result (all on Mac). I&#039;ve tried different email ...]]></description>
                        <content:encoded><![CDATA[<p>We suddenly started seeing the subscription fault error message. I've tested it on Safari desktop &amp; iOS, Chrome and Firefox with the same result (all on Mac). I've tried different email addresses as well and I made sure that the email addresses I used were not already subscribed in any way.</p>
<p>We are using WP SMTP through our gmail account and it is working just fine (tested and debug events are on and showing successful sends)</p>
<p>I know that previously this happens when someone is already subscribed to a topic but that is clearly not the case here. I double checked to be sure.</p>
<p>Any ideas?</p>
<p>If needed I can send you login info - just let me know.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>SiteBastion</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/subscription-fault-error-for-most-users/</guid>
                    </item>
				                    <item>
                        <title>Email notifications stopped working for some users</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/email-notifications-stopped-working-for-some-users/</link>
                        <pubDate>Thu, 05 May 2022 05:17:00 +0000</pubDate>
                        <description><![CDATA[Hello,
 
We have been informed by one of our users that they are no longer receiving email notifications for new post comments. They were receiving these in the past, but not any more. 
 ...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p> </p>
<p>We have been informed by one of our users that they are no longer receiving email notifications for new post comments. They were receiving these in the past, but not any more. </p>
<p> </p>
<p>Our Subscription Manager add-on recently expired due to the 1-year period being up, I've since purchased it again and reactivated. Could this have caused the issue?</p>
<p> </p>
<p>When I look up the user, I can see they are subscribed to 'Comment' and <strong><em>not</em></strong> 'Post' ... (I assume this means they get emails when someone replies to their comment, but not to new comments that aren't replies) </p>
<p> </p>
<p>Any ideas? Do I have to ask them to subscribe to '<em><strong>new follow-up comments</strong></em>' again?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>Patrick Elliott</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/email-notifications-stopped-working-for-some-users/</guid>
                    </item>
				                    <item>
                        <title>Subscription Manager Update Issue</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/subscription-manager-update-issue/</link>
                        <pubDate>Wed, 08 Sep 2021 12:53:47 +0000</pubDate>
                        <description><![CDATA[Hello, just finished the updates you sent through, all went fine except the Subscriptions Manager update.  I tried the update now option and it failed, so I went to the downloads and got the...]]></description>
                        <content:encoded><![CDATA[<p><span>Hello, just finished the updates you sent through, all went fine except the Subscriptions Manager update.  I tried the update now option and it failed, so I went to the downloads and got the updated file, ran it and it said it updated but I still get a notice that it needs to update?  I have attached a screenshot. </span></p>
<p> </p>
5684]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>canewsforum</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/subscription-manager-update-issue/</guid>
                    </item>
				                    <item>
                        <title>Format Problems</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/format-problems/</link>
                        <pubDate>Mon, 29 Mar 2021 14:22:25 +0000</pubDate>
                        <description><![CDATA[Hi There,
as you can see at the screenshot we have a tiny problem with the checkbox which is not left-aligned.
thnx for helping in advance
Nico]]></description>
                        <content:encoded><![CDATA[<p>Hi There,</p>
<p>as you can see at the screenshot we have a tiny problem with the checkbox which is not left-aligned.</p>
<p>thnx for helping in advance</p>
<p>Nico</p>
5316
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>Nick776</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/format-problems/</guid>
                    </item>
				                    <item>
                        <title>Export data about subscribers to comments</title>
                        <link>https://gvectors.com/forum/wpdiscuz-subscription-manager/export-data-about-subscribers-to-comments/</link>
                        <pubDate>Fri, 21 Aug 2020 09:15:42 +0000</pubDate>
                        <description><![CDATA[Is it possible to export data about subscribers to comments in .csv format?]]></description>
                        <content:encoded><![CDATA[<p><span style="font-size: 14pt">Is it possible to export data about subscribers to comments in .csv format?</span></p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/wpdiscuz-subscription-manager/">wpDiscuz Subscription Manager</category>                        <dc:creator>Jacek Rakoczy</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/wpdiscuz-subscription-manager/export-data-about-subscribers-to-comments/</guid>
                    </item>
							        </channel>
        </rss>
		