Hendrickson Posted November 13, 2011 Share Posted November 13, 2011 Ok got an issue with the standard forums.php. For some reason my forum mods can remove , pin or lock threads. I can. I've found the code that works with the if user level = > 1 they should have right but it seems it doesn't work? I've been trying to figure it ok. if($ir['user_level'] > 1 seems ok to me. As the players are level one anyone greater is a mod, assistant or admin etc. echo "<br />"; if($ir['user_level'] > 1) { echo "<form action='forums.php?act=move&topic=".$_GET['viewtopic']."' method='post'><strong>Move topic to:</strong> ".forum_dropdown($c, 'forum', -1)."<input type='submit' value='Move' /></form><br /> <a href='forums.php?act=pin&topic=".$_GET['viewtopic']."'><img src='/imageicons/book_go.png' alt='Pin/Unpin Topic' title='Pin/Unpin Topic' /></a><a href='forums.php?act=lock&topic=".$_GET['viewtopic']."'><img src='/imageicons/key.png' alt='Lock/Unlock Topic' title='Lock/Unlock Topic' /></a><a href='forums.php?act=deletopic&topic=".$_GET['viewtopic']."'><img src='/imageicons/delete.png' alt='Delete Topic' title='Delete Topic' /></a><br />"; } Since no help is free here and people bitch if I post something like this, I will pay $5 (paypal) for the fix so my staff can mod the forums..... Quote Link to comment Share on other sites More sharing options...
Hendrickson Posted November 15, 2011 Author Share Posted November 15, 2011 (edited) Fixed..it thanks Edited November 15, 2011 by Hendrickson Quote Link to comment Share on other sites More sharing options...
Dominion Posted November 15, 2011 Share Posted November 15, 2011 Checked the functions (lock(), move() etc) linked to the action? Quote Link to comment Share on other sites More sharing options...
Hendrickson Posted November 15, 2011 Author Share Posted November 15, 2011 yeah i just found the fix link to the action as you said. 3 minutes before you posted this lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.