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
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:
after change:
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.
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
Post a Comment