mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 17:19:56 +02:00
Issue #784 - Track overview page rewrite. Forum template upgrades.
This commit is contained in:
@@ -37,6 +37,12 @@ class forum_url // plugin-folder + '_url'
|
||||
'redirect' => '{e_PLUGIN}forum/forum_stats.php',
|
||||
);
|
||||
|
||||
$config['track'] = array(
|
||||
'regex' => '^forum/track/?',
|
||||
'sef' => 'forum/track',
|
||||
'redirect' => '{e_PLUGIN}forum/forum.php?f=track',
|
||||
);
|
||||
|
||||
$config['post'] = array(
|
||||
'regex' => '^forum/post/?',
|
||||
'sef' => 'forum/post/',
|
||||
|
Reference in New Issue
Block a user