vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miserable Users (https://vborg.vbsupport.ru/showthread.php?t=93258)

Vtec44 09-29-2005 11:36 PM

you can ban them using the tachy goes to coventry option

ximcix 09-30-2005 12:45 AM

Quote:

Originally Posted by Vtec44
you can ban them using the tachy goes to coventry option

doen't that just add them to everyone's ignore list? Thats not what i'm trying to acomplish. I want the user to suffer when posting from a particular IP address, possibly forcing them to try & login with their other account.

Quote:

Originally Posted by Vtec44
Maybe if the code can be modified to accept more than 1 user group ID's...

Paul M, can we add multiple usergroup ID to the Miserable Users input field seperated by a space or comma?
Ex: 2, 13, 7
A few people seem to she interest in this. The thing is, i have 3 user groups (New, Adv, Vet) & each group has a different color display. if I throw people from various user groups into the Miserable group, they are going notice that their user color changed.

Paul M 09-30-2005 02:19 AM

Quote:

Originally Posted by ximcix
Paul M, can we add multiple usergroup ID to the Miserable Users input field?
Ex: 2, 13, 7

I suspect you probably can, given the vb function it uses.

ximcix 09-30-2005 02:28 AM

I just tried & it won't allow you to save it.
I entered [2, 13] and after saving, the ', 13' was truncated
I also tried using a space & got the same result, so I asume the plugin code would have to be modified.

ToastBusters 09-30-2005 03:09 AM

Quote:

Originally Posted by ximcix
I just tried & it won't allow you to save it.
I entered [2, 13] and after saving, the ', 13' was truncated
I also tried using a space & got the same result, so I asume the plugin code would have to be modified.

That would be truncated by sql itself, not by vbulletin.

What's happening is you're trying to insert a string into a field that is meant for an integer. The sql parsing engine will accept the 1 and the 3 but as soon as it gets to the coma, it says "Whoops!" and tosses the rest out.

The only real solution to what you're trying to do methinks is to use a secondary usergroup.

Paul M 09-30-2005 03:45 AM

Quote:

Originally Posted by ximcix
I just tried & it won't allow you to save it.
I entered [2, 13] and after saving, the ', 13' was truncated
I also tried using a space & got the same result, so I asume the plugin code would have to be modified.

Ah, the verification on the ACP setting field is set to numeric, you would need turn on debug mode and edit the ACP setting to change this.

ximcix 09-30-2005 03:55 AM

Secondary usergroup did the trick.
Thanks

Paul M, maybe you can consider that for the next upgrade.

XtremeOffroad 09-30-2005 05:03 AM

Thanks for this, Seems more were signing up to spam then to help.
Time to have a bit of fun now.

Clicks Install

OttawaGolf 10-01-2005 12:39 PM

Quote:

import it into vbulletin as a product - then create your 'miserable users' usergroup and set the value for this.
Using 3.5.0 gold
I imported it as a product and created the usergroup.
It shows up in Installed products but not in VB options.
What am I missing?

Paul M 10-01-2005 04:29 PM

Nothing, it's a standard part of product import to import the settings, are you sure they are not there ?


All times are GMT. The time now is 06:26 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.01472 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete