mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Fix forum replies/topic count styling on sub forums.
This commit is contained in:
@@ -2367,7 +2367,10 @@ class e107forum
|
||||
$replace = array(ltrim($forumInfo['forum_name'], '*'), e107::url('forum', 'forum', $forumInfo));
|
||||
$FORUM_CRUMB['forum']['value'] = str_replace($search, $replace, $FORUM_CRUMB['forum']['value']);
|
||||
|
||||
$threadInfo['thread_id'] = intval($threadInfo['thread_id']);
|
||||
if(isset($threadInfo['thread_id']))
|
||||
{
|
||||
$threadInfo['thread_id'] = intval($threadInfo['thread_id']);
|
||||
}
|
||||
$search = array('{THREAD_TITLE}', '{THREAD_HREF}');
|
||||
$replace = array(vartrue($threadInfo['thread_name']), ''); // $thread->threadInfo - no reference found
|
||||
|
||||
|
Reference in New Issue
Block a user