ocf_make_emoticon (line 54)
Make an emoticon.
void
ocf_make_emoticon
(SHORT_TEXT $code, ID_TEXT $theme_img_code, [integer $relevance_level = 1], [BINARY $use_topics = 1], [BINARY $is_special = 0])
-
SHORT_TEXT
$code: The textual code entered to make the emoticon appear.
-
ID_TEXT
$theme_img_code: The image code used for the emoticon.
-
integer
$relevance_level: The relevance level.
-
BINARY
$use_topics: Whether this may be used as a topic emoticon.
-
BINARY
$is_special: Whether this may only be used by privileged members
ocf_make_post_template (line 30)
Make a post template.
AUTO_LINK
ocf_make_post_template
(SHORT_TEXT $title, LONG_TEXT $text, SHORT_TEXT $forum_multi_code, BINARY $use_default_forums)
-
SHORT_TEXT
$title: The title for the template.
-
LONG_TEXT
$text: The text of the template.
-
SHORT_TEXT
$forum_multi_code: The multi code specifying which forums this is applicable in.
-
BINARY
$use_default_forums: Whether to use this as the default post in applicable forum.
ocf_make_welcome_email (line 80)
Make a Welcome E-mail.
AUTO_LINK
ocf_make_welcome_email
(SHORT_TEXT $name, SHORT_TEXT $subject, LONG_TEXT $text, integer $send_time, [?AUTO_LINK $newsletter = 0])
-
SHORT_TEXT
$name: A name for the Welcome E-mail
-
SHORT_TEXT
$subject: The subject of the Welcome E-mail
-
LONG_TEXT
$text: The message body of the Welcome E-mail
-
integer
$send_time: The number of hours before sending the e-mail
-
?AUTO_LINK
$newsletter: What newsletter to send out to instead of members (NULL: none)