mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Fixes #1056 - Forum rules and statistics links added back to template and reworked for bootstrap. thread_sef removed from forum_thread database table and now generated on the fly. More testing required.
This commit is contained in:
@@ -25,6 +25,18 @@ class forum_url // plugin-folder + '_url'
|
||||
{
|
||||
$config = array();
|
||||
|
||||
$config['rules'] = array(
|
||||
'regex' => '^forum/rules/?',
|
||||
'sef' => 'forum/rules',
|
||||
'redirect' => '{e_PLUGIN}forum/forum.php?f=rules',
|
||||
);
|
||||
|
||||
$config['stats'] = array(
|
||||
'regex' => '^forum/stats/?',
|
||||
'sef' => 'forum/stats',
|
||||
'redirect' => '{e_PLUGIN}forum/forum_stats.php',
|
||||
);
|
||||
|
||||
$config['post'] = array(
|
||||
'regex' => '^forum/post/?',
|
||||
'sef' => 'forum/post/',
|
||||
|
Reference in New Issue
Block a user