Function Module_topics->new_topic

Definitions

forum/pages/modules/topics.php

  • The UI to create a new topic.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: object

Parameters

Name Type Default Set Range Description
$private_topic boolean False N/A N/A Whether a new Private Topic is being created
$member_id ?MEMBER Null N/A N/A The member ID being whispered too (null: N/A)
$img_path string Blank (empty string) N/A N/A Theme image code
$text ?Tempcode Null N/A N/A Text of screen (null: none)

Return

  • The UI
  • Type: Tempcode
  • Set: N/A
  • Range: N/A