mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
SEF Url examples
This commit is contained in:
@@ -160,6 +160,7 @@ class plugin_forum_rewrite_url extends eUrlConfig
|
|||||||
'name' => FORUM_LAN_URL_NAME, // Module name
|
'name' => FORUM_LAN_URL_NAME, // Module name
|
||||||
'label' => FORUM_LAN_URL_REWRITE_LABEL, // Current profile name
|
'label' => FORUM_LAN_URL_REWRITE_LABEL, // Current profile name
|
||||||
'description' => FORUM_LAN_URL_REWRITE_DESCR, //
|
'description' => FORUM_LAN_URL_REWRITE_DESCR, //
|
||||||
|
'examples' => array("{e_PLUGIN_ABS}forum/forum.php")
|
||||||
),
|
),
|
||||||
'form' => array(), // Under construction - additional configuration options
|
'form' => array(), // Under construction - additional configuration options
|
||||||
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
||||||
|
@@ -161,6 +161,7 @@ class plugin_forum_url extends eUrlConfig
|
|||||||
'name' => FORUM_LAN_URL_NAME, // Module name
|
'name' => FORUM_LAN_URL_NAME, // Module name
|
||||||
'label' => FORUM_LAN_URL_DEFAULT_LABEL, // Current profile name
|
'label' => FORUM_LAN_URL_DEFAULT_LABEL, // Current profile name
|
||||||
'description' => FORUM_LAN_URL_DEFAULT_DESCR, //
|
'description' => FORUM_LAN_URL_DEFAULT_DESCR, //
|
||||||
|
'examples' => array("{e_PLUGIN_ABS}forum/forum_viewtopic.php?id=3&p=2")
|
||||||
),
|
),
|
||||||
'form' => array(), // Under construction - additional configuration options
|
'form' => array(), // Under construction - additional configuration options
|
||||||
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
'callbacks' => array(), // Under construction - could be used for e.g. URL generator functionallity
|
||||||
|
Reference in New Issue
Block a user