<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[ougcNetwork - FAQs]]></title>
		<link>https://community.ougc.network/</link>
		<description><![CDATA[ougcNetwork - https://community.ougc.network]]></description>
		<pubDate>Wed, 24 Jun 2026 09:07:19 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Use Template Conditionals to build user's display name directly from templates]]></title>
			<link>https://community.ougc.network/entry?use-template-conditionals-to-build-user-s-display-name-directly-from-templates</link>
			<pubDate>Sun, 23 Mar 2025 14:18:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?use-template-conditionals-to-build-user-s-display-name-directly-from-templates</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do users embed contracts in Threads ?]]></title>
			<link>https://community.ougc.network/entry?how-do-users-embed-contracts-in-threads</link>
			<pubDate>Wed, 23 Nov 2022 08:23:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?how-do-users-embed-contracts-in-threads</guid>
			<description><![CDATA[<p>For this feature to work the first step is to enable the <code>Allowed Forums</code> setting. Users will only be able to attach their contracts to their threads if this setting is enabled.</p>
<p>Users must input the Thread ID or URL in the <code>Thread</code> field while filling the <span style="font-style: italic;" class="mycode_i">New Contract</span> form. Since editing or updating contracts is not possible, this feature only works when creating new contracts.</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=67" target="_blank" title="" class="attachment__link">ougccontractsystem05.png</a>
    <span class="attachment__data">(Size: 76.74 KB / Downloads: 414)</span>
    </div></div></p>
<p>Users are only allowed to attach one contract per thread and only to their own threads.</p>
<p>To customize the display of contracts in threads, you need to place the <code>{&#36;post['ougc_contract_system']}</code> variable inside the <code>postbit</code> and <code>postbit_classic</code> templates. You can also adapt the contents of both the <code>ougccontractsystem_postbit</code> and <code>ougcfeedback_postbit_button</code> templates to fit your design structure.</p>
]]></description>
			<content:encoded><![CDATA[<p>For this feature to work the first step is to enable the <code>Allowed Forums</code> setting. Users will only be able to attach their contracts to their threads if this setting is enabled.</p>
<p>Users must input the Thread ID or URL in the <code>Thread</code> field while filling the <span style="font-style: italic;" class="mycode_i">New Contract</span> form. Since editing or updating contracts is not possible, this feature only works when creating new contracts.</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=67" target="_blank" title="" class="attachment__link">ougccontractsystem05.png</a>
    <span class="attachment__data">(Size: 76.74 KB / Downloads: 414)</span>
    </div></div></p>
<p>Users are only allowed to attach one contract per thread and only to their own threads.</p>
<p>To customize the display of contracts in threads, you need to place the <code>{&#36;post['ougc_contract_system']}</code> variable inside the <code>postbit</code> and <code>postbit_classic</code> templates. You can also adapt the contents of both the <code>ougccontractsystem_postbit</code> and <code>ougcfeedback_postbit_button</code> templates to fit your design structure.</p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do users embed contracts in Private Messages ?]]></title>
			<link>https://community.ougc.network/entry?how-do-users-embed-contracts-in-private-messages</link>
			<pubDate>Wed, 23 Nov 2022 08:06:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?how-do-users-embed-contracts-in-private-messages</guid>
			<description><![CDATA[<p>Users that had created contracts are able to embed them in Private Messages (PMs).</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=65" target="_blank" title="" class="attachment__link">ougccontractsystem10.png</a>
    <span class="attachment__data">(Size: 52.41 KB / Downloads: 398)</span>
    </div></div></p>
<p>To be able to embed contracts, both the sender and recipient of the PM have to match the <span style="font-style: italic;" class="mycode_i">Owner</span> and <span style="font-style: italic;" class="mycode_i">Vendor</span> of the contract.</p>
<p>The MyCode to embed contracts in PMs is the following :</p>
<p><code>[contract]n[/contract]</code></p>
<p>Where <code>n</code> is the Contract ID, which should be visible in the contracts list found in the contracts page in the User Control Panel (UCP).</p>
<p>This will work in both the core PM system as well as in the <a href="https://community.mybb.com/thread-225144.html" target="_blank" rel="noopener" class="mycode_url">Symposium</a> plugin.</p>
]]></description>
			<content:encoded><![CDATA[<p>Users that had created contracts are able to embed them in Private Messages (PMs).</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=65" target="_blank" title="" class="attachment__link">ougccontractsystem10.png</a>
    <span class="attachment__data">(Size: 52.41 KB / Downloads: 398)</span>
    </div></div></p>
<p>To be able to embed contracts, both the sender and recipient of the PM have to match the <span style="font-style: italic;" class="mycode_i">Owner</span> and <span style="font-style: italic;" class="mycode_i">Vendor</span> of the contract.</p>
<p>The MyCode to embed contracts in PMs is the following :</p>
<p><code>[contract]n[/contract]</code></p>
<p>Where <code>n</code> is the Contract ID, which should be visible in the contracts list found in the contracts page in the User Control Panel (UCP).</p>
<p>This will work in both the core PM system as well as in the <a href="https://community.mybb.com/thread-225144.html" target="_blank" rel="noopener" class="mycode_url">Symposium</a> plugin.</p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to display the average feedback for users in posts.]]></title>
			<link>https://community.ougc.network/entry?how-to-display-the-average-feedback-for-users-in-posts</link>
			<pubDate>Thu, 02 Sep 2021 23:03:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?how-to-display-the-average-feedback-for-users-in-posts</guid>
			<description><![CDATA[<p>By default the variable <code>{&#36;post['ougc_feedback_average']}</code> can be used to display the user feedback average stat in posts. This variable isn’t inserted by default, thus is only present for custom usage.</p>
<p>You should be able to paste this variable inside the <code>ougcfeedback_postbit</code>, <code>postibt</code>, and <code>postbit_classic</code> templates.</p>
<p>If used inside the <code>ougcfeedback_postbit</code> template, then the average value should be appended to the <code>{&#36;post['ougc_feedback']}</code> variable, this last variable in turn replaces <code>&amp;lt;!--OUGC_FEEDBACK--&amp;gt;</code> inside the <code>postbit_author_user</code> template and can be used in both the <code>postbit</code> and <code>postbit_classic</code> templates ( default ).</p>
<p><span style="font-weight: bold;" class="mycode_b">A recommended setup</span> would be to use the <code>{&#36;post['ougc_feedback_average']}</code> variable only inside the <code>ougcfeedback_postbit</code> template. *</p>
<p>To edit the output of the <code>{&#36;post['ougc_feedback_average']}</code> variable you would need to edit the <code>ougcfeedback_postbit_average</code> template itself.</p>
<p>The <code>&#36;stats</code> array variable can be used inside the <code>ougcfeedback_postbit_average</code> template to display additional or other data than the average stat. A list of all stats variables follow : **<ul class="mycode_list"><li>[<em>]<code>{&#36;stats['total']}</code> to display the total amount of feedback,<br />
[</em>]<code>{&#36;stats['positive']}</code> to display the amount of positive feedback,<br />
[<em>]<code>{&#36;stats['neutral']}</code> to display the amount of neutral feedback,<br />
[</em>]<code>{&#36;stats['negative']}</code> to display the amount of negative feedback,<br />
[<em>]<code>{&#36;stats['positive_percent']}</code> to display the percentage of positive feedback relative to the total,<br />
[</em>]<code>{&#36;stats['neutral_percent']}</code> to display the percentage of neutral feedback relative to the total,<br />
[<em>]<code>{&#36;stats['negative_percent']}</code> to display the percentage of negative feedback relative to the total,<br />
[</em>]<code>{&#36;stats['positive_users']}</code> to display the amount of unique users that gave positive feedback,<br />
[<em>]<code>{&#36;stats['neutral_users']}</code> to display the amount of unique users that gave neutral feedback, and<br />
[</em>]<code>{&#36;stats['negative_users']}</code> to display the amount of unique users that gave negative feedback.<br />
</li>
</ul>
</p>
<p><span style="font-size: small;" class="mycode_size">* Please note that the value for the <code>{&#36;post['ougc_feedback_average']}</code> variable will be updated by Ajax actions only if used inside the <code>ougcfeedback_postbit</code> template.  Specifically only if inside the tag with class value of <code>ougcfeedback_info_{&#36;post['uid']}</code>.</span><br />
<span style="font-size: small;" class="mycode_size">** Please note that the <code>{&#36;class}</code> variable only matches the value of the <code>{&#36;average}</code> variable.</span><br />
<span style="font-size: small;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">*** Please note that the rendering of this feature is dependent on both the <code>Show In Posts</code> and <code>Show In Forums</code> settings.</span></span></p>
]]></description>
			<content:encoded><![CDATA[<p>By default the variable <code>{&#36;post['ougc_feedback_average']}</code> can be used to display the user feedback average stat in posts. This variable isn’t inserted by default, thus is only present for custom usage.</p>
<p>You should be able to paste this variable inside the <code>ougcfeedback_postbit</code>, <code>postibt</code>, and <code>postbit_classic</code> templates.</p>
<p>If used inside the <code>ougcfeedback_postbit</code> template, then the average value should be appended to the <code>{&#36;post['ougc_feedback']}</code> variable, this last variable in turn replaces <code>&amp;lt;!--OUGC_FEEDBACK--&amp;gt;</code> inside the <code>postbit_author_user</code> template and can be used in both the <code>postbit</code> and <code>postbit_classic</code> templates ( default ).</p>
<p><span style="font-weight: bold;" class="mycode_b">A recommended setup</span> would be to use the <code>{&#36;post['ougc_feedback_average']}</code> variable only inside the <code>ougcfeedback_postbit</code> template. *</p>
<p>To edit the output of the <code>{&#36;post['ougc_feedback_average']}</code> variable you would need to edit the <code>ougcfeedback_postbit_average</code> template itself.</p>
<p>The <code>&#36;stats</code> array variable can be used inside the <code>ougcfeedback_postbit_average</code> template to display additional or other data than the average stat. A list of all stats variables follow : **<ul class="mycode_list"><li>[<em>]<code>{&#36;stats['total']}</code> to display the total amount of feedback,<br />
[</em>]<code>{&#36;stats['positive']}</code> to display the amount of positive feedback,<br />
[<em>]<code>{&#36;stats['neutral']}</code> to display the amount of neutral feedback,<br />
[</em>]<code>{&#36;stats['negative']}</code> to display the amount of negative feedback,<br />
[<em>]<code>{&#36;stats['positive_percent']}</code> to display the percentage of positive feedback relative to the total,<br />
[</em>]<code>{&#36;stats['neutral_percent']}</code> to display the percentage of neutral feedback relative to the total,<br />
[<em>]<code>{&#36;stats['negative_percent']}</code> to display the percentage of negative feedback relative to the total,<br />
[</em>]<code>{&#36;stats['positive_users']}</code> to display the amount of unique users that gave positive feedback,<br />
[<em>]<code>{&#36;stats['neutral_users']}</code> to display the amount of unique users that gave neutral feedback, and<br />
[</em>]<code>{&#36;stats['negative_users']}</code> to display the amount of unique users that gave negative feedback.<br />
</li>
</ul>
</p>
<p><span style="font-size: small;" class="mycode_size">* Please note that the value for the <code>{&#36;post['ougc_feedback_average']}</code> variable will be updated by Ajax actions only if used inside the <code>ougcfeedback_postbit</code> template.  Specifically only if inside the tag with class value of <code>ougcfeedback_info_{&#36;post['uid']}</code>.</span><br />
<span style="font-size: small;" class="mycode_size">** Please note that the <code>{&#36;class}</code> variable only matches the value of the <code>{&#36;average}</code> variable.</span><br />
<span style="font-size: small;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">*** Please note that the rendering of this feature is dependent on both the <code>Show In Posts</code> and <code>Show In Forums</code> settings.</span></span></p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What is my application OAuth2 Redirect URL ?]]></title>
			<link>https://community.ougc.network/entry?what-is-my-application-oauth2-redirect-url</link>
			<pubDate>Thu, 12 Aug 2021 08:22:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?what-is-my-application-oauth2-redirect-url</guid>
			<description><![CDATA[<p>When configuring your application OAuth2 settings you must specify at least one URI for authentication to work.</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=63" target="_blank" title="" class="attachment__link">oauth2uri.jpg</a>
    <span class="attachment__data">(Size: 18.94 KB / Downloads: 510)</span>
    </div></div></p>
<p>The URL for this setting should be similar to the following:<br />
<div class="codeblock">
    <div class="codeblock__title">Code:</div>
    <div class="codeblock__body" dir="ltr">
        <code>https://localhost/xmlhttp.php?action=ougc_discord_connect</code><br />
    </div>
</div>
</p>
<p>Where <code>localhost</code> is your forum URL (including domain, subdomain, or sub directory). Some examples are found below:<br />
<div class="codeblock">
    <div class="codeblock__title">Code:</div>
    <div class="codeblock__body" dir="ltr">
        <code>https://domain.com/xmlhttp.php?action=ougc_discord_connect<br />
https://forum.domain.com/xmlhttp.php?action=ougc_discord_connect<br />
https://domain.com/forum/xmlhttp.php?action=ougc_discord_connect<br />
https://sub.domain.com/forum/xmlhttp.php?action=ougc_discord_connect</code><br />
    </div>
</div>
</p>
<p>Additional URIs are not required for this plugin.</p>
]]></description>
			<content:encoded><![CDATA[<p>When configuring your application OAuth2 settings you must specify at least one URI for authentication to work.</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=63" target="_blank" title="" class="attachment__link">oauth2uri.jpg</a>
    <span class="attachment__data">(Size: 18.94 KB / Downloads: 510)</span>
    </div></div></p>
<p>The URL for this setting should be similar to the following:<br />
<div class="codeblock">
    <div class="codeblock__title">Code:</div>
    <div class="codeblock__body" dir="ltr">
        <code>https://localhost/xmlhttp.php?action=ougc_discord_connect</code><br />
    </div>
</div>
</p>
<p>Where <code>localhost</code> is your forum URL (including domain, subdomain, or sub directory). Some examples are found below:<br />
<div class="codeblock">
    <div class="codeblock__title">Code:</div>
    <div class="codeblock__body" dir="ltr">
        <code>https://domain.com/xmlhttp.php?action=ougc_discord_connect<br />
https://forum.domain.com/xmlhttp.php?action=ougc_discord_connect<br />
https://domain.com/forum/xmlhttp.php?action=ougc_discord_connect<br />
https://sub.domain.com/forum/xmlhttp.php?action=ougc_discord_connect</code><br />
    </div>
</div>
</p>
<p>Additional URIs are not required for this plugin.</p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to configure the plugin settings?]]></title>
			<link>https://community.ougc.network/entry?how-to-configure-the-plugin-settings</link>
			<pubDate>Thu, 12 Aug 2021 08:05:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?how-to-configure-the-plugin-settings</guid>
			<description><![CDATA[<p>There are at least five settings required for all plugin features to work properly, which will be listed and additional information regarding their configuration below.</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=60" target="_blank" title="" class="attachment__link">settings.jpg</a>
    <span class="attachment__data">(Size: 27.52 KB / Downloads: 523)</span>
    </div></div></p>
<p><ul class="mycode_list"><li>[<em>]<span style="font-weight: bold;" class="mycode_b">Aplication Client ID</span> and <span style="font-weight: bold;" class="mycode_b">Aplication Client Secret</span><br />
The values for these both settings are found under the same page.<ul class="mycode_list"><li>[</em>]Go to the applications page in Discord Developer Portal. <a href="https://discord.com/developers/applications" target="_blank" rel="noopener" class="mycode_url"><code>https://discord.com/developers/applications</code></a><br />
[<em>]Your application <code>Client ID</code> and <code>Client Secret</code> can be found in the <code>OAuth2</code> section of your application page.<br />
[</em>]If you regenerate your <code>Client Secret</code>, the plugin settings have to be updated as well.<br />
</li>
</ul>
<div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=61" target="_blank" title="" class="attachment__link">oauth2.jpg</a>
    <span class="attachment__data">(Size: 32.09 KB / Downloads: 534)</span>
    </div></div>
[<em>]<span style="font-weight: bold;" class="mycode_b">Oauth2 Scopes</span><br />
The minimum scope requirements and default value for this setting is: <code>identify guilds.join</code><br />
[</em>]<span style="font-weight: bold;" class="mycode_b">Application Bot Token</span><ul class="mycode_list"><li>[<em>]Go to the applications page in Discord Developer Portal. <a href="https://discord.com/developers/applications" target="_blank" rel="noopener" class="mycode_url"><code>https://discord.com/developers/applications</code></a><br />
[</em>]Your application Bot <code>Token</code> can be found in the <code>Bot</code> section of your application page under the <code>Username</code> setting.<br />
[<em>]If you regenerate your Bot <code>Token</code>, the plugin settings have to be updated as well.<br />
</li>
</ul>
<div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=62" target="_blank" title="" class="attachment__link">bottoken.jpg</a>
    <span class="attachment__data">(Size: 32.04 KB / Downloads: 519)</span>
    </div></div>
[</em>]<span style="font-weight: bold;" class="mycode_b">Guild ID</span><br />
To get your Guild ID, go to your Guild (Server), right click over the Guild name and you should get a menu. The <code>Copy ID</code> menu item should copy the Guild ID to your keyboard. The Guild ID is usually a set number of 18 digits.<br />
<div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=59" target="_blank" title="" class="attachment__link">guildID.jpg</a>
    <span class="attachment__data">(Size: 14.49 KB / Downloads: 490)</span>
    </div></div>
</li>
</ul>
</p>
<p>These are the essential settings required for the plugin features to properly work.</p>
<p>Configure additional settings to fit your board requirements.</p>
]]></description>
			<content:encoded><![CDATA[<p>There are at least five settings required for all plugin features to work properly, which will be listed and additional information regarding their configuration below.</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=60" target="_blank" title="" class="attachment__link">settings.jpg</a>
    <span class="attachment__data">(Size: 27.52 KB / Downloads: 523)</span>
    </div></div></p>
<p><ul class="mycode_list"><li>[<em>]<span style="font-weight: bold;" class="mycode_b">Aplication Client ID</span> and <span style="font-weight: bold;" class="mycode_b">Aplication Client Secret</span><br />
The values for these both settings are found under the same page.<ul class="mycode_list"><li>[</em>]Go to the applications page in Discord Developer Portal. <a href="https://discord.com/developers/applications" target="_blank" rel="noopener" class="mycode_url"><code>https://discord.com/developers/applications</code></a><br />
[<em>]Your application <code>Client ID</code> and <code>Client Secret</code> can be found in the <code>OAuth2</code> section of your application page.<br />
[</em>]If you regenerate your <code>Client Secret</code>, the plugin settings have to be updated as well.<br />
</li>
</ul>
<div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=61" target="_blank" title="" class="attachment__link">oauth2.jpg</a>
    <span class="attachment__data">(Size: 32.09 KB / Downloads: 534)</span>
    </div></div>
[<em>]<span style="font-weight: bold;" class="mycode_b">Oauth2 Scopes</span><br />
The minimum scope requirements and default value for this setting is: <code>identify guilds.join</code><br />
[</em>]<span style="font-weight: bold;" class="mycode_b">Application Bot Token</span><ul class="mycode_list"><li>[<em>]Go to the applications page in Discord Developer Portal. <a href="https://discord.com/developers/applications" target="_blank" rel="noopener" class="mycode_url"><code>https://discord.com/developers/applications</code></a><br />
[</em>]Your application Bot <code>Token</code> can be found in the <code>Bot</code> section of your application page under the <code>Username</code> setting.<br />
[<em>]If you regenerate your Bot <code>Token</code>, the plugin settings have to be updated as well.<br />
</li>
</ul>
<div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=62" target="_blank" title="" class="attachment__link">bottoken.jpg</a>
    <span class="attachment__data">(Size: 32.04 KB / Downloads: 519)</span>
    </div></div>
[</em>]<span style="font-weight: bold;" class="mycode_b">Guild ID</span><br />
To get your Guild ID, go to your Guild (Server), right click over the Guild name and you should get a menu. The <code>Copy ID</code> menu item should copy the Guild ID to your keyboard. The Guild ID is usually a set number of 18 digits.<br />
<div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=59" target="_blank" title="" class="attachment__link">guildID.jpg</a>
    <span class="attachment__data">(Size: 14.49 KB / Downloads: 490)</span>
    </div></div>
</li>
</ul>
</p>
<p>These are the essential settings required for the plugin features to properly work.</p>
<p>Configure additional settings to fit your board requirements.</p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What are the minimum Discord bot permissions?]]></title>
			<link>https://community.ougc.network/entry?what-are-the-minimum-discord-bot-permissions</link>
			<pubDate>Wed, 11 Aug 2021 08:36:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?what-are-the-minimum-discord-bot-permissions</guid>
			<description><![CDATA[<p>The Discord bot configured for this plugin requires at least the following permissions enabled for this plugin to work properly:</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=52" target="_blank" title="" class="attachment__link">botpermissions.jpg</a>
    <span class="attachment__data">(Size: 57.44 KB / Downloads: 501)</span>
    </div></div></p>
<p><ul class="mycode_list"><li>
[<em>]Manage Roles<br />
[</em>]Create Invite<br />
[<em>]Change Nickname<br />
[</em>]Manage Nicknames<br />
</li>
<li>Kick Members<br />
</li>
</ul>
</p>
<p>All current features should work with these minimum permissions.</p>
<br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=53" target="_blank" title="" class="attachment__link">botpermissions2.jpg</a>
    <span class="attachment__data">(Size: 37.25 KB / Downloads: 459)</span>
    </div>]]></description>
			<content:encoded><![CDATA[<p>The Discord bot configured for this plugin requires at least the following permissions enabled for this plugin to work properly:</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=52" target="_blank" title="" class="attachment__link">botpermissions.jpg</a>
    <span class="attachment__data">(Size: 57.44 KB / Downloads: 501)</span>
    </div></div></p>
<p><ul class="mycode_list"><li>
[<em>]Manage Roles<br />
[</em>]Create Invite<br />
[<em>]Change Nickname<br />
[</em>]Manage Nicknames<br />
</li>
<li>Kick Members<br />
</li>
</ul>
</p>
<p>All current features should work with these minimum permissions.</p>
<br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=53" target="_blank" title="" class="attachment__link">botpermissions2.jpg</a>
    <span class="attachment__data">(Size: 37.25 KB / Downloads: 459)</span>
    </div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Move the side-box location]]></title>
			<link>https://community.ougc.network/entry?move-the-side-box-location</link>
			<pubDate>Sun, 01 Aug 2021 05:14:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?move-the-side-box-location</guid>
			<description><![CDATA[<p>By default OUGC Crypto Prices renders the side-box only in the Portal page by adding <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> to the <code>portal</code> template. However, it is possible to place <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> in almost* any template to render the crypto prices side-box.</p>
<p>To modify the display location of the side-box, follow the next steps.</p>
<p>
<ol type="1" class="mycode_list"><li>[<em>]Open the <code>portal</code> template, find <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> and remove it.<br />
[</em>]Open any template, for example, <code>header</code> or <code>footer</code> templates, and place <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> anywhere within such desired template.<br />
</li>
</ol>
</p>
<p>Please note that if <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> is found multiple times within the same page the side-box will be displayed multiple times as well. This is the reason removing <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> from the <code>portal</code> template is suggested.</p>
<p><span style="font-size: small;" class="mycode_size"> * There are some templates where this will not work. Primarily, the <span style="font-style: italic;" class="mycode_i">Buddy List</span> popup can not render the site-box. The amount of templates where this will not work is short but nonetheless should be considered.</span></p>
]]></description>
			<content:encoded><![CDATA[<p>By default OUGC Crypto Prices renders the side-box only in the Portal page by adding <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> to the <code>portal</code> template. However, it is possible to place <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> in almost* any template to render the crypto prices side-box.</p>
<p>To modify the display location of the side-box, follow the next steps.</p>
<p>
<ol type="1" class="mycode_list"><li>[<em>]Open the <code>portal</code> template, find <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> and remove it.<br />
[</em>]Open any template, for example, <code>header</code> or <code>footer</code> templates, and place <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> anywhere within such desired template.<br />
</li>
</ol>
</p>
<p>Please note that if <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> is found multiple times within the same page the side-box will be displayed multiple times as well. This is the reason removing <code>&amp;lt;!--OUGC_CRYPTO_PRICES--&amp;gt;</code> from the <code>portal</code> template is suggested.</p>
<p><span style="font-size: small;" class="mycode_size"> * There are some templates where this will not work. Primarily, the <span style="font-style: italic;" class="mycode_i">Buddy List</span> popup can not render the site-box. The amount of templates where this will not work is short but nonetheless should be considered.</span></p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Custom Theme CSS or style changes or is disturbed after plugin activation]]></title>
			<link>https://community.ougc.network/entry?custom-theme-css-or-style-changes-or-is-disturbed-after-plugin-activation</link>
			<pubDate>Sun, 25 Jul 2021 16:52:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?custom-theme-css-or-style-changes-or-is-disturbed-after-plugin-activation</guid>
			<description><![CDATA[<p>This plugin adds the FontAwesome CSS library library to all pages by default. It might be possible that this disturbs your custom theme aesthetic view in undesired ways. To remove this you should edit the <code>ougcawards_css</code> template and remove all of its contents for your theme.</p>
]]></description>
			<content:encoded><![CDATA[<p>This plugin adds the FontAwesome CSS library library to all pages by default. It might be possible that this disturbs your custom theme aesthetic view in undesired ways. To remove this you should edit the <code>ougcawards_css</code> template and remove all of its contents for your theme.</p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I get my CoinPayments private and public keys?]]></title>
			<link>https://community.ougc.network/entry?how-do-i-get-my-coinpayments-private-and-public-keys</link>
			<pubDate>Tue, 12 Jan 2021 06:41:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?how-do-i-get-my-coinpayments-private-and-public-keys</guid>
			<description><![CDATA[<p>This plugin requires both a private and a public key to function. You will need to read the CoinPayments help center documents in order to get a full description of these and how to get them.</p>
<p>To put it in short steps, as of the las update to this FAQ, the steps are as follow:<br />
<ol type="1" class="mycode_list"><li>
[<em>]Go to your API Keys account page by clicking <a href="https://www.coinpayments.net/index.php?cmd=acct_api_keys" target="_blank" rel="noopener" class="mycode_url">here</a> (<code><a href="https://www.coinpayments.net/index.php?cmd=acct_api_keys" target="_blank" rel="noopener" class="mycode_url">https://www.coinpayments.net/index.php?c...t_api_keys</a></code>).<br />
[</em>]Ideally you should create a new key to be used only by the OUGC Deposit Points plugin.<br />
[<em>]Once the key is created, you will need to edit its permissions.<ul class="mycode_list"><li>[</em>]<code>Key Enabled</code> should be ticked.<br />
[<em>]<code>Withdrawal Limits</code> You must select the <code>Currency to use for below limits</code> value to match the plugin’s <code>Requests Currency</code> setting.<br />
[</em>]The following permissions are required:<ul class="mycode_list"><li>[<em>]<code>create_withdrawal</code><br />
[</em>]<code>Allow auto_confirm = 1 in create_withdrawal (not recommended unless you absolutely need it)</code> Is required if using the <code>Auto Confirm Withdrawals</code> plugin setting.<br />
</li>
</ul>
</li>
</ul>
</li>
<li>Save the key permission settings.<br />
</li>
<li>Paste the <code>Public Key</code> and <code>Private Key</code> values to the plugin’s <code>CoinPayments Public Key</code> and <code>CoinPayments Private Key</code> respectively.<br />
</li>
</ol>
</p>
<p>These should be all the necessary steps in order to configure your CoinPayments API key settings for this plugin.</p>
<p>Below you would be able to see some images to help you understand what is described here.</p>
<br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=37" target="_blank" title="" class="attachment__link">apikey03.png</a>
    <span class="attachment__data">(Size: 2.78 KB / Downloads: 414)</span>
    </div><br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=38" target="_blank" title="" class="attachment__link">apikey02.png</a>
    <span class="attachment__data">(Size: 6.44 KB / Downloads: 411)</span>
    </div><br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=39" target="_blank" title="" class="attachment__link">apikey01.png</a>
    <span class="attachment__data">(Size: 97.35 KB / Downloads: 428)</span>
    </div><br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=40" target="_blank" title="" class="attachment__link">apikey00.png</a>
    <span class="attachment__data">(Size: 5.54 KB / Downloads: 480)</span>
    </div>]]></description>
			<content:encoded><![CDATA[<p>This plugin requires both a private and a public key to function. You will need to read the CoinPayments help center documents in order to get a full description of these and how to get them.</p>
<p>To put it in short steps, as of the las update to this FAQ, the steps are as follow:<br />
<ol type="1" class="mycode_list"><li>
[<em>]Go to your API Keys account page by clicking <a href="https://www.coinpayments.net/index.php?cmd=acct_api_keys" target="_blank" rel="noopener" class="mycode_url">here</a> (<code><a href="https://www.coinpayments.net/index.php?cmd=acct_api_keys" target="_blank" rel="noopener" class="mycode_url">https://www.coinpayments.net/index.php?c...t_api_keys</a></code>).<br />
[</em>]Ideally you should create a new key to be used only by the OUGC Deposit Points plugin.<br />
[<em>]Once the key is created, you will need to edit its permissions.<ul class="mycode_list"><li>[</em>]<code>Key Enabled</code> should be ticked.<br />
[<em>]<code>Withdrawal Limits</code> You must select the <code>Currency to use for below limits</code> value to match the plugin’s <code>Requests Currency</code> setting.<br />
[</em>]The following permissions are required:<ul class="mycode_list"><li>[<em>]<code>create_withdrawal</code><br />
[</em>]<code>Allow auto_confirm = 1 in create_withdrawal (not recommended unless you absolutely need it)</code> Is required if using the <code>Auto Confirm Withdrawals</code> plugin setting.<br />
</li>
</ul>
</li>
</ul>
</li>
<li>Save the key permission settings.<br />
</li>
<li>Paste the <code>Public Key</code> and <code>Private Key</code> values to the plugin’s <code>CoinPayments Public Key</code> and <code>CoinPayments Private Key</code> respectively.<br />
</li>
</ol>
</p>
<p>These should be all the necessary steps in order to configure your CoinPayments API key settings for this plugin.</p>
<p>Below you would be able to see some images to help you understand what is described here.</p>
<br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=37" target="_blank" title="" class="attachment__link">apikey03.png</a>
    <span class="attachment__data">(Size: 2.78 KB / Downloads: 414)</span>
    </div><br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=38" target="_blank" title="" class="attachment__link">apikey02.png</a>
    <span class="attachment__data">(Size: 6.44 KB / Downloads: 411)</span>
    </div><br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=39" target="_blank" title="" class="attachment__link">apikey01.png</a>
    <span class="attachment__data">(Size: 97.35 KB / Downloads: 428)</span>
    </div><br /><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=40" target="_blank" title="" class="attachment__link">apikey00.png</a>
    <span class="attachment__data">(Size: 5.54 KB / Downloads: 480)</span>
    </div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I store crypto coins icons locally?]]></title>
			<link>https://community.ougc.network/entry?how-do-i-store-crypto-coins-icons-locally</link>
			<pubDate>Thu, 07 Jan 2021 08:01:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?how-do-i-store-crypto-coins-icons-locally</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Blockonomics show 200 OK status for callback, but there are no ACP logs.]]></title>
			<link>https://community.ougc.network/entry?blockonomics-show-200-ok-status-for-callback-but-there-are-no-acp-logs</link>
			<pubDate>Wed, 06 Jan 2021 23:06:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?blockonomics-show-200-ok-status-for-callback-but-there-are-no-acp-logs</guid>
			<description><![CDATA[<p><blockquote class="post__quote quote">
    <cite class="quote__cite">
                Blockonomics wrote:    </cite>    The Blockonomics plugin will automatically update the order status when a bitcoin payment sent by your customer is confirmed. This works in all our ecommerce plugins. […]</blockquote>
</p>
<p>However, it might be possible that even if Blockonomics displays a <span style="color: green;" class="mycode_color"><code>200</code></span> status code the OUGC Deposit Points plugin will not display any IPN logs in the ACP.</p>
<p>To debug and resolve this issue please proceed to read the following Blockonomics help document to identify possible burdens in your side.</p>
<p><a href="https://help.blockonomics.co/support/solutions/articles/33000219539-order-status-not-changing-callbacks-failing" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">Order status not changing - callbacks failing</span></a><br />
<code><a href="https://help.blockonomics.co/support/solutions/articles/33000219539-order-status-not-changing-callbacks-failing" target="_blank" rel="noopener" class="mycode_url">https://help.blockonomics.co/support/sol...ks-failing</a></code></p>
]]></description>
			<content:encoded><![CDATA[<p><blockquote class="post__quote quote">
    <cite class="quote__cite">
                Blockonomics wrote:    </cite>    The Blockonomics plugin will automatically update the order status when a bitcoin payment sent by your customer is confirmed. This works in all our ecommerce plugins. […]</blockquote>
</p>
<p>However, it might be possible that even if Blockonomics displays a <span style="color: green;" class="mycode_color"><code>200</code></span> status code the OUGC Deposit Points plugin will not display any IPN logs in the ACP.</p>
<p>To debug and resolve this issue please proceed to read the following Blockonomics help document to identify possible burdens in your side.</p>
<p><a href="https://help.blockonomics.co/support/solutions/articles/33000219539-order-status-not-changing-callbacks-failing" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">Order status not changing - callbacks failing</span></a><br />
<code><a href="https://help.blockonomics.co/support/solutions/articles/33000219539-order-status-not-changing-callbacks-failing" target="_blank" rel="noopener" class="mycode_url">https://help.blockonomics.co/support/sol...ks-failing</a></code></p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error: The start date can not be before the current date]]></title>
			<link>https://community.ougc.network/entry?error-the-start-date-can-not-be-before-the-current-date</link>
			<pubDate>Thu, 17 Dec 2020 23:52:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?error-the-start-date-can-not-be-before-the-current-date</guid>
			<description><![CDATA[<p>It might be possible that users come upon this inline error while attempting to create new contracts.</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=36" target="_blank" title="" class="attachment__link">emptytimecontract.png</a>
    <span class="attachment__data">(Size: 33.69 KB / Downloads: 664)</span>
    </div></div></p>
<p>The reason for this errors it that users don’t select a valid start time along the start date. To bypass this error users should select both a start date and a start time.</p>
<p>The error message should be improved in future versions to make this clear to users.</p>
]]></description>
			<content:encoded><![CDATA[<p>It might be possible that users come upon this inline error while attempting to create new contracts.</p>
<p><div style="text-align: center;" class="mycode_align"><div class="attachments__attachment attachment">
    <span class="attachment__icon"><img src="https://cdn.ougc.network/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" /></span>
    <a href="https://community.ougc.network/attachment.php?aid=36" target="_blank" title="" class="attachment__link">emptytimecontract.png</a>
    <span class="attachment__data">(Size: 33.69 KB / Downloads: 664)</span>
    </div></div></p>
<p>The reason for this errors it that users don’t select a valid start time along the start date. To bypass this error users should select both a start date and a start time.</p>
<p>The error message should be improved in future versions to make this clear to users.</p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Grant invite codes to all users at once.]]></title>
			<link>https://community.ougc.network/entry?grant-invite-codes-to-all-users-at-once</link>
			<pubDate>Sat, 31 Oct 2020 03:46:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?grant-invite-codes-to-all-users-at-once</guid>
			<description><![CDATA[<p>It is possible to grant new invite codes to all users automatically.</p>
<p>You can only grant a specific amount of new invite codes on a set interval of time to all users regardless of user active invite codes, or any other setting.</p>
<p>Follow the next steps to properly use this feature.<br />
<ol type="1" class="mycode_list"><li>
[<em>]First, go to <code>ACP » User Groups » Edit User Group » Invite System » Maximum Active Invitations</code>.<br />
[</em>]This setting allows you to set the amount of new invite codes to grant on a per group basis.<br />
[<em>]Then go to <code>ACP » Board Settings » OUGC Invite System » OUGC Invite System</code>.<br />
[</em>]This setting allows you to set the time interval between each new invite codes.<br />
[<em>]This setting allows you to set the amount of new invite codes to grant on a per group basis.<br />
[</em>]Finally, go to <code>ACP » Task Manager » Edit Task » OUGC Invite System</code>.<br />
</li>
<li>Make sure the task is enabled .<br />
</li>
</ol>
</p>
<p>The task system has a limit of 50 users per execution so you might want to update the execution time based on the quantity of users your forum has.</p>
]]></description>
			<content:encoded><![CDATA[<p>It is possible to grant new invite codes to all users automatically.</p>
<p>You can only grant a specific amount of new invite codes on a set interval of time to all users regardless of user active invite codes, or any other setting.</p>
<p>Follow the next steps to properly use this feature.<br />
<ol type="1" class="mycode_list"><li>
[<em>]First, go to <code>ACP » User Groups » Edit User Group » Invite System » Maximum Active Invitations</code>.<br />
[</em>]This setting allows you to set the amount of new invite codes to grant on a per group basis.<br />
[<em>]Then go to <code>ACP » Board Settings » OUGC Invite System » OUGC Invite System</code>.<br />
[</em>]This setting allows you to set the time interval between each new invite codes.<br />
[<em>]This setting allows you to set the amount of new invite codes to grant on a per group basis.<br />
[</em>]Finally, go to <code>ACP » Task Manager » Edit Task » OUGC Invite System</code>.<br />
</li>
<li>Make sure the task is enabled .<br />
</li>
</ol>
</p>
<p>The task system has a limit of 50 users per execution so you might want to update the execution time based on the quantity of users your forum has.</p>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How can I set my settings directly in the plugin files?]]></title>
			<link>https://community.ougc.network/entry?how-can-i-set-my-settings-directly-in-the-plugin-files</link>
			<pubDate>Sat, 10 Oct 2020 23:09:29 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://community.ougc.network/member.php?action=profile&uid=1">Omar G.</a>]]></dc:creator>
			<guid isPermaLink="false">https://community.ougc.network/entry?how-can-i-set-my-settings-directly-in-the-plugin-files</guid>
			<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
		</item>
	</channel>
</rss>