Function Forum_driver_cns->post_url

Definitions

sources/forum/cns.php

  • Get a URL to the specified post ID.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: N/A

Parameters

Name Type Default Set Range Description
$post_id integer required parameter N/A N/A The post ID
$forum ?mixed required parameter N/A N/A The forum ID (null: private topic)
$tempcode_okay boolean False N/A N/A Whether it is okay to return the result using Tempcode (more efficient)

Return

  • The URL to the post
  • Type: mixed
  • Set: N/A
  • Range: N/A