<?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>
									wpForo Support Forum - Recent Topics				            </title>
            <link>https://wpforo.com/community/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 21 Aug 2026 10:25:22 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Displaying &quot;Total Views&quot;</title>
                        <link>https://wpforo.com/community/general-discussions/displaying-total-views/</link>
                        <pubDate>Wed, 19 Aug 2026 15:14:48 +0000</pubDate>
                        <description><![CDATA[We would like to display Total Views at the bottom in the row along side of: Forums Topics Posts Online. Is that an option? (We are not referring to the column individual topic/thread views)...]]></description>
                        <content:encoded><![CDATA[<p>We would like to display Total Views at the bottom in the row along side of: Forums Topics Posts Online. Is that an option? (We are not referring to the column individual topic/thread views) but the total of all of them. </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>support</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/displaying-total-views/</guid>
                    </item>
				                    <item>
                        <title>Hardcoded 1000-file wipe in Cache::check() — please add a filter</title>
                        <link>https://wpforo.com/community/bug-reports-wpforo-3/hardcoded-1000-file-wipe-in-cachecheck-please-add-a-filter/</link>
                        <pubDate>Wed, 19 Aug 2026 14:02:22 +0000</pubDate>
                        <description><![CDATA[IssueOn a large, busy forum, wpForo’s file cache under {cache_dir}/item/post regularly exceeds 1000 files. Cache::check() then deletes every file in that directory on the same frontend reque...]]></description>
                        <content:encoded><![CDATA[<p class="ui-markdown__paragraph ui-z80ra4 ui-uu7i3w ui-1nhcn8o ui-j7cesy ui-13faqbe ui-14l7nz5 ui-zboxd6 ui-19d5a1n ui-bpgzfc"><strong><span class="font-semibold" data-streamdown="strong">Issue</span></strong><br />On a large, busy forum, wpForo’s file cache under<span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk">{cache_dir}/item/post</code><span> </span>regularly exceeds<span> </span><span class="font-semibold" data-streamdown="strong">1000 files</span>.<span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk">Cache::check()</code><span> </span>then deletes<span> </span><span class="font-semibold" data-streamdown="strong">every file in that directory</span><span> </span>on the same frontend request.</p>
<p class="ui-markdown__paragraph ui-z80ra4 ui-uu7i3w ui-1nhcn8o ui-j7cesy ui-13faqbe ui-14l7nz5 ui-zboxd6 ui-19d5a1n ui-bpgzfc">That runs from<span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk md-inline-variable-like">wp_footer</code><span> </span>→<span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk">WPF()-&gt;cache-&gt;create()</code><span> </span>when the template is<span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk">forum</code><span> </span>(forum index). After the wipe, traffic rebuilds the files, the folder hits 1000 again, and the wipe repeats (for us, every few minutes). PHP CPU spikes and the cache is not useful.</p>
<p class="ui-markdown__paragraph ui-z80ra4 ui-uu7i3w ui-1nhcn8o ui-j7cesy ui-13faqbe ui-14l7nz5 ui-zboxd6 ui-19d5a1n ui-bpgzfc">We have thousands of posts. Each cached post is its own file (<code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk">{postid}_{locale}</code>). A 1000-file cap is far below our working set. There is no setting or filter to change it.</p>
<p class="ui-markdown__paragraph ui-z80ra4 ui-uu7i3w ui-1nhcn8o ui-j7cesy ui-13faqbe ui-14l7nz5 ui-zboxd6 ui-19d5a1n ui-bpgzfc">This is still present in<span> </span><span class="font-semibold" data-streamdown="strong">3.1.5</span>.<span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk ui-s2xxs2 ui-7pq1vu ui-6tor67 ui-1ypdohk ui-l1v4ol ui-1sur9pj md-clickable-code md-inline-path-filename-like" role="button"><span class="ui-markdown__inline-path-prefix ui-1heor9g md-inline-path-prefix">classes/</span><span class="ui-markdown__inline-path-filename ui-1heor9g md-inline-path-filename">Cache.php</span></code><span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk">check()</code>:</p>
<div class="composer-message-codeblock">
<div class="ui-code-block ui-1n2onr6 ui-1j66ri5 ui-14l7nz5 ui-1yf7rl7 ui-t4zf8z ui-zboxd6 ui-j3b58b ui-1vb4fzf ui-14gibnr ui-10a2chs ui-1u51yxl ui-178xt8z ui-13fuv20 ui-1aeic0j ui-s1s249 ui-32b0ac ui-141kqco ui-so031l ui-1q0q8m5 ui-17fyfba ui-e0pwq ui-19ypqd9 ui-1arpupx ui-6ikm8r ui-10wlt62 ui-1ua6jya ui-1k89b3v ui-8nuxf3">
<div class="ui-code-block-content ui-1n2onr6">
<div class="ui-scroll-area ui-1ekbvf6 ui-1logqu4 ui-1fx8caa ui-8ddqcf ui-1n2onr6 ui-6ikm8r ui-10wlt62 ui-rvj5dj ui-ypqxfk" data-scroll-padding="4" data-visibility="hover" data-direction="horizontal">
<div class="ui-scroll-area__viewport ui-175mniq ui-2lwn1j ui-mz0i5r ui-1pjcqnp ui-1rohswg ui-6ehuon ui-fk6m8 ui-w2csxc ui-10wlt62 ui-k8sdt9 ui-1duton ui-101ixbw ui-exgr1p ui-7p5m3t ui-y5w88m" data-native-scrollbar="none">
<div class="ui-scroll-area__content ui-9f619 ui-1us19tq ui-78zum5 ui-g7h5cd ui-1q0g3np ui-ezivpi ui-gqtt45 ui-1x1rfll">
<div class="ui-default-code ui-1wm8ruf ui-1lfj9qp ui-1ja60sm ui-1ua6jya ui-1m21r4p ui-cj37ws ui-13r5tfd ui-uve7l6 ui-1xpa7k ui-1rgtt3y ui-1uhho1l ui-o9w7m5 ui-17ewauw ui-1vakzcb ui-105xmc4 ui-1nsav61 ui-1jxofbz ui-947h55 ui-ta7kcf ui-1iagb1a ui-ez8t0j ui-i2wo5x ui-1iq2d2k ui-1qoclnz ui-k609h7 ui-1rqnq8e ui-19gwdp1 ui-1yfyyyg ui-1apie5d ui-dcvkk1 ui-code-block-default-code">
<div class="ui-1pshirs ui-awy1a7">
<div class="ui-78zum5 ui-10fesj9">
<div class="ui-default-code__line-content ui-98rzlu ui-1sdyfia ui-b3r6kr ui-lyipyv ui-wp9v23 ui-lgbajd ui-16b7oty ui-1n2onr6">
<pre contenteditable="false">if ( $filecount &gt; 1000 ) {
$this-&gt;clean_files( $directory );
}</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="ui-markdown__paragraph ui-z80ra4 ui-uu7i3w ui-1nhcn8o ui-j7cesy ui-13faqbe ui-14l7nz5 ui-zboxd6 ui-19d5a1n ui-bpgzfc">Page cache (WP Rocket etc.) is not in use on the forum; this is only wpForo’s on-disk cache.</p>
<p class="ui-markdown__paragraph ui-z80ra4 ui-uu7i3w ui-1nhcn8o ui-j7cesy ui-13faqbe ui-14l7nz5 ui-zboxd6 ui-19d5a1n ui-bpgzfc"><strong><span class="font-semibold" data-streamdown="strong">Request</span></strong><br />Please make the limit filterable, default<span> </span><span class="font-semibold" data-streamdown="strong">1000</span>, pass<span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk">$directory</code>, and treat<span> </span><span class="font-semibold" data-streamdown="strong">0 as never wipe</span>:</p>
<div class="composer-message-codeblock">
<div class="ui-code-block ui-1n2onr6 ui-1j66ri5 ui-14l7nz5 ui-1yf7rl7 ui-t4zf8z ui-zboxd6 ui-j3b58b ui-1vb4fzf ui-14gibnr ui-10a2chs ui-1u51yxl ui-178xt8z ui-13fuv20 ui-1aeic0j ui-s1s249 ui-32b0ac ui-141kqco ui-so031l ui-1q0q8m5 ui-17fyfba ui-e0pwq ui-19ypqd9 ui-1arpupx ui-6ikm8r ui-10wlt62 ui-1ua6jya ui-1k89b3v ui-8nuxf3">
<div class="ui-code-block-content ui-1n2onr6">
<div class="ui-scroll-area ui-1ekbvf6 ui-1logqu4 ui-1fx8caa ui-8ddqcf ui-1n2onr6 ui-6ikm8r ui-10wlt62 ui-rvj5dj ui-ypqxfk" data-scroll-padding="4" data-visibility="hover" data-direction="horizontal">
<div class="ui-scroll-area__viewport ui-175mniq ui-2lwn1j ui-mz0i5r ui-1pjcqnp ui-1rohswg ui-6ehuon ui-fk6m8 ui-w2csxc ui-10wlt62 ui-k8sdt9 ui-1duton ui-101ixbw ui-exgr1p ui-7p5m3t ui-y5w88m" data-native-scrollbar="none">
<div class="ui-scroll-area__content ui-9f619 ui-1us19tq ui-78zum5 ui-g7h5cd ui-1q0g3np ui-ezivpi ui-gqtt45 ui-1x1rfll">
<div class="ui-default-code ui-1wm8ruf ui-1lfj9qp ui-1ja60sm ui-1ua6jya ui-1m21r4p ui-cj37ws ui-13r5tfd ui-uve7l6 ui-1xpa7k ui-1rgtt3y ui-1uhho1l ui-o9w7m5 ui-17ewauw ui-1vakzcb ui-105xmc4 ui-1nsav61 ui-1jxofbz ui-947h55 ui-ta7kcf ui-1iagb1a ui-ez8t0j ui-i2wo5x ui-1iq2d2k ui-1qoclnz ui-k609h7 ui-1rqnq8e ui-19gwdp1 ui-1yfyyyg ui-1apie5d ui-dcvkk1 ui-code-block-default-code">
<div class="ui-1pshirs ui-awy1a7">
<div class="ui-78zum5 ui-10fesj9">
<div class="ui-default-code__line-content ui-98rzlu ui-1sdyfia ui-b3r6kr ui-lyipyv ui-wp9v23 ui-lgbajd ui-16b7oty ui-1n2onr6">
<pre contenteditable="false">$max = (int) apply_filters( 'wpforo_cache_dir_max_files', 1000, $directory );
if ( $max &gt; 0 &amp;&amp; $filecount &gt; $max ) {
$this-&gt;clean_files( $directory );
}</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<p class="ui-markdown__paragraph ui-z80ra4 ui-uu7i3w ui-1nhcn8o ui-j7cesy ui-13faqbe ui-14l7nz5 ui-zboxd6 ui-19d5a1n ui-bpgzfc">That stays backward compatible. Large forums can raise the cap or disable the wipe without forking the plugin.</p>
<p class="ui-markdown__paragraph ui-z80ra4 ui-uu7i3w ui-1nhcn8o ui-j7cesy ui-13faqbe ui-14l7nz5 ui-zboxd6 ui-19d5a1n ui-bpgzfc"><strong><span class="font-semibold" data-streamdown="strong">Optional follow-up</span></strong><br />Counting the directory with<span> </span><code class="ui-markdown__inline-code ui-rtu7ee ui-1i9v5mb ui-1hhlpkd ui-6lrnw6 ui-115g5cq ui-odjx36 ui-1wd3ewq ui-hayvgc ui-eb7xqv ui-15bjb6t ui-1lldw8n ui-1mzt3pk">FilesystemIterator</code><span> </span>on<span> </span><span class="font-semibold" data-streamdown="strong">every</span><span> </span>forum-index request is expensive once the folder is large, even if you never delete. A throttle (e.g. at most once per N minutes) would help. Full-directory unlink is also harsh vs deleting oldest files; the filter is the minimum we need please.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>sc89me</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/bug-reports-wpforo-3/hardcoded-1000-file-wipe-in-cachecheck-please-add-a-filter/</guid>
                    </item>
				                    <item>
                        <title>Placement des images</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/placement-des-images/</link>
                        <pubDate>Tue, 18 Aug 2026 17:13:07 +0000</pubDate>
                        <description><![CDATA[BonjourQuelle solution pour placer les images ou photos en haut des posts ?]]></description>
                        <content:encoded><![CDATA[<p>Bonjour<br />Quelle solution pour placer les images ou photos en haut des posts ?</p>
119]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>jean-marie</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/placement-des-images/</guid>
                    </item>
				                    <item>
                        <title>Auto Login user by using wpforo signin page</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/auto-login-user-by-using-wpforo-signin-page/</link>
                        <pubDate>Sun, 16 Aug 2026 10:24:26 +0000</pubDate>
                        <description><![CDATA[Hello,
I changed from wp-login form to the wpforo signin page. Somehow now my header popup/modal login stopped working. It is passing the credentials via php post to the page. It looks like...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>I changed from wp-login form to the wpforo signin page. Somehow now my header popup/modal login stopped working. It is passing the credentials via php post to the page. It looks like the wpforo login page does not work with provided credentialds. Any idea how this could be fixed? If i switch back to wordpress login logic it is logging me in.</p>
<p>&nbsp;</p>
<p>Thank you</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>domi1984</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/auto-login-user-by-using-wpforo-signin-page/</guid>
                    </item>
				                    <item>
                        <title>Recent Topics Widget</title>
                        <link>https://wpforo.com/community/general-discussions/recent-topics-widget-2/</link>
                        <pubDate>Fri, 14 Aug 2026 23:22:24 +0000</pubDate>
                        <description><![CDATA[Hello,
Before I upgrade to the new version, I just want to make 100% sure: 
Can you please confirm that the &quot;Recent Topics Widget&quot; in the new version STILL includes the option of &quot;RANDOM&quot;?...]]></description>
                        <content:encoded><![CDATA[<p>Hello,</p>
<p>Before I upgrade to the new version, I just want to make 100% sure: </p>
<p>Can you please <em><strong>confirm</strong></em> that the "Recent Topics Widget" in the new version STILL includes the option of "RANDOM"? <br /><br />Many thanks,</p>
<p>Lucky</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>Lucky</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/recent-topics-widget-2/</guid>
                    </item>
				                    <item>
                        <title>Forum Only Showing an Under Construction Page</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/forum-only-showing-an-under-construction-page/</link>
                        <pubDate>Tue, 11 Aug 2026 16:15:38 +0000</pubDate>
                        <description><![CDATA[When I go to the forum link on the backend, everything is there and working perfectly, but on the public side, all I get is an under-construction page. I have turned that option on and off i...]]></description>
                        <content:encoded><![CDATA[<p>When I go to the forum link on the backend, everything is there and working perfectly, but on the public side, all I get is an under-construction page. I have turned that option on and off in the settings multiple times, but no change. Any suggestions?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>mccullek</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-wpforo-3/forum-only-showing-an-under-construction-page/</guid>
                    </item>
				                    <item>
                        <title>How can I disable profile editing in wpForo?</title>
                        <link>https://wpforo.com/community/general-discussions/how-can-i-disable-profile-editing-in-wpforo/</link>
                        <pubDate>Sun, 09 Aug 2026 05:04:16 +0000</pubDate>
                        <description><![CDATA[Hello,
I am using PeepSo for user profiles on my website, so I do not need the profile editing functionality provided by wpForo.
I would like users to use PeepSo exclusively for their prof...]]></description>
                        <content:encoded><![CDATA[<p class="p1">Hello,</p>
<p class="p1">I am using <span class="s1">PeepSo</span> for user profiles on my website, so I do not need the profile editing functionality provided by wpForo.</p>
<p class="p1">I would like users to use <span class="s1">PeepSo exclusively for their profile and account information</span>. Therefore, I would like to completely disable or hide the profile editing options in wpForo.</p>
<p class="p2">Is there a setting in wpForo to disable the following options?</p>
<ul>
<li><span class="s1">Edit Account Information</span></li>
<li><span class="s1">Edit User in Dashboard</span></li>
<li>Any other profile/account editing options provided by wpForo</li>
</ul>
<p class="p1">I would like to keep the wpForo user profiles themselves functional, but users should <span class="s1">not be able to edit their profile information through wpForo</span>.</p>
<p class="p1">Is there a recommended setting, hook or filter for this?</p>
<p class="p1">Thank you!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>KV1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/how-can-i-disable-profile-editing-in-wpforo/</guid>
                    </item>
				                    <item>
                        <title>How can I mark all new posts as read at once?</title>
                        <link>https://wpforo.com/community/general-discussions/how-can-i-mark-all-new-posts-as-read-at-once/</link>
                        <pubDate>Sun, 09 Aug 2026 05:02:37 +0000</pubDate>
                        <description><![CDATA[Hello,
I would like to know if there is a way for a user to mark all new/unread posts in the forum as read at once.
Currently, users can mark individual topics/posts as read, but I would l...]]></description>
                        <content:encoded><![CDATA[<p class="p1">Hello,</p>
<p class="p1">I would like to know if there is a way for a user to <span class="s1">mark all new/unread posts in the forum as read at once</span>.</p>
<p class="p1">Currently, users can mark individual topics/posts as read, but I would like to have an option such as <span class="s1">“Mark all as read”</span>, so that all currently unread content is marked as read with one click.</p>
<p class="p1">Is this feature available in wpForo? If so, where can I enable it?</p>
<p class="p1">If there is no built-in option, is there a recommended way to add this functionality?</p>
<p class="p1">Thank you!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>KV1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/how-can-i-mark-all-new-posts-as-read-at-once/</guid>
                    </item>
				                    <item>
                        <title>How can I completely disable all email notifications to users?</title>
                        <link>https://wpforo.com/community/general-discussions/how-can-i-completely-disable-all-email-notifications-to-users/</link>
                        <pubDate>Sun, 09 Aug 2026 05:00:55 +0000</pubDate>
                        <description><![CDATA[Hello,
I would like to completely disable all email notifications sent by wpForo to regular users.
My goal is that users do not receive any emails from wpForo, including:

New posts in s...]]></description>
                        <content:encoded><![CDATA[<p class="p1">Hello,</p>
<p class="p1">I would like to completely disable <span class="s1">all email notifications sent by wpForo to regular users</span>.</p>
<p class="p2">My goal is that users <span class="s1">do not receive any emails from wpForo</span>, including:</p>
<ul>
<li>New posts in subscribed topics</li>
<li>New topics in subscribed forums</li>
<li>User mentions (@username)</li>
<li>User following notifications</li>
<li>Any other forum subscription or notification emails</li>
</ul>
<p class="p2">I have already disabled the following options under <span class="s1">Email Settings</span>:</p>
<ul>
<li>Notify Admins via Email on New Topic → No</li>
<li>Notify Admins via Email on New Post → No</li>
</ul>
<p class="p1">However, these settings only affect administrators.</p>
<p class="p1">I also checked <span class="s1">Subscriptions &amp; Mentioning</span>, but I cannot find an option to completely disable email notifications for regular users.</p>
<p class="p4">Is there a setting or recommended method to completely disable all wpForo emails to users while keeping the forum itself fully functional?</p>
<p class="p1">I am using the latest version of wpForo.</p>
<p class="p1">Thank you!</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>KV1</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/general-discussions/how-can-i-completely-disable-all-email-notifications-to-users/</guid>
                    </item>
				                    <item>
                        <title>Gazal/is</title>
                        <link>https://wpforo.com/community/wpforo-showcase/gazal-is/</link>
                        <pubDate>Sat, 08 Aug 2026 23:36:46 +0000</pubDate>
                        <description><![CDATA[Hi,
It has been 3 years since I had this community (Gazal/is). I have had no member talking about graphic design, photography and art. What does it look like to you guys?
&nbsp;
Thanks]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>It has been 3 years since I had this <a title="gazal/is" href="https://gazalis.xyz/community/" target="_blank" rel="noopener">community</a> (Gazal/is). I have had no member talking about graphic design, photography and art. What does it look like to you guys?</p>
<p>&nbsp;</p>
<p>Thanks</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/"></category>                        <dc:creator>gazalis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/wpforo-showcase/gazal-is/</guid>
                    </item>
							        </channel>
        </rss>
		