<?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[D&D Forums - MyBB Plugins & Themes - Support]]></title>
		<link>https://developement.design/forum/</link>
		<description><![CDATA[D&D Forums - MyBB Plugins & Themes - https://developement.design/forum]]></description>
		<pubDate>Sun, 02 Aug 2026 12:59:26 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Introduction to Turkish Airlines Houston Office in Texas]]></title>
			<link>https://developement.design/forum/showthread.php?tid=28050</link>
			<pubDate>Mon, 16 Dec 2024 05:40:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=3502">WilliamBaker1386</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=28050</guid>
			<description><![CDATA[Turkish Airlines, renowned for its exceptional in-flight services and extensive global network, ensures passengers receive top-notch support through its regional offices. For those in Texas, the <span style="font-weight: bold;" class="mycode_b">Turkish Airlines Houston Office in Texas</span> serves as a convenient resource for flight bookings, ticket changes, and other travel-related assistance. Whether you're planning a journey or need help with existing reservations, this office is dedicated to making your travel experience smooth and stress-free. To find out more, visit the <a href="https://allairportsoffices.com/airlines-offices/turkish-airlines/turkish-airlines-houston-office-in-texas/" target="_blank" rel="noopener" class="mycode_url">Turkish Airlines Houston Office in Texas</a>.]]></description>
			<content:encoded><![CDATA[Turkish Airlines, renowned for its exceptional in-flight services and extensive global network, ensures passengers receive top-notch support through its regional offices. For those in Texas, the <span style="font-weight: bold;" class="mycode_b">Turkish Airlines Houston Office in Texas</span> serves as a convenient resource for flight bookings, ticket changes, and other travel-related assistance. Whether you're planning a journey or need help with existing reservations, this office is dedicated to making your travel experience smooth and stress-free. To find out more, visit the <a href="https://allairportsoffices.com/airlines-offices/turkish-airlines/turkish-airlines-houston-office-in-texas/" target="_blank" rel="noopener" class="mycode_url">Turkish Airlines Houston Office in Texas</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[add a plugin]]></title>
			<link>https://developement.design/forum/showthread.php?tid=2047</link>
			<pubDate>Tue, 05 May 2020 19:41:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=1332">alex145</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=2047</guid>
			<description><![CDATA[I want to know how do i add Mybb Plugin on my wordpress website. I try to check your plugin but there is alot of plugins &amp; i do not know which one is good so please send me a link thank  you]]></description>
			<content:encoded><![CDATA[I want to know how do i add Mybb Plugin on my wordpress website. I try to check your plugin but there is alot of plugins &amp; i do not know which one is good so please send me a link thank  you]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Deleted posts unviewable for Mods&Admins]]></title>
			<link>https://developement.design/forum/showthread.php?tid=914</link>
			<pubDate>Sat, 06 Jul 2019 08:26:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=757">Thomas131</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=914</guid>
			<description><![CDATA[Hello!<br />
{&#36;deleted_bit} missing in postbit in Emerald Build#10.<br />
In the default theme, postbit is:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>{&#36;ignore_bit}{&#36;deleted_bit}<br />
<br />
&lt;a name="pid{&#36;post['pid']}" id="pid{&#36;post['pid']}"&gt;&lt;/a&gt;<br />
{...}</blockquote>
<br />
Therefore, you can't view deleted posts as Mod or Admin, even though, they are still on the page (display:none). The {&#36;deleted_bit} shows a link that removes the display:none.<br />
<br />
Best Regards!<br />
Thomas]]></description>
			<content:encoded><![CDATA[Hello!<br />
{&#36;deleted_bit} missing in postbit in Emerald Build#10.<br />
In the default theme, postbit is:<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>{&#36;ignore_bit}{&#36;deleted_bit}<br />
<br />
&lt;a name="pid{&#36;post['pid']}" id="pid{&#36;post['pid']}"&gt;&lt;/a&gt;<br />
{...}</blockquote>
<br />
Therefore, you can't view deleted posts as Mod or Admin, even though, they are still on the page (display:none). The {&#36;deleted_bit} shows a link that removes the display:none.<br />
<br />
Best Regards!<br />
Thomas]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[<div> child of <table> in Emerald Build#10]]></title>
			<link>https://developement.design/forum/showthread.php?tid=913</link>
			<pubDate>Sat, 06 Jul 2019 07:43:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=757">Thomas131</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=913</guid>
			<description><![CDATA[Hi!<br />
In showthread, there is a &lt;div&gt; directly as child of &lt;table&gt; which is disallowed in HTML. I would suggest moving the &lt;div&gt; above the &lt;table&gt; or wrapping it with &lt;tr&gt;&lt;td&gt;{...}&lt;/td&gt;&lt;/tr&gt; ...<br />
<br />
Best regards!<br />
Thomas]]></description>
			<content:encoded><![CDATA[Hi!<br />
In showthread, there is a &lt;div&gt; directly as child of &lt;table&gt; which is disallowed in HTML. I would suggest moving the &lt;div&gt; above the &lt;table&gt; or wrapping it with &lt;tr&gt;&lt;td&gt;{...}&lt;/td&gt;&lt;/tr&gt; ...<br />
<br />
Best regards!<br />
Thomas]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[ratio system error]]></title>
			<link>https://developement.design/forum/showthread.php?tid=878</link>
			<pubDate>Tue, 09 Apr 2019 09:33:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=376">FaridAzhar777</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=878</guid>
			<description><![CDATA[So I had a problem with ratio system plugins, I get a blank page like this: <a href="https://community.mybb.com/thread-134457.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-134457.html</a><br />
<br />
MyBB 1.8.20<br />
PHP 7.2<br />
<br />
Ratio System: <a href="https://community.mybb.com/mods.php?action=view&amp;pid=542" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?action=view&amp;pid=542</a><br />
<br />
Please help me I really need this plugin <img src="https://developement.design/forum/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />]]></description>
			<content:encoded><![CDATA[So I had a problem with ratio system plugins, I get a blank page like this: <a href="https://community.mybb.com/thread-134457.html" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/thread-134457.html</a><br />
<br />
MyBB 1.8.20<br />
PHP 7.2<br />
<br />
Ratio System: <a href="https://community.mybb.com/mods.php?action=view&amp;pid=542" target="_blank" rel="noopener" class="mycode_url">https://community.mybb.com/mods.php?action=view&amp;pid=542</a><br />
<br />
Please help me I really need this plugin <img src="https://developement.design/forum/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to change the location of  Daily Goal]]></title>
			<link>https://developement.design/forum/showthread.php?tid=742</link>
			<pubDate>Sun, 06 Jan 2019 01:04:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=382">kuttysoft</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=742</guid>
			<description><![CDATA[how to change the location of  Daily Goal  plugin its shows instead of thread .. <br />
<br />
i need it in side bar<br />
<br />
<a href="https://forum.kuttysoft.com/" target="_blank" rel="noopener" class="mycode_url">https://forum.kuttysoft.com/</a>]]></description>
			<content:encoded><![CDATA[how to change the location of  Daily Goal  plugin its shows instead of thread .. <br />
<br />
i need it in side bar<br />
<br />
<a href="https://forum.kuttysoft.com/" target="_blank" rel="noopener" class="mycode_url">https://forum.kuttysoft.com/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Conversations System - Problem with notifications]]></title>
			<link>https://developement.design/forum/showthread.php?tid=689</link>
			<pubDate>Thu, 15 Nov 2018 22:22:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=317">SZyMeX</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=689</guid>
			<description><![CDATA[Hey,<br />
I would like to use your plugin but i have noticed two problems with it,<br />
First - Notifications come only when you receive first message, when you read it you will not get any more notifications of a new messages in this conversation.<br />
Second - When you try to scroll up your conversation you are automatically "scrolled down" to last message, so you can't read these older ones. (i think it's a problem with auto refresh)<br />
<br />
I hope you will fix it soon <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
And sorry for my english, i know that it's not very good, but i hope you will understand everything <img src="https://developement.design/forum/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />]]></description>
			<content:encoded><![CDATA[Hey,<br />
I would like to use your plugin but i have noticed two problems with it,<br />
First - Notifications come only when you receive first message, when you read it you will not get any more notifications of a new messages in this conversation.<br />
Second - When you try to scroll up your conversation you are automatically "scrolled down" to last message, so you can't read these older ones. (i think it's a problem with auto refresh)<br />
<br />
I hope you will fix it soon <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
And sorry for my english, i know that it's not very good, but i hope you will understand everything <img src="https://developement.design/forum/images/smilies/wink.png" alt="Wink" title="Wink" class="smilie smilie_2" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Style thread plugin bugs]]></title>
			<link>https://developement.design/forum/showthread.php?tid=585</link>
			<pubDate>Sat, 15 Sep 2018 14:19:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=262">Metallix</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=585</guid>
			<description><![CDATA[Hi I’m using your newpoints plugin that lets you pay to style your thread title and I’ve noticed a few bugs. <br />
<br />
1) Everything works fine while styling a topic the first time but if you style more than one it will go to a blank page with a string of code at the top. The more topics you style the longer the string gets. Hitting back and refresh shows that it did indeed style those topics though and worked but it’s a bit annoying. <br />
<br />
2) After the period you choose is up when it goes back to normal style the thread title completely disappears for the topic owner. Guests and other uses see it but the person who styled it can’t see the topic title in the thread list. <br />
<br />
I know it wasn’t meant to be a free plugin but you may want to fix that in a 1.1 update rather than making the fix only available in the paid 2.0 version.]]></description>
			<content:encoded><![CDATA[Hi I’m using your newpoints plugin that lets you pay to style your thread title and I’ve noticed a few bugs. <br />
<br />
1) Everything works fine while styling a topic the first time but if you style more than one it will go to a blank page with a string of code at the top. The more topics you style the longer the string gets. Hitting back and refresh shows that it did indeed style those topics though and worked but it’s a bit annoying. <br />
<br />
2) After the period you choose is up when it goes back to normal style the thread title completely disappears for the topic owner. Guests and other uses see it but the person who styled it can’t see the topic title in the thread list. <br />
<br />
I know it wasn’t meant to be a free plugin but you may want to fix that in a 1.1 update rather than making the fix only available in the paid 2.0 version.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Conversation System [BUG REPORT]]]></title>
			<link>https://developement.design/forum/showthread.php?tid=567</link>
			<pubDate>Sat, 01 Sep 2018 14:20:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=260">Jackiee</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=567</guid>
			<description><![CDATA[installing conversation system from mybb site, on my localhost.<br />
error sql  <img src="https://developement.design/forum/images/smilies/undecided.png" alt="Undecided" title="Undecided" class="smilie smilie_20" /> <br />
<br />
<img src="https://cdn.pbrd.co/images/HBSHEZB.png" loading="lazy"  alt="[Image: HBSHEZB.png]" class="mycode_img" />]]></description>
			<content:encoded><![CDATA[installing conversation system from mybb site, on my localhost.<br />
error sql  <img src="https://developement.design/forum/images/smilies/undecided.png" alt="Undecided" title="Undecided" class="smilie smilie_20" /> <br />
<br />
<img src="https://cdn.pbrd.co/images/HBSHEZB.png" loading="lazy"  alt="[Image: HBSHEZB.png]" class="mycode_img" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Conversations System Issues]]></title>
			<link>https://developement.design/forum/showthread.php?tid=566</link>
			<pubDate>Thu, 30 Aug 2018 01:03:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=259">xho</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=566</guid>
			<description><![CDATA[Hi AmazOuz,<br />
<br />
1. When I send points to another member a private message arrives, but it does not work in conversations system (The same problem with the Rock Paper Scissors plugin).<br />
<br />
2. I would like to limit so that conversations always work with only one member, and can not include more than one.<br />
<br />
3. Storage % it does not work.<br />
<br />
<br />
Thank you for all your work! <img src="https://developement.design/forum/images/smilies/heart.png" alt="Heart" title="Heart" class="smilie smilie_16" />]]></description>
			<content:encoded><![CDATA[Hi AmazOuz,<br />
<br />
1. When I send points to another member a private message arrives, but it does not work in conversations system (The same problem with the Rock Paper Scissors plugin).<br />
<br />
2. I would like to limit so that conversations always work with only one member, and can not include more than one.<br />
<br />
3. Storage % it does not work.<br />
<br />
<br />
Thank you for all your work! <img src="https://developement.design/forum/images/smilies/heart.png" alt="Heart" title="Heart" class="smilie smilie_16" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PM system [Bug Report]]]></title>
			<link>https://developement.design/forum/showthread.php?tid=562</link>
			<pubDate>Sun, 26 Aug 2018 20:19:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=238">Laughing coffin</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=562</guid>
			<description><![CDATA[Pm notice wont go away once you read, i even marked as read and no luck<br />
<img src="https://i.imgur.com/iUHlbJX.png" loading="lazy"  alt="[Image: iUHlbJX.png]" class="mycode_img" /><br />
<br />
sent message box is kinda meh.<br />
<img src="https://i.imgur.com/Za1qEUJ.png" loading="lazy"  alt="[Image: Za1qEUJ.png]" class="mycode_img" /><br />
<br />
Page doesnt show the new reply "should show text: test3" doesnt auto refresh.<br />
<img src="https://i.imgur.com/qJLYcMo.png" loading="lazy"  alt="[Image: qJLYcMo.png]" class="mycode_img" /><br />
<br />
Great Plugin tho proud of you <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[Pm notice wont go away once you read, i even marked as read and no luck<br />
<img src="https://i.imgur.com/iUHlbJX.png" loading="lazy"  alt="[Image: iUHlbJX.png]" class="mycode_img" /><br />
<br />
sent message box is kinda meh.<br />
<img src="https://i.imgur.com/Za1qEUJ.png" loading="lazy"  alt="[Image: Za1qEUJ.png]" class="mycode_img" /><br />
<br />
Page doesnt show the new reply "should show text: test3" doesnt auto refresh.<br />
<img src="https://i.imgur.com/qJLYcMo.png" loading="lazy"  alt="[Image: qJLYcMo.png]" class="mycode_img" /><br />
<br />
Great Plugin tho proud of you <img src="https://developement.design/forum/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Grant Auto Award]]></title>
			<link>https://developement.design/forum/showthread.php?tid=541</link>
			<pubDate>Tue, 31 Jul 2018 07:38:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=82">Robbie626</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=541</guid>
			<description><![CDATA[I am not sure why the online time is not working. I set the correct seconds....<br />
<a href="https://gyazo.com/99e7d989fb6e12543f25b12a28ddc186" target="_blank" rel="noopener" class="mycode_url">https://gyazo.com/99e7d989fb6e12543f25b12a28ddc186</a>]]></description>
			<content:encoded><![CDATA[I am not sure why the online time is not working. I set the correct seconds....<br />
<a href="https://gyazo.com/99e7d989fb6e12543f25b12a28ddc186" target="_blank" rel="noopener" class="mycode_url">https://gyazo.com/99e7d989fb6e12543f25b12a28ddc186</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Conversations plugin is kinda bugged.]]></title>
			<link>https://developement.design/forum/showthread.php?tid=537</link>
			<pubDate>Sun, 08 Jul 2018 11:16:07 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=205">LukaRoyal</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=537</guid>
			<description><![CDATA[It works, but it doesn't show the thing that I received a new private message or an alert.<br />
And it doesn't show the inbox space of users. its all unlimited even though In my settings its 100 Pm's]]></description>
			<content:encoded><![CDATA[It works, but it doesn't show the thing that I received a new private message or an alert.<br />
And it doesn't show the inbox space of users. its all unlimited even though In my settings its 100 Pm's]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Usergroup support?]]></title>
			<link>https://developement.design/forum/showthread.php?tid=536</link>
			<pubDate>Sun, 08 Jul 2018 09:17:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://developement.design/forum/member.php?action=profile&uid=205">LukaRoyal</a>]]></dc:creator>
			<guid isPermaLink="false">https://developement.design/forum/showthread.php?tid=536</guid>
			<description><![CDATA[Can color changer plugin or the newpoints thread title color or stick be made usergroup specific? This would be amazing for upgraded members]]></description>
			<content:encoded><![CDATA[Can color changer plugin or the newpoints thread title color or stick be made usergroup specific? This would be amazing for upgraded members]]></content:encoded>
		</item>
	</channel>
</rss>