Hey there
I have been using the Simple_Slash MOD for some time now, And I wanted to do the EZ Anonymous MOD also, I did this But now I have the problem that the Inc_Simple_Slash MOD won't show the topics from the forums I allow anonymous posts in, anybody who can help with this. I think it's because the Forums which allows anonym posts has status as a Private Forum. I been looking at this code in Inc_Func_Secure.asp And I think it's here the problem lies, the 119 were added according to the EZ Anonymous MOD
dim Users
dim MatchFound
If rsStatus("F_PRIVATEFORUMS") <> 0 then
Select case rsStatus("F_PRIVATEFORUMS")
case 0, 119
chkForumAccess = true
case 1, 6 '## Allowed Users
if isAllowedMember(fForum,UserNum) = 1 then
chkForumAccess = true
else
if Display then
doNotAllowed
Response.end
else
chkForumAccess = false
end if
end if
My Inc_Simple_Slash can be seen here as a .txt file
inc_simple_slash.txt