mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
Forum: Experimental topic/thread split feature added. (requires e_DEVELOPER to be true in e107_config.php)
This commit is contained in:
@@ -54,6 +54,10 @@ class forum_url // plugin-folder + '_url'
|
||||
'sef' => 'forum/post/?f=move&id={thread_id}',
|
||||
);
|
||||
|
||||
$config['split'] = array(
|
||||
'sef' => 'forum/post/?f=split&id={thread_id}&post={post_id}',
|
||||
);
|
||||
|
||||
$config['topic'] = array(
|
||||
'regex' => 'forum\/([^\/]*)\/([\d]*)(?:\/|-)([\w-]*)/?\??(.*)',
|
||||
// 'regex' => '^forum/(.*)/(\d*)(?:-|/)([\w-]*)/?\??(.*)',
|
||||
|
Reference in New Issue
Block a user