<?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[WHMCS Services Forum - Template]]></title>
		<link>https://www.whmcsservices.community/</link>
		<description><![CDATA[WHMCS Services Forum - https://www.whmcsservices.community]]></description>
		<pubDate>Wed, 06 May 2026 04:56:01 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How to remove Search Bar in the client homepage]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=154</link>
			<pubDate>Sun, 25 Feb 2018 02:38:33 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=154</guid>
			<description><![CDATA[Just remove the form on header.tpl on Six Template on WHMCS 8.2.x<br />
<br />
&lt;form method="post" action="{routePath('knowledgebase-search')}" class="form-inline ml-auto"&gt;<br />
                    &lt;div class="input-group search d-none d-xl-flex"&gt;<br />
                        &lt;div class="input-group-prepend"&gt;<br />
                            &lt;button class="btn btn-default" type="submit"&gt;<br />
                                &lt;i class="fas fa-search"&gt;&lt;/i&gt;<br />
                            &lt;/button&gt;<br />
                        &lt;/div&gt;<br />
                        &lt;input class="form-control appended-form-control font-weight-light" type="text" name="search" placeholder="{lang key="searchOurKnowledgebase"}..."&gt;<br />
                    &lt;/div&gt;<br />
&lt;/form&gt;]]></description>
			<content:encoded><![CDATA[Just remove the form on header.tpl on Six Template on WHMCS 8.2.x<br />
<br />
&lt;form method="post" action="{routePath('knowledgebase-search')}" class="form-inline ml-auto"&gt;<br />
                    &lt;div class="input-group search d-none d-xl-flex"&gt;<br />
                        &lt;div class="input-group-prepend"&gt;<br />
                            &lt;button class="btn btn-default" type="submit"&gt;<br />
                                &lt;i class="fas fa-search"&gt;&lt;/i&gt;<br />
                            &lt;/button&gt;<br />
                        &lt;/div&gt;<br />
                        &lt;input class="form-control appended-form-control font-weight-light" type="text" name="search" placeholder="{lang key="searchOurKnowledgebase"}..."&gt;<br />
                    &lt;/div&gt;<br />
&lt;/form&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Six template - Small Layout Issue Fix]]></title>
			<link>https://www.whmcsservices.community/showthread.php?tid=49</link>
			<pubDate>Fri, 13 Oct 2017 19:52:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://www.whmcsservices.community/member.php?action=profile&uid=4">wssupport</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.whmcsservices.community/showthread.php?tid=49</guid>
			<description><![CDATA[I want to share a bug fix in WHMCS Six template, please find attachment to see the issue. I think all the users will be experiencing same issue or may be not as may be someone fixed it. This issue appears when the right hand side contents are very less/short. I have attached a screen shot taken from whmcs.com client area hoping they're using customized Six template.<br />
<br />
So, how to Fix?<br />
<br />
Its simple just change line number 4 in footer.tpl<br />
<br />
From <br />
<br />
Code:<br />
&lt;div class="col-md-3 pull-md-left sidebar"&gt;<br />
To<br />
<br />
Code:<br />
&lt;div class="col-md-3 pull-md-left sidebar" style="clear: left;"&gt;]]></description>
			<content:encoded><![CDATA[I want to share a bug fix in WHMCS Six template, please find attachment to see the issue. I think all the users will be experiencing same issue or may be not as may be someone fixed it. This issue appears when the right hand side contents are very less/short. I have attached a screen shot taken from whmcs.com client area hoping they're using customized Six template.<br />
<br />
So, how to Fix?<br />
<br />
Its simple just change line number 4 in footer.tpl<br />
<br />
From <br />
<br />
Code:<br />
&lt;div class="col-md-3 pull-md-left sidebar"&gt;<br />
To<br />
<br />
Code:<br />
&lt;div class="col-md-3 pull-md-left sidebar" style="clear: left;"&gt;]]></content:encoded>
		</item>
	</channel>
</rss>