hi, who has a code to hide topics/posts in
lava/wapdesire forum
for users in ignored list?
thanks
lava/wapdesire forum
for users in ignored list?
thanks
if(isignored($chat[0],$uid)){
$canc = false;
}
if(isignored($post[1],$uid))
{
$post[0] = "You are not allowed to see this post";
}
Comment