Archive for February, 2006

How to become Sugar programmer

Preface:
SugarCRM is open source Customer Relation Management application written in php(html and Javascript is also used somewhere).
It uses mysql as backend database.
http://www.sugarcrm.com/crm/
Here you can take a general idea about the Sugarcrm.
Before starting coding take a good book of php and read it thoroughly.
1) To set the working environment on local machine you need:
i) One computer [...]

Steps to show page title with module name

Here are the steps to show page title with module name -
To do this you have to first edit header.php of each of your themes by adding this line
$xtpl->assign(”CURRENT_MODULE_NAME”, $_REQUEST['module']);
you can add this line after these lines
$xtpl->assign(”THEME”, $theme);
$xtpl->assign(”IMAGE_PATH”, $image_path);
then you have to edit the header.html of each of your themes here you have [...]

SugarCRM: Replacing Sugar Logo

You can add your company’s logo or image instead of using SugarCRM logo. To add your image or logo open :
/var/www/html/SugarSuite-Full-4.0.1/themes/Sugar/header.html
In this file search for the line which says:
(img xsrc=”{IMAGE_PATH}company_logo.png” mce_src=”{IMAGE_PATH}company_logo.png” width=”212″ height=”40″ alt=”Company Logo” border=”0″ style=”margin-left: 10px;”)
Now here you can give the name of the image/logo (replace company_logo.png with your image or logo) which [...]


OpenApp Media Network OpenApp Media Network

Various trademarks held by their respective owners.

Privacy Statement | Terms Of Service