<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Clean Up vTiger Login Page	</title>
	<atom:link href="https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/</link>
	<description>VTiger Support, Development, Data Migration, Customization and Extensions, Plugins, Addons..</description>
	<lastBuildDate>Wed, 12 Oct 2016 23:30:55 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.4.2</generator>
	<item>
		<title>
		By: vte		</title>
		<link>https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-14145</link>

		<dc:creator><![CDATA[vte]]></dc:creator>
		<pubDate>Fri, 08 Aug 2014 18:30:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=594#comment-14145</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-14144&quot;&gt;mike&lt;/a&gt;.

Mike - this only applies to vTiger 5.4]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-14144">mike</a>.</p>
<p>Mike &#8211; this only applies to vTiger 5.4</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: mike		</title>
		<link>https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-14144</link>

		<dc:creator><![CDATA[mike]]></dc:creator>
		<pubDate>Fri, 08 Aug 2014 18:13:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=594#comment-14144</guid>

					<description><![CDATA[I get this when I drop the file into vtiger6:

Syntax Error in template &quot;/home/crm3/public_html/includes/runtime/../../layouts/vlayout/modules/Users/Login.tpl&quot; on line 13 &quot;&quot; - Unexpected &quot;loginWrapper&quot;, expected one of: &quot;}&quot; , &quot; &quot;]]></description>
			<content:encoded><![CDATA[<p>I get this when I drop the file into vtiger6:</p>
<p>Syntax Error in template &#8220;/home/crm3/public_html/includes/runtime/../../layouts/vlayout/modules/Users/Login.tpl&#8221; on line 13 &#8220;&#8221; &#8211; Unexpected &#8220;loginWrapper&#8221;, expected one of: &#8220;}&#8221; , &#8221; &#8220;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vte		</title>
		<link>https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-13977</link>

		<dc:creator><![CDATA[vte]]></dc:creator>
		<pubDate>Thu, 01 May 2014 14:38:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=594#comment-13977</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-13976&quot;&gt;pvelando&lt;/a&gt;.

The file for vTiger 6 is located in &quot;layouts/vlayout/modules/Users/Login.tpl&quot;

Thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-13976">pvelando</a>.</p>
<p>The file for vTiger 6 is located in &#8220;layouts/vlayout/modules/Users/Login.tpl&#8221;</p>
<p>Thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pvelando		</title>
		<link>https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-13976</link>

		<dc:creator><![CDATA[pvelando]]></dc:creator>
		<pubDate>Thu, 01 May 2014 10:09:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=594#comment-13976</guid>

					<description><![CDATA[Hi, 

I guess that the structure of folders in 6.0.0 is different and cannot find nor the path &quot;vtigercrm/Smarty/templates/&quot; nor the file &quot;Login.tpl&quot;
Anyone knows where to find it?

Thanks a lot in advance]]></description>
			<content:encoded><![CDATA[<p>Hi, </p>
<p>I guess that the structure of folders in 6.0.0 is different and cannot find nor the path &#8220;vtigercrm/Smarty/templates/&#8221; nor the file &#8220;Login.tpl&#8221;<br />
Anyone knows where to find it?</p>
<p>Thanks a lot in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sam OShe		</title>
		<link>https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-5153</link>

		<dc:creator><![CDATA[Sam OShe]]></dc:creator>
		<pubDate>Sat, 16 Nov 2013 08:28:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=594#comment-5153</guid>

					<description><![CDATA[Thank you for this quick cleanup file. 
Just a small typo I noticed. 
The Logo gets removed in the logon.tpl provided here -  To fix Open the logo.tpl file with an editor

Search for &quot;test/logo/logo.png&quot; and replace with 
 &quot;test/logo/{$COMPANY_DETAILS.logo}&quot;

This should restore your company logo on the login screen,]]></description>
			<content:encoded><![CDATA[<p>Thank you for this quick cleanup file.<br />
Just a small typo I noticed.<br />
The Logo gets removed in the logon.tpl provided here &#8211;  To fix Open the logo.tpl file with an editor</p>
<p>Search for &#8220;test/logo/logo.png&#8221; and replace with<br />
 &#8220;test/logo/{$COMPANY_DETAILS.logo}&#8221;</p>
<p>This should restore your company logo on the login screen,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jürgen Höfer		</title>
		<link>https://www.vtexperts.com/how-to-clean-up-vtiger-login-page/#comment-779</link>

		<dc:creator><![CDATA[Jürgen Höfer]]></dc:creator>
		<pubDate>Tue, 22 Oct 2013 14:48:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.vtexperts.com/?p=594#comment-779</guid>

					<description><![CDATA[Good job, but i found a little bug....
it´s not a big problem because the most browsers can interprete a code with little mistakes well, but to get a valid html code, you should close the  tag after the  with  in line 20 and opening a  in line 65 before .

Greetings from austria, 
Juergen]]></description>
			<content:encoded><![CDATA[<p>Good job, but i found a little bug&#8230;.<br />
it´s not a big problem because the most browsers can interprete a code with little mistakes well, but to get a valid html code, you should close the  tag after the  with  in line 20 and opening a  in line 65 before .</p>
<p>Greetings from austria,<br />
Juergen</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
