Removing the “Download information as a VCard” from the Contact Us page?

Written by on November 9, 2009 in Core tips - No comments

Q. How do I remove the “Download information as a VCard” from the Contact Us page?

A. Add the code below to make the VCard notice an option.

The code below will add a radio button in the Contact/Parameters in the Joomla back-end.
This will allow you to select whether the VCard info appears or not.

Find file:  administratorcomponentscom_contactcontact_items .xml

Add this at a nice spot. (I did put it just before show/hide image.)\

Code:

<param name="vcard" type="radio" default="1" label="Vcard" description="Show/Hide the Vcard">
<option value="0">Hide</option>
<option value="1">Show</option>
</param>

About the Author

Matthew King is the excessively caffeinated head of customer service and system administrator for JoomlaJunkie. He loves paintball and dry humor. Matt also sells web hosting and does website design at ColumbusGEEK.com. He is based in Columbus, Ohio (USA).

Leave a Comment