|
BMLT Basic Standalone Satellite
|
Public Member Functions | |
| output_head ($in_shortcode='[[bmlt]]') | |
| Outputs the head HTML, CSS and JavaScript. *. More... | |
| output_body () | |
| Outputs the body HTML and JavaScript. *. | |
| process_text ($in_string) | |
This uses the CMS text processor (t) to process the given string. *
| |
| standard_head ($in_text=null) | |
| returns any necessary head content. * More... | |
| admin_head () | |
| No admin in this implementation. * *. More... | |
| admin_page () | |
| Prevents the admin page from being shown. *. | |
Public Attributes | |
| $my_shortcode = null | |
| This will hold the given shortcode. | |
Protected Member Functions | |
| get_ajax_base_uri () | |
| Return an HTTP path to the AJAX callback target. * *. More... | |
| get_plugin_path () | |
| Return an HTTP path to the plugin directory. * *. More... | |
| geDefaultBMLTOptions () | |
| This gets the default admin options from the object (not the DB). * *. More... | |
| cms_get_option ($in_option_key) | |
| This gets the admin options from the config file. * *. More... | |
| cms_get_page_settings_id ( $in_text, $in_check_mobile=false) | |
This function fetches the settings ID for a page (if there is one). *
| |
| get_admin_ajax_base_uri () | |
| We don't do admin in this variant, so this makes that clear. * *. More... | |
| get_admin_form_uri () | |
| We don't do admin in this variant, so this makes that clear. * *. More... | |
| cms_set_option ( $in_option_key, $in_option_value) | |
| You cannot set options in this implementation. * *. More... | |
| cms_delete_option ($in_option_key) | |
| You cannot delete options in this implementation. * *. More... | |
| cms_get_post_meta ( $in_page_id, $in_settings_id) | |
| This is declared to make it clear that we don't do post meta. * *. More... | |
Definition at line 52 of file bmlt_basic.class.php.
| admin_head | ( | ) |
No admin in this implementation. * *.
Definition at line 423 of file bmlt_basic.class.php.
|
protected |
You cannot delete options in this implementation. * *.
Definition at line 397 of file bmlt_basic.class.php.
|
protected |
This gets the admin options from the config file. * *.
Definition at line 176 of file bmlt_basic.class.php.
References $bmlt_basic_configuration.
|
protected |
This function fetches the settings ID for a page (if there is one). *
| $in_text | Required (for the base version) content to check. |
| $in_check_mobile | True if this includes a check for mobile. Default is false. |
Definition at line 204 of file bmlt_basic.class.php.
Referenced by standard_head().
|
protected |
This is declared to make it clear that we don't do post meta. * *.
| $in_page_id | The ID of the page/post |
| $in_settings_id | The ID of the meta tag to fetch |
Definition at line 409 of file bmlt_basic.class.php.
|
protected |
You cannot set options in this implementation. * *.
| $in_option_key | The name of the option |
| $in_option_value | the values to be set (associative array) |
Definition at line 383 of file bmlt_basic.class.php.
|
protected |
This gets the default admin options from the object (not the DB). * *.
Definition at line 162 of file bmlt_basic.class.php.
References $bmlt_basic_configuration.
|
protected |
We don't do admin in this variant, so this makes that clear. * *.
THESE ARE ALL DISABLED IN THE BASIC SATELLITE *
Definition at line 359 of file bmlt_basic.class.php.
|
protected |
We don't do admin in this variant, so this makes that clear. * *.
Definition at line 371 of file bmlt_basic.class.php.
|
protected |
Return an HTTP path to the AJAX callback target. * *.
INTERNAL FUNCTIONS (NOT CALLED BY CLIENT) *
Definition at line 94 of file bmlt_basic.class.php.
Referenced by get_plugin_path().
|
protected |
Return an HTTP path to the plugin directory. * *.
Definition at line 131 of file bmlt_basic.class.php.
References get_ajax_base_uri().
Referenced by standard_head().
| output_head | ( | $in_shortcode = '[[bmlt]]' | ) |
Outputs the head HTML, CSS and JavaScript. *.
CLIENT FUNCTIONS *
< You need to provide a shortcode, if you want something other than the default.
Definition at line 66 of file bmlt_basic.class.php.
References standard_head().
| process_text | ( | $in_string | ) |
This uses the CMS text processor (t) to process the given string. *
Definition at line 148 of file bmlt_basic.class.php.
| standard_head | ( | $in_text = null | ) |
returns any necessary head content. *
< This is the page content text.
Definition at line 246 of file bmlt_basic.class.php.
References cms_get_page_settings_id(), and get_plugin_path().
Referenced by output_head().