1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

Forum #295 Preparations for thread/topic filtering.

This commit is contained in:
Cameron
2016-05-22 11:58:27 -07:00
parent e15469e806
commit 00c640626d
3 changed files with 19 additions and 4 deletions

View File

@@ -74,9 +74,9 @@ class forum_url // plugin-folder + '_url'
*/
$config['forum'] = array(
'regex' => '^forum/(.*)$',
'regex' => '^forum/([^\/]*)/?\??([^\/]*)?$',
'sef' => 'forum/{forum_sef}',
'redirect' => '{e_PLUGIN}forum/forum_viewforum.php?sef=$1',
'redirect' => '{e_PLUGIN}forum/forum_viewforum.php?sef=$1&$2',
'legacy' => '{e_PLUGIN}forum/forum_viewforum.php?id={forum_id}'
);