[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/ -> functions_massmail.php (summary)

MyBB 1.8 Copyright 2014 MyBB Group, All Rights Reserved Website: http://www.mybb.com License: http://www.mybb.com/about/license

File Size: 222 lines (6 kb)
Included or required: 2 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  build_mass_mail_query()
  create_text_message()
  make_pretty_links()

Functions
Functions that are not part of a class:

build_mass_mail_query($conditions)   X-Ref
Build the mass email SQL query for the specified conditions.
return: string The generated search SQL
param: array $conditions Array of conditions to match users against.

create_text_message($message)   X-Ref
Create a text based version of a HTML mass email.
return: string The generated text based version.
param: string $message The HTML version.

make_pretty_links($message_html)   X-Ref
Generates friendly links for a text based version of a mass email from the HTML version.
return: string The version with the friendly links and all <a> tags stripped.
param: string $message_html The HTML version.



2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref