As a component of the contacts to remove VCard

Contacts component included in the standard package Joomla, contains a wealth of options for customizing the appearance, but the developers somehow forgot to add the ability to disable the VCard.

In the Russian assembly Joomla Paranoia to adjust the component already added an option to disable this information, but if you use original Joomla, Then this article will help solve this problem.

 

  1. Editor, open the file administrator / components / com_contact / contact_items.xml
  2. At the bottom find the line:
     
      </ Params>

    and add to it the following code:

     
    <Param name="Vcard" type="Radio" default="1" label="VCard">
      <Option value="0">Hide</ Option>
      <Option value="1">Show</ Option>
    </ Param>
  3. Save the changes to the file

Comments are closed.