List categories.
API Tags:
| Return: | Gallery's Categories |
| Access: | public |
Information Tags:
| Author: | Matthias Reuter |
| Since: | 2.0 |
| Sample: |
|
mixed getAllSubs(
$cats, [string
$outputType = 'array'], [string
$indentString = '—'], [
$indent = false], [
$selectedID = false], mixed
$forums
)
|
|
Returns all subcategories of the delivered cats.
Parameters:
|
mixed |
$forums: |
category IDs as int or array |
|
string |
$outputType: |
The following output types are supported: 'html_form' to get a list of <option>-tags 'array' (default) for an array-list 'array_ids_only' for an array-list with forum IDs only 'name_id_with_indent' for an array list of names with indent according to the forum structure |
|
string |
$indentString: |
The string for indent, default is '-' |
|
|
$cats: |
|
|
|
$indent: |
|
|
|
$selectedID: |
|
API Tags:
| Return: | List of all subcategories |
| Access: | public |
Information Tags:
| Author: | Matthias Reuter |
| Since: | 2.0 |
| Sample: |
|
array getLatestList(
[
$catIDs = false], [
$settings = array()]
)
|
|
lists latest images from IP.gallery.
Parameters:
API Tags:
| Return: | Image-Informations as multidimensional array |
| Access: | public |
Information Tags:
| Author: | Matthias Reuter |
| Since: | 2.02 |
Returns categories readable by the current member.
API Tags:
| Return: | Readable category IDs |
| Access: | public |
Information Tags:
Parameters:
API Tags:
Redefinition of:
- ipbwi::info()
- informations about the current IPBWI and PHP installation