Skip to content

Admin_Latest_menu,_adding_a_plugin_to

Cameron edited this page Jan 28, 2017 · 1 revision

title: Admin Latest menu, adding a plugin to permalink: /Admin_Latest_menu,_adding_a_plugin_to/

As of e107 0.7 a plugin can add it's own information to the Latest menu displayed in the admin area.

There are two steps to this process.

First off is to register the use of these features with core when the plugin is installed by inserting the following line to your plugin.php:

The next step is to create the file e_latest.php your plugins root folder.

You can place any code in here you wish, depending on the information you want to display, noting that everything these files output must be in the $text variable in an appended form (ie. with '.=' not'='). Below is an example of the e_latest.php taken from the cores Links Page plugin:

The Forum plugin also contains an example of an e_latest.php file.

Category:API Category:PluginWriting

Clone this wiki locally