render()
render(string $forum_name, string $scope = 'agora', string $base_url = null, string $template_file = false) : string
Returns all threads of a forum in a threaded view.
Parameters
string | $forum_name | The unique name for the forum. |
string | $scope | The application that the specified forum belongs to. |
string | $base_url | An alternate link where edit/delete/reply links point to. |
string | $template_file | Template file to use. |
Returns
string —The HTML code of the thread view.