Function: faqgroup
Result: the list of elements
FAQ groups
Access level: admin
- id — Id
- name — Name
Name
Function: faq
Result: the list of elements
FAQ
Access level: admin
- id — Id
- subject — Heading
- location — Location
- project — Provider
- orderpriority — Sort
Edit the question
Function: faq.edit
Access level: admin
The function is simultaneously used to view object's parameters, to change an object, and create new one.
View object's parameters:
- Parameters:
- plid — parent list unique identifier (id element of faqgroup function).
- elid — unique identifier (id element of faq function)
- Result: object parameters list
Create an object:
Parameters:
- sok — the parameter must not be empty, generally "ok".
- plid — parent list unique identifier (id element of faqgroup function).
- additional query parameters ...
- Result: successful operation or error message
Change an object:
- Parameters:
- sok — the parameter must not be empty, generally "ok".
- plid — parent list unique identifier (id element of faqgroup function).
- elid — unique identifier (id element of faq function)
- additional query parameters ...
- Result: successfull operation or error message
The list object's parameters or additional query parameters (see above):
- creation — Create question .
- copyfrom — Copy from.
- project — Provider . Provider name
- language — Language. FAQ will be displayed only to clients with the selected language in the session
- location — Location. Location
- orderpriority — Sort. Set the priority
- subject — .
- type — Response type . Enter response in the form of a text or link
- text — Text.
- link — Link. Link to response
Move one line up
Function: faq.up
Move one line up
Access level: admin
Delete
Function: faq.delete
Delete
Access level: admin
Parameters:
- elid — one or more object's unique identifiers comma-delimited with space ", ". The unique identifiers is the id element of faq function.
Result: successful operation or error message
Move one line down
Function: faq.down
Move one line down
Access level: admin