<?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[MyBB Group - Troubleshoot]]></title>
		<link>https://mybb.group/</link>
		<description><![CDATA[MyBB Group - https://mybb.group]]></description>
		<pubDate>Fri, 01 May 2026 06:57:54 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[What Variable Can I Use For ThankYouLike]]></title>
			<link>https://mybb.group/Thread-What-Variable-Can-I-Use-For-ThankYouLike</link>
			<pubDate>Tue, 06 Jul 2021 05:09:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb.group/member.php?action=profile&uid=95">1Legend</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb.group/Thread-What-Variable-Can-I-Use-For-ThankYouLike</guid>
			<description><![CDATA[What Variable Can I Use For ThankYouLike To Show The Amount Of Likes On The First Post Of A thread In the forumdisplay_thread template?]]></description>
			<content:encoded><![CDATA[What Variable Can I Use For ThankYouLike To Show The Amount Of Likes On The First Post Of A thread In the forumdisplay_thread template?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Issue with setting up Discord Registration/login]]></title>
			<link>https://mybb.group/Thread-Issue-with-setting-up-Discord-Registration-login</link>
			<pubDate>Sat, 28 Sep 2019 13:26:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb.group/member.php?action=profile&uid=33">deyansrbija</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb.group/Thread-Issue-with-setting-up-Discord-Registration-login</guid>
			<description><![CDATA[Hi, i'm having a problem setting up Discord login/registration to my mybb forum.<br />
Basically i keep getting the response "{"scope": ["1"]}" and i'm at the point where i've went through everything that i could think of and i cannot find what i'm doing wrong. Any help would be appreciated! Thanks!<br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://mybb.group/images/attachtypes/image.png" title="PNG Image" style="height: 16px; width: 16px" border="0" alt=".png" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=11" target="_blank" title="">Screenshot_681.png</a> (Size: <span class="text-dark">88.85 KB</span> Downloads: <span class="text-dark">8)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi, i'm having a problem setting up Discord login/registration to my mybb forum.<br />
Basically i keep getting the response "{"scope": ["1"]}" and i'm at the point where i've went through everything that i could think of and i cannot find what i'm doing wrong. Any help would be appreciated! Thanks!<br /><!-- start: postbit_attachments_attachment -->
<div class="row mt-2 g-1 text-muted">
	<div class="col-auto align-self-center">

<!-- start: attachment_icon -->
<img src="https://mybb.group/images/attachtypes/image.png" title="PNG Image" style="height: 16px; width: 16px" border="0" alt=".png" />
<!-- end: attachment_icon -->
		
	</div>
	<div class="col align-self-center">
		<a href="attachment.php?aid=11" target="_blank" title="">Screenshot_681.png</a> (Size: <span class="text-dark">88.85 KB</span> Downloads: <span class="text-dark">8)</span>
	</div>
</div>
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Post Icon Size & like button]]></title>
			<link>https://mybb.group/Thread-Post-Icon-Size-like-button</link>
			<pubDate>Wed, 21 Aug 2019 04:02:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb.group/member.php?action=profile&uid=30">mujeebdgk</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb.group/Thread-Post-Icon-Size-like-button</guid>
			<description><![CDATA[post icon size are too big , on every post and also on new Thread making <br />
<br />
<img src="https://i.imgur.com/3oT4qlR.png" loading="lazy"  alt="[Image: 3oT4qlR.png]" class="mycode_img" /><br />
and like button CSS is also have to fix <br />
<img src="https://i.imgur.com/nQ2BBVo.png" loading="lazy"  alt="[Image: nQ2BBVo.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[post icon size are too big , on every post and also on new Thread making <br />
<br />
<img src="https://i.imgur.com/3oT4qlR.png" loading="lazy"  alt="[Image: 3oT4qlR.png]" class="mycode_img" /><br />
and like button CSS is also have to fix <br />
<img src="https://i.imgur.com/nQ2BBVo.png" loading="lazy"  alt="[Image: nQ2BBVo.png]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyBB Modal Appearance Fix]]></title>
			<link>https://mybb.group/Thread-MyBB-Modal-Appearance-Fix</link>
			<pubDate>Wed, 08 May 2019 19:01:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://mybb.group/member.php?action=profile&uid=1">effone</a>]]></dc:creator>
			<guid isPermaLink="false">https://mybb.group/Thread-MyBB-Modal-Appearance-Fix</guid>
			<description><![CDATA[We have seen several support threads about the modal content is appearing at the bottom of page with no overlay.<br />
Well, here is the fix.<br />
<br />
There is a bug in js code and the chaining fails, and <code class="inline-code">MyBB.popupWindow();</code> simply appends the modal code to the body. But the plugin fails to initiate.<br />
So if we break the chain, the issue gets resolved.<br />
<br />
Lets break it.<br />
Open <code class="inline-code">general.js</code> and go to line 107, find this line:<br />
<pre class="block-code line-numbers"><code class="language-none">$(html).appendTo('body').modal(options);
</code></pre><br />
Now change the line to:<br />
<pre class="block-code line-numbers"><code class="language-none">$(html).appendTo('body').addClass('lastModal').hide();
$('.lastModal').removeClass('lastModal').modal(options);
</code></pre><br />
Save the file, hard refresh / clear cache of your browser and load the page, fire a modal you were having the issue with. Its resolved now.]]></description>
			<content:encoded><![CDATA[We have seen several support threads about the modal content is appearing at the bottom of page with no overlay.<br />
Well, here is the fix.<br />
<br />
There is a bug in js code and the chaining fails, and <code class="inline-code">MyBB.popupWindow();</code> simply appends the modal code to the body. But the plugin fails to initiate.<br />
So if we break the chain, the issue gets resolved.<br />
<br />
Lets break it.<br />
Open <code class="inline-code">general.js</code> and go to line 107, find this line:<br />
<pre class="block-code line-numbers"><code class="language-none">$(html).appendTo('body').modal(options);
</code></pre><br />
Now change the line to:<br />
<pre class="block-code line-numbers"><code class="language-none">$(html).appendTo('body').addClass('lastModal').hide();
$('.lastModal').removeClass('lastModal').modal(options);
</code></pre><br />
Save the file, hard refresh / clear cache of your browser and load the page, fire a modal you were having the issue with. Its resolved now.]]></content:encoded>
		</item>
	</channel>
</rss>