1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

IP handler checks and fixes.

This commit is contained in:
Cameron
2016-05-25 15:10:00 -07:00
parent 0b96543a1a
commit ec36f1dc87
7 changed files with 80 additions and 9 deletions

View File

@@ -327,6 +327,7 @@ if (!$forumList)
$forum_string = '';
$pVars = new e_vars;
$frm = e107::getForm();
foreach ($forumList['parents'] as $parent)
{
$status = parse_parent($parent);
@@ -391,7 +392,6 @@ function parse_forum($f, $restricted_string = '')
if(USER && is_array($newflag_list) && in_array($f['forum_id'], $newflag_list))
{
$fVars->NEWFLAG = "<a href='".$e107->url->create('forum/forum/mfar', $f)."'>".IMAGE_new.'</a>';
}
elseif(empty($f['forum_replies']) && defined('IMAGE_noreplies'))