Personal Info AddOn Custom Data
Admin topic for PersonalInfoAddOn. For usage instructions see
PersonalInfoHome.
This current topic and
PersonalInfoModules work in tandem:
How can I customize a section?
- To replace the default implementation: replace the
%INCLUDE{}%
variable by custom text.
- To add to the custom implementation: leave the
%INCLUDE{}%
variable in place and add text before or after
Customizable sections
personalInfoFields
%STARTSECTION{"personalInfoFields"}%<table cellspacing='0' cellpadding='0'>
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="WorkStatus" label="Status"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="OrganisationName" label="Organisation"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="OrganisationURL" label="Organisation website"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="HomePage" label="My homepage"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Country" label="Country"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Comment" label="Comment"}%
</table>%ENDSECTION{"personalInfoFields"}%
personalInfoDataRow
To use a custom implementation: replace INCLUDE variable by custom text
%STARTSECTION{"personalInfoDataRow" fieldName=%FIELDNAME% label=%LABEL%}%%INCLUDE{"PersonalInfoModules" section="personalInfoDataRow"}%%ENDSECTION{"personalInfoDataRow"}%
personalInfoStyle
%STARTSECTION{"personalInfoStyle"}%%INCLUDE{"PersonalInfoModules" section="personalInfoStyle"}%%ENDSECTION{"personalInfoStyle"}%
personalInfo
%STARTSECTION{"personalInfo"}%%INCLUDE{"PersonalInfoModules" section="personalInfo"}%%ENDSECTION{"personalInfo"}%
phoneList
%STARTSECTION{"phoneList"}%%INCLUDE{"PersonalInfoModules" section="phoneList"}%%ENDSECTION{"phoneList"}%
createPhoneListXMLAttachment
%<nop>STARTATTACH{"phoneList.xml"}%%INCLUDE{"%TOPIC%" section="phoneListXML"}%%ENDATTACH%
phoneListXML
%STARTSECTION{"phoneListXML"}%%INCLUDE{"PersonalInfoModules" section="phoneListXML"}%%ENDSECTION{"phoneListXML"}%
personalSearch
%STARTSECTION{"personalSearch"}%%INCLUDE{"PersonalInfoModules" section="personalSearch"}%%ENDSECTION{"personalSearch"}%
vCard
%STARTSECTION{"vCard"}%%INCLUDE{"PersonalInfoModules" section="vCard"}%%ENDSECTION{"vCard"}%
createDirectSearchAttachment
%STARTATTACH{"directSearch.js" comment="<nop>PersonalInfoAddOn cached user data"}%%INCLUDE{"PersonalInfoModules" section="directSearchScriptCode"}%%ENDATTACH%
directSearch
%STARTSECTION{"directSearch"}%%INCLUDE{"PersonalInfoModules" section="directSearch"}%%ENDSECTION{"directSearch"}%
directSearchScript
%STARTSECTION{"directSearchScript"}%%INCLUDE{"PersonalInfoModules" section="directSearchScript"}%%ENDSECTION{"directSearchScript"}%
directSearchScriptFile
%STARTSECTION{"directSearchScriptFile"}%%INCLUDE{"PersonalInfoModules" section="directSearchScriptFile"}%%ENDSECTION{"directSearchScriptFile"}%
directSearchData
%STARTSECTION{"directSearchData"}%%INCLUDE{"PersonalInfoModules" section="directSearchData"}%%ENDSECTION{"directSearchData"}%
tableOfAllUsers
%STARTSECTION{"tableOfAllUsers"}%%INCLUDE{"PersonalInfoModules" section="tableOfAllUsers"}%%ENDSECTION{"tableOfAllUsers"}%
pictures
%STARTSECTION{"pictures"}%%INCLUDE{"PersonalInfoModules" section="pictures"}%%ENDSECTION{"pictures"}%
pictureFilterSearch
%STARTSECTION{"pictureFilterSearch"}%%INCLUDE{"PersonalInfoModules" section="pictureFilterSearch"}%%ENDSECTION{"pictureFilterSearch"}%