This is a page of vTiger Customizations that I’ve either made or found on the Internet.

1.) Hashing Passwords in the vTiger Customer Portal
- http://www.christopherkois.com/?p=544
- http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6781

2.) Enforcing Strong Passwords
- http://www.christopherkois.com/?p=564
- http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6883

3.) Associating Documents to Accounts
– Apply changes from these 2 files
- http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6116
- http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6551

- Discussion: http://forums.vtiger.com/viewtopic.php?t=25496&start=30&sid=fda62b30bd9896399415b4dcb05c5bda

4.) Enforcing Strong Passwords in the Customer Portal
- http://www.christopherkois.com/?p=640
- http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/6895

5.) Importing more than 500 records
- http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/5255

6.) Turn off auto-complete on login.php on Customer Portal
- https://developer.mozilla.org/en/how_to_turn_off_form_autocompletion –> Reference
On line 67 of the login.php file, add this into the form tag: autocomplete=”off”

7.) Changing fields and field names in ListView
-
http://wiki.vtiger.com/index.php/Developers_How_To%27s#Listview:_How_to_change_the_fields_and_columns_displayed_in_Listviews
- http://www.programmingfaqs.com/question/how-to-add-custom-fields-to-list-view-vtiger-crm
See tables vtiger_customview, vtiger_cvcustomview, and vtiger_cvcolumnlist.

8.) Removing menus items from main menu
- http://forums.vtiger.com/viewtopic.php?t=13315
Quick edit parent_tabdata.php –> If you update the modules available via the Module Manager, the changes in this file are purged.

9.) Implementing User Account Lockout in the Customer Portal
- http://www.christopherkois.com/?p=663
- http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/7019

10.) Remove Documents from being accessed via direct URL
- http://forum.vtiger.com/viewtopic.php?f=96&t=26120&sid=4ec0338e2fdcb321f6033f10fb3cff7b&start=10
Edit the vtigercrm/include/utils/CommonUtils.php file –> Update Line 2509: $filepath = ‘storage/’;  –> Change to some other directory outside of public html path (i.e: /opt/filestorage/)

11.) Importing Users into vTiger
- http://forums.vtiger.com/viewtopic.php?f=91&t=22918

12.) Changing default date format in vTiger
-
http://forums.vtiger.com/viewtopic.php?t=29634

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Set your Twitter account name in your settings to use the TwitterBar Section.