1
0
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:
Cameron
2016-01-31 21:44:11 -08:00
parent cad4e9d869
commit ee32537db4
5 changed files with 209 additions and 54 deletions

View File

@@ -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/',