mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
@@ -305,8 +305,7 @@ function init()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//-- if($forum->checkPerm($forumId, 'thread')) //new thread access only.
|
if($forum->checkPerm($forumId, 'thread')) //new thread access only.
|
||||||
if($forum->checkPerm($forumId, 'post')) //new thread access only.
|
|
||||||
{
|
{
|
||||||
$forumSCvars['ntUrl'] = e107::url('forum', 'post') . "?f=nt&id=" . $forumId;
|
$forumSCvars['ntUrl'] = e107::url('forum', 'post') . "?f=nt&id=" . $forumId;
|
||||||
}
|
}
|
||||||
@@ -565,4 +564,4 @@ function init()
|
|||||||
|
|
||||||
new forum_viewforum_front();
|
new forum_viewforum_front();
|
||||||
|
|
||||||
require_once(FOOTERF);
|
require_once(FOOTERF);
|
||||||
|
Reference in New Issue
Block a user