Sunday 11 November 2012

Configure incoming Server Config With Gmail (IMAP)

Use this configuration for getting incoming mail from your google[apps] account.


  • Mail Server: imap.gmail.com 

  • Username: user@domain.com 

  • Password: *****  

  • Mail Protocol: imap 2

  • SSL Options: SSL Certificate

  • Validations: Do Not Validate SSL Cert 

  • Refresh Timeout: 1 minute  

  • Email per Page: 25 


https://www.vtiger.com/blogs/?p=623

Customize Vtiger footer

If you want customize Vtiger footer open index.php and search for the following lines of code

echo "<script language = 'JavaScript' type='text/javascript' src = 'include/js/popup.js'></script>";
echo "<br><br><br><table border=0 cellspacing=0 cellpadding=5 width=100% class=settingsSelectedUI >";
echo "<tr><td class=small align=left><span style='color: rgb(153, 153, 153);'>Powered by vtiger CRM <span id='_vtiger_product_version_'>$vtiger_current_version</span></span></td>"; echo "<td class=small align=right><span>&copy; 2004-".date('Y')." <a href='http://www.vtiger.com' target='_blank'>vtiger.com</a> | <a href='javascript:mypopup()'>".$app_strings['LNK_READ_LICENSE']."</a> | <a href='http://www.vtiger.com/products/crm/privacy_policy.html' target='_blank'>".getTranslatedString('LNK_PRIVACY_POLICY')."</a></span> $statimage</td></tr></table>";

edit this lines and see new footer

Change Page Title


In this article you can understand how change page title.

For customizing the page title you have to change the value of the string "LBL_BROWSER_TITLE".
The string is available in the language file located in /include/language/en_us.lang.php.

(If you are using another language edit the correct language file)

$app_strings = array ('LBL_BROWSER_TITLE' => 'vtiger CRM 5 - Commercial Open Source CRM',...'LBL_BROWSER_TITLE' => 'Your custom string',