You are not logged in.
- Topics: Active | Unanswered
#1 2009-10-14 11:45:07
- toujoursenretard
- Member
- Registered: 2009-10-13
- Posts: 7
A problem of right with the link post a new topic
I don't understand why my guest user can post new topic whereas they don't have these right in the admin panel ??
I think there is something in this part of the code but i don't know what :
// Can we or can we not post new topics?
if (($cur_forum['post_topics'] == '' && $pun_user['g_post_topics'] == '1') || $cur_forum['post_topics'] == '1' || $is_admmod)
$post_link = "\t\t".'<p class="postlink conr"><a href="post.php?fid='.$id.'">'.$lang_forum['Post topic'].'</a></p>'."\n";
else
$post_link = '';
value of cur_forum= - pun_user=1 - cur_forum= - is_admod=
I need help ;-)
Last edited by toujoursenretard (2009-10-14 11:49:19)
Offline
