as you know site admin cant moderate forums he must be miderator to the forum that he want to mod...
v3.2
i made some changes so now admin is automaticaly modarator for all the forums.
in the forum page/index.php
there is lines with this:
| code |
if (ismodarator($ft_??,$user)) { |
so i added to this line this:
| code |
if ((isModarator($ft_??,$user)) or (isAdmin($admin))) { |
some thing like this i cant write exactly the lines and what i modi****ted bequse iam useing another computer right now(i dont have Net at my lol :ops
and there is the code that show the select box for Moderator where lock, move and etc functions,there is
| code |
if (ismodarator($ft_??,$user) |
i copied it all from { to }and changed it to:
as i checked it, its works fine... i didnt found any bugs.
is it works or there is some problem or security problem?
tnx.
if you need i can post the lines and etec when i will be at net again...