
08-21-2005, 03:49 PM
|
|
|
Join Date: Jun 2002
Posts: 1,346
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
beans - here is some answers for you since i just went through the same junk your wondering, ill just post some screenshots and answers for ya here:
Quote:
1) When I click Warn User, I choose the warning, add a comment, and click the "Add Warning" Button. The next page shows that the warning has been added to the user, and that it will redirect you, but the redirect does not work, it goes to a dead page. Any quick fix to this, it seems to be more annoying that taking away from any functionality?
|
Edit your admincp/admin_warn.php file and find:
Code:
if ($return=='user')
{
$url="/$admincpdir/user.php?do=edit&userid={$_POST['id']}";
}
Replace that with:
Code:
if ($return=='user')
{
$url="$admincpdir/user.php?do=edit&userid={$_POST['id']}";
}
Quote:
2) And maybe this is not a problem and I just need an explantion for understanding - but how exactly do you associate a user's post with an offense? Is it possible to show the offense, and be able to see the user's post that caused it?
|
you should get some links on the top of your threads lookin like my attachment here:
Quote:
3) How do I make it so registered members (who are not moderators for instance), be able to report a post to be viewed by admins/mods for viewing to see if the post is questionable?
|
on your posts you should have little icons like the attachment i show here. where my red paint spray is is the icon for your users to report posts to staff.
|