1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Issue #2016 Fix: Forum Topic/Thread Move link was failing when SEF Urls not in use.

This commit is contained in:
Cameron
2016-11-18 15:45:38 -08:00
parent 74221c1cd5
commit 1f3cb0d47b
2 changed files with 857 additions and 781 deletions

View File

@@ -52,10 +52,12 @@ class forum_url // plugin-folder + '_url'
// only create url - parsed above.
$config['move'] = array(
'sef' => 'forum/post/?f=move&id={thread_id}',
'legacy' => '{e_PLUGIN}forum/forum_post.php?f=move&id={thread_id}'
);
$config['split'] = array(
'sef' => 'forum/post/?f=split&id={thread_id}&post={post_id}',
'legacy' => '{e_PLUGIN}forum/forum_post.php?f=split&id={thread_id}&post={post_id}'
);
$config['topic'] = array(

File diff suppressed because it is too large Load Diff