Fixed the webforms demo pages in Joomla and VTiger…
Entries Tagged as 'vTiger'
suPHP - fixing busted parts of the site + vtiger forms
November 20th, 2008 12:33 am · No Comments
Tags: vTiger
Reset VTiger password
September 10th, 2007 12:44 pm · No Comments
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 “vtiger_users” table
4. Edit the field user_password=’adpexzg3FUZAk’
5. Edit the filed user_hash=’21232f297a57a5a743894a0e4a801fc3′
6. Edit the filed confirm_password=’adoY/6Mlw8kqg’
7. login [...]
Tags: vTiger
VTiger - sort by custom columns
March 19th, 2007 10:13 pm · 3 Comments
Today I added a custom column to our vtiger install we use at Direct Finance - a custom data field: Loan Purpose. I added this custom field to Accounts, Leads and Contacts and Potentials - then mapped them to eachother (so data was kept as lead was converted).
Now in looking at leads, accounts, or [...]
Tags: vTiger
Installing vtiger on Dreamhost and Ace-host.net
March 17th, 2007 12:24 am · No Comments
Dreamhost: Had to try a couple times - 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 “table creation failed”, then wipe out all tables in db, remove vtiger dir and start over with fresh copy of vtiger dir code. [...]
Vtiger - add invoice ID to custom view field list
March 15th, 2007 7:03 pm · 1 Comment
Needed to create custom views that included the Invoice ID - seems to make sense.
The user “rexkenley” 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` , [...]
Tags: vTiger





