|
Adding a "Download as VCard" parameter to Contacts Administration |
|
|
In 4.5.2 the option to turn on or off the "Downlaod as vCard" function
was missed.
To add it to the Contacts parameters in the Mambo
Administration panel do the following:
- Find the administrator\components\com_contact\contact_items.xml file.
- Add the following XML code wherever you want the parameter to appear in the Contact paramaters:
<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>
Now the vCard option can be controled from the Mambo backend.
|
|
Last Updated ( Tuesday, 08 March 2005 )
|