Home arrow Hacks arrow 4.5.2 arrow Adding a "Download as VCard" parameter to Contacts Administration  
Main Menu
Home
Site News
Search
Contact Us
About Us
Mambo Notes
Administration
Installation
Hacks
Site Layout / CSS
Other
Website Stories
Mambo 101
Mambo Links
Author Login
Username

Password

Remember me
Password Reminder
Adding a "Download as VCard" parameter to Contacts Administration Print E-mail
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:
  1. Find the administrator\components\com_contact\contact_items.xml file.

  2. 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 )
Bookmark Us
 
 
Popular
Latest Content
Content Copyright 2004 - 2005 KABAM, Inc. All Rights Reserved.

Mambo Copyright 2000 - 2004 Miro International Pty Ltd. All rights reserved.
Mambo is Free Software released under the GNU/GPL License.