|
To get full understanding of how the template system works, please first refer to Template Structure.
Here are the valid tokens that you can use in a template :
TOKEN
|
REFERS TO
|
[REPEAT]
[/REPEAT]
|
Start and end tokens of a repeater block.
|
[QUESTION]
|
The question part of the FAQ item
|
[ANSWER]
|
The answer part of the FAQ item
|
[LINK]
|
Not yet implemented (reserved for v2.0)
|
[QICON1]
|
Different letter "Q" images
|
[QICON2]
|
[QICON3]
|
[QICON4]
|
[AICON1]
|
Different letter "A" images
|
[AICON2]
|
[AICON3]
|
[AICON4]
|
[USERNAME]
|
The username of the user who provided the FAQ item. Automatically grabbed field by core FAQs module.
|
[DISPLAYNAME]
|
The display name of the user who provided the FAQ item. Generally name and surname combined. Automatically grabbed field by core FAQs module.
|
[CREATEDDATE]
|
The date when the FAQ item is created. Automatically grabbed field by core FAQs module.
|
There are 4 different "Q" and "A" letters which you can use. You can also replace them with your own images. These images reside at :
~DesktopModules/DesTech.Modules.FAQTips/Images/
You can use only one [REPEAT][/REPEAT] block in any one template, whereas, you can use as much of the other tokens.
Use all the tokens within [REPEAT][/REPEAT] block.
|