Ok, here is what i am running now in the showflat.php for the inline image mod... to only show the incline image to groups 1,2, 5,6,7,8 ...
if ((($Groups == "-1-") || ($Groups == "-2-") || ($Groups == "-5-") || ($Groups == "-6-") || ($Groups == "-7
-") || ($Groups == "-8-")) || ((!$user['U_Username']) && ($config['inline_anon'] == "yes"))){
BUT, it will only show the inline images to groups 5 to 8 and not the admins or mods?
It does NOT show it to normal users or guests though.. WHich is good. Half way there?
HELP? Ive been trying to hack this this afternoon, but cant figure out why the admins and mods can see the inlines? Other than that its working ok for the supporting member groups 5 to 8
Deej