mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
fixes #3337 usage of old v1 table names
new route /forum/?new to display new posts
This commit is contained in:
@@ -50,6 +50,12 @@ class forum_url // plugin-folder + '_url'
|
||||
'legacy' => '{e_PLUGIN}forum/forum.php?f=mfar&id={forum_id}'
|
||||
);
|
||||
|
||||
$config['new'] = array(
|
||||
'regex' => '^forum/\?new?',
|
||||
'sef' => 'forum/?new',
|
||||
'redirect' => '{e_PLUGIN}forum/forum.php?new'
|
||||
);
|
||||
|
||||
$config['post'] = array(
|
||||
'regex' => '^forum/post/?',
|
||||
'sef' => 'forum/post/',
|
||||
|
Reference in New Issue
Block a user