<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mochabomb &#187; vTiger</title>
	<atom:link href="http://mochabomb.com/blog/category/vtiger/feed/" rel="self" type="application/rss+xml" />
	<link>http://mochabomb.com/blog</link>
	<description>Web Design and Technical notes</description>
	<lastBuildDate>Fri, 11 Mar 2011 08:05:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>suPHP &#8211; fixing busted parts of the site + vtiger forms</title>
		<link>http://mochabomb.com/blog/suphp-fixing-busted-parts-of-the-site-vtiger-forms/</link>
		<comments>http://mochabomb.com/blog/suphp-fixing-busted-parts-of-the-site-vtiger-forms/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 08:33:16 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/?p=191</guid>
		<description><![CDATA[Fixed the webforms demo pages in Joomla and VTiger...]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/suphp-fixing-busted-parts-of-the-site-vtiger-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset VTiger password</title>
		<link>http://mochabomb.com/blog/reset-vtiger-password/</link>
		<comments>http://mochabomb.com/blog/reset-vtiger-password/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 20:44:48 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/reset-vtiger-password/</guid>
		<description><![CDATA[The fastest way to update your password if you forget is to edit the MYSQL database file. I tried a number of other things and then this finally worked. Thanks to another posting! 1. Open phpMyAdmin 2. Select the correct database 3. Edit &#8220;vtiger_users&#8221; table 4. Edit the field user_password='adpexzg3FUZAk' 5. Edit the filed user_hash='21232f297a57a5a743894a0e4a801fc3' [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/reset-vtiger-password/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>VTiger &#8211; sort by custom columns</title>
		<link>http://mochabomb.com/blog/vtiger-sort-by-custom-columns/</link>
		<comments>http://mochabomb.com/blog/vtiger-sort-by-custom-columns/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 06:13:18 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/113</guid>
		<description><![CDATA[Today I added a custom column to our vtiger install we use at Direct Finance &#8211; a custom data field: Loan Purpose. I added this custom field to Accounts, Leads and Contacts and Potentials &#8211; then mapped them to eachother (so data was kept as lead was converted). Now in looking at leads, accounts, or [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/vtiger-sort-by-custom-columns/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Installing vtiger on Dreamhost and Ace-host.net</title>
		<link>http://mochabomb.com/blog/installing-vtiger-on-dreamhost-and-ace-hostnet/</link>
		<comments>http://mochabomb.com/blog/installing-vtiger-on-dreamhost-and-ace-hostnet/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 08:24:25 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[Dreamhost]]></category>
		<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/112</guid>
		<description><![CDATA[Dreamhost: Had to try a couple times &#8211; here is what worked: my .htaccess file: # use custom php.ini, but not fcgi Options +ExecCGI AddHandler php5-cgi .php Action php5-cgi /cgi-bin/php5.cgi If the install failed with &#8220;table creation failed&#8221;, then wipe out all tables in db, remove vtiger dir and start over with fresh copy of [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/installing-vtiger-on-dreamhost-and-ace-hostnet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Vtiger &#8211; add invoice ID to custom view field list</title>
		<link>http://mochabomb.com/blog/vtiger-add-invoice-id-to-custom-view-field-list/</link>
		<comments>http://mochabomb.com/blog/vtiger-add-invoice-id-to-custom-view-field-list/#comments</comments>
		<pubDate>Fri, 16 Mar 2007 03:03:31 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/110</guid>
		<description><![CDATA[Needed to create custom views that included the Invoice ID &#8211; seems to make sense. The user &#8220;rexkenley&#8221; fixed it and posted here (Thanks!!!) Just ensure that the field label is blank when inserting this into the vtiger_field table INSERT INTO `vtiger_field` ( `tabid` , `fieldid` , `columnname` , `tablename` , `generatedtype` , `uitype` , [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/vtiger-add-invoice-id-to-custom-view-field-list/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VTiger Webforms Install Guide</title>
		<link>http://mochabomb.com/blog/vtiger-webforms-install-guide/</link>
		<comments>http://mochabomb.com/blog/vtiger-webforms-install-guide/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 00:09:52 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/102</guid>
		<description><![CDATA[This install guide is best viewed by itself http://mochabomb.com/Docs/VTiger-webforms-Lead.html.]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/vtiger-webforms-install-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated VTiger webforms</title>
		<link>http://mochabomb.com/blog/updated-vtiger-webforms/</link>
		<comments>http://mochabomb.com/blog/updated-vtiger-webforms/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 00:01:31 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/101</guid>
		<description><![CDATA[The VTiger webforms is great and I made some updates to it &#8211; bring it closer to the great UI of Vtiger 5. I installed the webforms (with much thanks to &#8220;rhoobler&#8221; of the Vtiger forums for for making it into a joomla component here). Excitedly I entered some test info, submitted and &#8230; dropdown [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/updated-vtiger-webforms/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>vtiger &#8211; custom webforms with drop down and custom fields</title>
		<link>http://mochabomb.com/blog/vtiger-custom-webforms-with-drop-down-and-custom-fields/</link>
		<comments>http://mochabomb.com/blog/vtiger-custom-webforms-with-drop-down-and-custom-fields/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 09:48:44 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/97</guid>
		<description><![CDATA[1. create a custom field, say &#8220;Loan Purpose&#8221; in the Leads module. In my forms, I&#8217;ll call this &#8220;loanpurpose&#8221; 2. Using phpmyadmin, browse to the Table: vtiger_leadscf 3. Look at the custom field name for the field in question &#8211; mine was called cf_453 This is the field name to be used in webforms.php 4. [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/vtiger-custom-webforms-with-drop-down-and-custom-fields/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>vTiger install notes</title>
		<link>http://mochabomb.com/blog/vtiger-install-notes/</link>
		<comments>http://mochabomb.com/blog/vtiger-install-notes/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 20:37:13 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/68</guid>
		<description><![CDATA[1. Run the report field patch, located here to allow totals in reports: http://mochabomb.com/software/Servers,PHP,Web/vTigerCRM/patches-vTiger/ReportFieldPatch 2. Fix the decimal places with this: http://forums.vtiger.com/viewtopic.php?t=10349 If you have an existing database, you will want to update the table structure manually. Table: vtiger_pricebookproductrel, Column: listprice, Format: N 11.2. 3. fix php.ini as noted in this post, here is the [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/vtiger-install-notes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vTiger php.ini settings</title>
		<link>http://mochabomb.com/blog/vtiger-phpini-settings/</link>
		<comments>http://mochabomb.com/blog/vtiger-phpini-settings/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 07:32:23 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/54</guid>
		<description><![CDATA[vtiger php.ini file settings Option &#124; Setting =============== Safe Mode &#124; Off Display Errors &#124; On File Uploads &#124; On Register Globals &#124; Off Max Execution Time &#8211; 300 output_buffering &#8211; On Change the memory limit &#8211; 16M error_reporting &#8211; E_WARNING &#038; ~E_NOTICE allow_call_time_reference &#8211; On output_buffering &#8211; On log_error = off GD Library support [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/vtiger-phpini-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vTiger installation guide &#8211; ripped straight from vtiger.com</title>
		<link>http://mochabomb.com/blog/vtiger-installation-guide-ripped-straight-from-vtigercom/</link>
		<comments>http://mochabomb.com/blog/vtiger-installation-guide-ripped-straight-from-vtigercom/#comments</comments>
		<pubDate>Thu, 16 Nov 2006 07:22:40 +0000</pubDate>
		<dc:creator>gregg</dc:creator>
				<category><![CDATA[vTiger]]></category>

		<guid isPermaLink="false">http://mochabomb.com/blog/archives/53</guid>
		<description><![CDATA[Vtiger CRM 5 Beta &#8211; Installation Guide From vtiger.com Important Note: vtiger CRM 5 Beta is ready for end-users testing the product and post their suggestions and comments. This build is only for product testing purpose, hence users are strongly adviced not to use for deployment purpose. You can access the v5 Beta demo from: [...]]]></description>
		<wfw:commentRss>http://mochabomb.com/blog/vtiger-installation-guide-ripped-straight-from-vtigercom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

