Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > Advanced Warning System (AWS)

Closed Thread
 
Thread Tools
Feature Suggestions Details »»
Feature Suggestions
Version: , by sv1cec sv1cec is offline
Developer Last Online: Mar 2022 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 02-01-2005 Last Update: Never Installs: 0
 
No support by the author.

Please use this thread, if you want to suggest a new feature or something that would improve AWS.

Please do not use this thread to request code modifications, for your particular needs, this is to be used, for general feature suggestions, things that would apply to anyone's forum site.

Tnx and rgds

---------------

John

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 04-22-2005, 03:22 AM
SRuvbnhad SRuvbnhad is offline
 
Join Date: Jan 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very similar to the current system if not the exact same except looking at the UserID it looks at the IP address(es) stored. Of course an option to chose either UserID or IP ban would be helpful too. Hopefully that makes sense.
  #43  
Old 04-22-2005, 06:17 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, let's try and put that in words:

I add an option in AWS Warning Options saying something "When a user gets banned, do you want to ban his IP Address as well?" Yes/No.

From what I see until now, vB stores only one IP address per member.

If an admin has that Option set to Yes, whenever a member gets banned, either for the ban duration, or for ever, his IP gets added in the banned IP list, as well as his user name in the banned users list. If this is a temporary ban, when the user gets unbanned, then his IP address is removed for the banned IP list, if he is permanently banned, the IP stays there for ever. Would that be what you want?

Rgds
  #44  
Old 04-28-2005, 02:13 PM
kiwibunny kiwibunny is offline
 
Join Date: Mar 2005
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi John, the AWS works great, I cannot thank you enough for it.

I ran a search and I didn't find anything about this so I'm suggesting an option under the "Viewing Options" in AdminCP where you can enable or disable the publicity of each warning log of a member.

The "View ______'s Warnings" only is allowed to moderators and admins right now so there could be an option to enable it so that it's public for everyone to see.

I run a forum that runs RPG item auctions for items, so I would like all my members to see the reasons why the person is a bad trader. Thanks for your great work and I really hope this suggestion is brought through.
  #45  
Old 04-28-2005, 08:46 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, that's easy to do yourself, just edit functions_showthread.php and find:

PHP Code:
            if ($postadmin!=AND $postmod!=AND $postsmod!=AND ($useradmin==OR $usersmod==OR $usermod==1))
            {
                
$showviewwarnlink=1;
            } 
Replace that with:

PHP Code:
                $showviewwarnlink=1
Now, the View XYZ's warnings will be always visible. However, that might be an overkill, since the common users will be able to see all the warnings a user has, even those not related to trading.

By the way, what's RPG (I assume you do not mean the anicent IBM programming language)

Rgds
  #46  
Old 04-30-2005, 07:46 AM
SkyShadow SkyShadow is offline
 
Join Date: Jun 2003
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello,

I'm a german user of your script. First of all thank you for this great support.
Could you release a "phrased" version of your hack?
The translation would be even easier for me...

Thanks!
  #47  
Old 04-30-2005, 07:25 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I understand and you are not the only one who had suggested this. But I have started doing this twice, and I give up. I just do not have the patience to do this.

Maybe some day.
  #48  
Old 04-30-2005, 08:56 PM
SkyShadow SkyShadow is offline
 
Join Date: Jun 2003
Posts: 43
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please try it again.

I'll translate it to German for my lifetime, I promise
  #49  
Old 05-02-2005, 03:27 PM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can't promise that. Too many things to do and too little time. However, if someone is interested in doing this, I would appreciate it.

Rgds
  #50  
Old 05-03-2005, 10:45 PM
PamelaE PamelaE is offline
 
Join Date: Feb 2005
Posts: 158
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Im not sure if this has already been suggested, but if not here we go.

The forums all have an Alert system, whereby users can alert mods to posts.

So:

Alert comes in from user

Moderator receives Alert and reviews post

Moderator can choose action alert : send warning to post creator, ban creator etc
At the same time moderator can send a message to the person who raised the alert.
This response can be free text or chosen from a drop down.

I find that I have to private message a user to tell them we have dealt with their complaint. It would be great if we could respond to them at the same time we deal with the culprit.
  #51  
Old 05-04-2005, 06:24 AM
sv1cec sv1cec is offline
 
Join Date: May 2004
Location: Athens, Greece
Posts: 2,091
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I understand the usefulness, however I am not sure how it can be implemented. The moment the moderator reviews the offending post, he is no longer "in touch" with the member who send in the complain. I mean, in the standard procedure, all the reporting does, is to create an e-mail which is send to the moderators about the specific post. The moderator visits the forums, to check the post and does whatever he has to do, as far as the original poster is concerned, but there is nothing in vB connecting that post to the person who complained (at least I didn't find anything).

The only way something like that could be done (and I am talking off the top of my head now), is if you have installed Xenon's hack, which creates a new thread in a specified forum, every time someone reports a post to the moderators. What could be done in this case, is to add a button somewhere, with a predefined response which will be send to the user who reported the post. But then we are opening up other issues, such as "how would a moderator know, if another moderator has already answered this complain and clicked on the button?" etc. It can be done, by changing the thread's contents, but is this what you had initially in mind? As I said, I can't see how it can be done without Xenon's hack.

Rgds
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02332 seconds
  • Memory Usage 2,297KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete