- Posted on Thursday 13 June 2013 - 00:00:00
Commonly used core theme shortcodes are listed below.
Name
Description
{---}
Renders the main content of the current page. ...
- Posted on Thursday 13 June 2013 - 17:00:00
...x, we suggest the following changes be made to bring your theme up to the new v2.x standards.
Replace $HEADER and $FOOTER with $L...
- Posted on Thursday 02 January 2020 - 18:57:34
...ide e107's core pages and functions. You can recognize these files by their e_xxxxx.php naming format. By simply placing any or all of the file types ...
- Posted on Thursday 03 March 2016 - 16:08:00
...ng, bbcodes, type);
$tp->toHtml("<strong class="bbcode bold bbcode-b bbcode-b-page">Bold print</strong>", true, 'BODY'); // Example
...
- Posted on Wednesday 01 November 2017 - 18:25:29
... content and improved network availability
Caching
Quick optimized(compressed) site rendering and serve options
Responsive design for mobile dev...
- Posted on Thursday 13 June 2013 - 17:00:00
... your plugin's folder.
Add the following code replacing myplugin with the name of your plugin's folder.
class myplugin_shortcodes extends ...
- Posted on Wednesday 14 November 2018 - 05:51:50
...107::js(type, value, dependency, zone);
Example: Load a script in the 'faqs' plugin directory and auto-load jquery if not already loaded.
e107::j...
- Posted on Sunday 19 August 2018 - 06:06:26
...g tag.
$frm->open('myform'); // returns
$frm->open('myform', 'get', 'myscript.php', array('autocomplete' => 'on', 'class' => 'formclass...
- Posted on Thursday 13 June 2013 - 17:00:00
...ame of your plugin folder, followed by _template.php. eg. myplugin_template.php Inside this file add an array by the same name, but in UPPERCASE: eg. ...
- Posted on Monday 26 June 2023 - 11:16:25
...that the documentation for this is a work-in-progress. Thank you for your patience.
$fields
Database fields are defined by the $fields val...