The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#2
|
|||
|
|||
i had the same problem.
you have to make warning types first. then goto Manage Warning Options and set: Allow Non-Post-Related Warnings? to yes. that should fix your problem. John: you should have Allow Non-Post-Related Warnings? default set to yes for future installs so u dont keep getting this question. |
#3
|
|||
|
|||
Quote:
- either the installation didn't work (not likely) - you entered the queries wrong and you got error messages (tell me what error messages you get, when you run those queries) Also, the "report a post" sign, is that traffic sign you see on top (or at the left column) of every post, next to the post #number. Finally, from the user profile, you can only issue non-post-related warnings. Have you created any such warning types, in your admincp/Warning System/Manage Warning Types? |
#4
|
||||
|
||||
Quote:
I think learning the AWS system is going to be harder to learn than installing it haha, it is extremely thorough! Working through some difficulties leads me to these questions: 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? 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? 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? |
#5
|
|||
|
|||
The redirect issue was fixed already... I had that same issue... lol at first I thought I was going crazy because I was the only one reporting it... so I wasted hours of time before someone actually reported it as a problem...
check this forum you'll find the fix... I don't have a direct link but there are only 2 pages there and it shouldn't be hard to find... as far as reporting by members, its simpler to have them report a bad post using reputation.. and then you or a moderator warn or alert a user. Hope that helps |
#6
|
|||
|
|||
Quote:
Quote:
Quote:
Use the existing "Report a post" feature of vB, it the the traffic sign, on the top line of each post. |
#7
|
|||
|
|||
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:
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:
you should get some links on the top of your threads lookin like my attachment here: Quote:
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. |
#8
|
||||
|
||||
Thanks a lot for that help, I will work through it and post up if it solves any issues. I just spent the last day working the entire AWS mod through my heavily modified forum and it's all live....
I'll post up some results in a few. Quote:
just looking for some insight on this is all? |
#9
|
|||
|
|||
No need to use reputation. What you want, is a system through which users can report a post, which is not according to the rules. The "Report a post" feature of vB works fine in this role.
I too, have the reputation thing disabled. Rgds |
#10
|
||||
|
||||
Ok I got it all installed and it is working fine. The only thing that I had to modify with the instructions were the postbit legacy template changes, but I think I got them all installed ok since everything is working and appearing normal.
The only problem I seem to have is every user can see the warnings on the warned users. I thought only the admins, mods, and the warned users could see their warning count, not the registered users. Even though any user can see the warning counts under the avatar on the post, they do not have access to the buttons to view the warnings. Is this how it is suppose to be? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|