Function Forum_driver_vb3->topic_url
Definitions
sources/forum/vb3.php
- Get a URL to the specified topic ID. Most forums don't require the second parameter, but some do, so it is required in the interface.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: string
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$topic_id | integer | required parameter | N/A | N/A | The topic ID |
$forum | string | required parameter | N/A | N/A | The forum ID |
Return
- The URL to the topic
- Type: URLPATH
- Set: N/A
- Range: N/A