mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 02:57:15 +02:00
content: templated the menu, recoded shortcodes, several minor improvements
This commit is contained in:
@@ -2,15 +2,6 @@
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
/*
|
||||
$e_plug_table = "pcontent"; //This is set to the table name you have decided to use.
|
||||
$reply_location = e_PLUGIN."content/content.php?content.$nid"; //This is set to the location you'd like the user to return to after replying to a comment.
|
||||
$db_table = "pcontent"; //This is the name of your plugins database table.
|
||||
$link_name = "content_heading"; //This is the name of the field in your plugin's db table that corresponds to it's name or title.
|
||||
$db_id = "content_id"; // This is the name of the field in your plugin's db table that correspond to it's unique id number.
|
||||
$plugin_name = "Content"; // A name for your plugin. It will be used in links to comments, in list_new/new.php.
|
||||
*/
|
||||
|
||||
$e_comment['eplug_comment_ids'] = "pcontent"; //This is set to the table name you have decided to use.
|
||||
$e_comment['plugin_path'] = "content"; //The path of your plugin.
|
||||
$e_comment['plugin_name'] = "content"; //A name for your plugin. It will be used in links to comments, in list_new/new.php.
|
||||
|
Reference in New Issue
Block a user