if (ForumFType = 0) and (mlev > 0) then Response.Write " <a href=""post.asp?method=Topic&FORUM_ID=" & ForumID & """>" & getCurrentIcon(strIconFolderNewTopic,"New Topic","hspace=""0""") & "</a>" end if
Forums that are not links will have an icon for a new topic. You can mod that to have the text also.
Apparently Snitz does not escape & so that should have been " " not " " but anyway the lines are.
elseif strBoardSubs <> "Y" and not(InArray(strCatSubs,ForumCatID)) then Response.Write " " & ShowSubLink ("S", ForumCatID, ForumID, 0, "N") end if end if else Response.Write " " end if end sub
sub ForumMemberOptions() if (mlev > 0) then if ForumFType = 0 and ForumStatus > 0 and CatStatus > 0 then
That would be because I thought that the Admin check was in the func not right before the func. I swore it worked when I tested it but the mod is line 763 from