Hi, how can I prevent EVERYONE to see it from the archives?
ok, I fixed that by placing the below in archive/index.php
// display thread
// HACK: private threads.
if (private_thread_not_allowed($threadinfo))
{
echo "<div align=center>The author of this thread made it private and only users that he designated it for may access it.</div>";
eval(print_standard_error('privatethread_notallowe d'));
}
// HACK: private threads.
if ($do == 'thread')
|