Miscellaneous information in the VCARD - Joomla! Forum - community, help and support


dear forum:
im working on joomla 1.5 website created, there placed 6 contacts each of these contact have vcard, keep miscellaneous information in website dont want miscellaneous information appear in vcards, can me advice, new in joomla it.
thanks lot
abe

try following:

edit file controller.php located in directory \components\com_contact , change following line of code shown below:

before change:

code: select all

         $v->setnote($contact->misc);

after change:

code: select all

         $v->setnote('');


make sure take copy of file before editing it.

note:
if above solution works, remove/comment line of code referenced above , try again. -> purely academic reasons.





Comments

Popular posts from this blog

How to change text Component easybook reloaded *newbee* - Joomla! Forum - community, help and support

After Effect warning: A problem occurred when processing OpenGL commands

Preconditions Failed. - Joomla! Forum - community, help and support