Personal Info AddOn Custom Data
Admin topic for PersonalInfoAddOn. For a general overview see
PersonalInfoHome.
This current topic and
PersonalInfoModules work in tandem:
If you are using
directSearch you may
update the directSearch javascript file now (by saving this topic the
attachment will be updated)
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"}%<fieldset><legend>Persönliche Daten</legend><table cellspacing='0' cellpadding='0'>
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Titel" label="Titel"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="FirstName" label="Vorname"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="LastName" label="Nachname"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataWikiName" label="<nop>WikiName"}%
</table></fieldset>
<fieldset><legend>Kontaktdaten</legend><table cellspacing='0' cellpadding='0'>
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="FirmaInstitution" label="Firma/Institution"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Abteilung" label="Abteilung"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Telefon" label="Telefon"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Mobil" label="Mobil"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Fax" label="Fax"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataEMail" label="E-Mail"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Strasse" label="Straße"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Plz" label="Plz"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="Ort" label="Ort"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRow" fieldName="HomePage" label="Homepage" link="yes"}%
</table></fieldset>
<fieldset><legend>Netzwerken</legend><table cellspacing='0' cellpadding='0'>
%INCLUDE{"PersonalInfo" section="personalInfoDataRowTextArea" fieldName="NetzwerkeInstitutionen" label="Netzwerke/Institutionen" }%
%INCLUDE{"PersonalInfo" section="personalInfoDataRowTextArea" fieldName="Biete" label="Biete"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRowTextArea" fieldName="Suche" label="Suche"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRowTextArea" fieldName="Ideen" label="Stichpunkte/Ideen"}%
%INCLUDE{"PersonalInfo" section="personalInfoDataRowTextArea" fieldName="Comment" label="Notiz"}%
</table></fieldset>%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"}%
personalInfoDataRowTextArea
%STARTSECTION{"personalInfoDataRowTextArea" fieldName=%FIELDNAME% label=%LABEL%}%%INCLUDE{"PersonalInfoModules" section="personalInfoDataRowTextArea"}%%ENDSECTION{"personalInfoDataRowTextArea"}%
personalInfoDataEMail
%STARTSECTION{"personalInfoDataEMail" label=%LABEL%}%%INCLUDE{"PersonalInfoExtraModules" section="personalInfoDataEMail"}%%ENDSECTION{"personalInfoDataEMail"}%
personalInfoDataWikiName
%STARTSECTION{"personalInfoDataWikiName" label=%LABEL%}%%INCLUDE{"PersonalInfoExtraModules" section="personalInfoDataWikiName"}%%ENDSECTION{"personalInfoDataWikiName"}%
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"}%%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{"PersonalInfoExtraModules" section="pictures"}%%ENDSECTION{"pictures"}%
pictureFilterSearch
%STARTSECTION{"pictureFilterSearch"}%%INCLUDE{"PersonalInfoModules" section="pictureFilterSearch"}%%ENDSECTION{"pictureFilterSearch"}%
createBar
%STARTSECTION{"createBar"}%%INCLUDE{"PersonalInfoExtraModules" section="createBar"}%%ENDSECTION{"createBar"}%