vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Administrative and Maintenance Tools - "Smith" Warning System (https://vborg.vbsupport.ru/showthread.php?t=132131)

Battle_Ring 03-03-2007 03:11 AM

is there a way to disable the Reputation Effect

Also is there a way to warn froma members profile

Battle_Ring 03-03-2007 04:17 AM

how can i add it to custom templates

Funky Diver 03-10-2007 05:11 PM

I have to say, this is an AWESOME Mod!

I prefer it over the inbuilt vB one, as with multiple moderator adding infractions doesn't always trip the ban when required. This, does what it says on the tin.

One question though, is there an easy way to implement this so that it does not have to be related to a post to apply a warning (or am I missing something?)

akanevsky 03-10-2007 07:33 PM

Quote:

One question though, is there an easy way to implement this so that it does not have to be related to a post to apply a warning (or am I missing something?)
Sorry, but at the moment, warnings have to be based on posts. This may be changed in the future (altough I cannot promise anything).

Funky Diver 03-12-2007 04:29 PM

K, thanks for the prompt response Psionic :)

Might have to uninstall or think of an alternative solution :D

akanevsky 03-12-2007 05:50 PM

Quote:

Originally Posted by Funky Diver (Post 1201697)
K, thanks for the prompt response Psionic :)

Might have to uninstall or think of an alternative solution :D

Ok, good luck looking for one.

Funky Diver 03-13-2007 08:34 PM

With the surety of a fella that knows one doesn't exist, lol.

We've decided to keep this on, but, are having a few "issues". Someone received the max amount of warnings to trigger the threshold. they get put into the right usergroup on the AdminCP, yet, they receive messages that they are banned for life. And yet the time it shows for elapsed on the warning seems right.

I'm guessing it's set like that on purpose? Or is this time amount configurable?

akanevsky 03-13-2007 10:13 PM

The ban is permanent and the time is not configurable.

Funky Diver 03-13-2007 11:57 PM

Featureful, yes. Unfortunately, uninstalled. thanks Psionic, it's a bit too extreme for our needs.

WrestlingAcadem 03-20-2007 10:08 PM

I'm having a problem with this on my forum.

Moderators can warn people for posts in any forum other than their own. Is there a way to limit them to just warning posts within their forum?

akanevsky 03-21-2007 07:30 PM

Quote:

Originally Posted by WrestlingAcadem (Post 1208371)
I'm having a problem with this on my forum.

Moderators can warn people for posts in any forum other than their own. Is there a way to limit them to just warning posts within their forum?

At the moment, it is not possible, however it may be implemented in a future release.

akulion 03-25-2007 12:23 AM

very nice system

just one suggestion

instead of saying "The user has been successfully awarded 50 warning points."

it should say "The user has been successfully penalized 50 warning points."

lol because i am sure no one wants that award for sure

or in case my english is incorrect just ignore it

zariyan 03-25-2007 05:18 PM

akulion, that is simple.

In AdminCP go to "search in phrases", search "awarded" in all forums, search in "Phrase Text AND Phrase Variable Name"

Then you'll see it in ws_post i believe.
Then click Edit, And then Click the "copy default Text" button
Edit the text, and click save. all done.


Also, just for users who want to be able to ban a user from their profile, add this:

In template MEMBER INFO:

find:
Code:

<if condition="$show['giveinfraction']">
          <td class="vbmenu_control"><a href="infraction.php?$session[sessionurl]do=report&amp;u=$userinfo[userid]">$vbphrase[give_infraction]</a></td>
        </if>

REPLACE With:
Code:

<if condition="($bbuserinfo[usergroupid]==1">
<td class="vbmenu_control"><a href="modcp/banning.php?do=banuser&userid=$post[userid]" target="#blank"><b>Ban or Suspend $post[username]</b></a></td>
<td class="vbmenu_control"><a href="modcp/banning.php?do=liftban&userid=$post[userid]" target="#blank"><b>Lift Ban on $post[username]</b></span></td>

ALSO in line:
Code:

<if condition="($bbuserinfo[usergroupid]==1 || $bbuserinfo[usergroupid]==5">
<!-- ADD USERGROUPS ON THIS LINE -->

Add all Usergroups who should be able to see this in that line.

Hope this makes it easier for you.

hnjco 03-31-2007 10:17 PM

Installed on VB 3.6.5

Looks great.

Thanks

hnjco 04-01-2007 08:34 PM

my users are getting massages of 2 PMs but they getting only one and even they read that they still have massage of one unread massage on main page but when they check inbox there isn't any more.

I'm on 3.6.5

Deadly Assassin 04-04-2007 05:47 AM

When i try to issue a warning i get this error?

Quote:

Database error in vBulletin 3.6.4:

Invalid SQL:

UPDATE user
SET
ws_warninglevel = 3, pmtotal = pmtotal + 1, pmunread = pmunread + 1, reputation = -30, reputationlevelid =
WHERE
userid = 117
LIMIT 1;

MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE
userid = 117
LIMIT 1' at line 4
Thanks for any help :up:

akanevsky 04-04-2007 02:50 PM

Make sure you are running the latest version of the hack...
Make sure you have defined reputation levels or disabled reputation change on warnings otherwise...

Deadly Assassin 04-05-2007 03:13 AM

Quote:

Originally Posted by Psionic Vision (Post 1219713)
Make sure you are running the latest version of the hack...
Make sure you have defined reputation levels or disabled reputation change on warnings otherwise...

not sure how to do the second task :confused:

UPDATE

Reinstalled the hack, seems to be ok now.

Thanks :)

hnjco 04-05-2007 04:30 PM

any one know how to fix 2 PMs bug?

Fungsten 04-05-2007 04:56 PM

I put it on my "Test" Board.

akanevsky 04-05-2007 06:21 PM

Quote:

Originally Posted by hnjco (Post 1220478)
any one know how to fix 2 PMs bug?

Upgrade to the latest version.

Deadly Assassin 04-06-2007 06:06 AM

In my quicklinks dropdown, the "view warn types" is showing twice?

Any ideas :confused:

UPDATE

The same error has reappeared. :(

akanevsky 04-06-2007 07:09 PM

Perhaps you have entered the same code twice in the navbar template.

hnjco 04-08-2007 06:07 PM

Quote:

Originally Posted by Psionic Vision (Post 1220551)
Upgrade to the latest version.

I have smith warning 1.3.1 installed and on VB 3.6.5.

I have latest version's
----------------------------------------------------------------------------------------


Is this mod can suspend users from posting for few days and then allow them posting back?

akanevsky 04-09-2007 01:14 PM

Quote:

Is this mod can suspend users from posting for few days and then allow them posting back?
No, it cannot.

livewirecebu 04-11-2007 08:03 AM

Thank you for this hack. Do u have any good warning graphics to replaced the text file like warning level: x?

Terminatoronly 04-11-2007 08:08 AM

go to your admincp and then vb options then u can find the hack name and there will be many options out there

akanevsky 04-12-2007 01:02 AM

Quote:

Originally Posted by livewirecebu (Post 1224775)
Thank you for this hack. Do u have any good warning graphics to replaced the text file like warning level: x?

I would have included them if there were.

Terminatoronly 04-13-2007 08:35 PM

great mod just 5 templates not like other ones :s

akanevsky 04-13-2007 10:22 PM

Quote:

Originally Posted by Terminatoronly (Post 1226994)
great mod just 5 templates not like other ones :s

Thanks. :)

Blaine0002 04-15-2007 12:52 PM

in your bitfield file you are missing the second l on one of the 'install's

akanevsky 04-15-2007 03:18 PM

Thanks for pointing it out, but it doesn't really matter.

isnichwahr 05-07-2007 07:32 PM

hi, at first i have to say thanks for this beautiful script, but there is one problem when im using it:
when i click on a username in a thread, there should appear in the popup Warn this user or something like this (im using the german translation) but this entry in the popup only appears at 1 user (its an administrator), on simply users not - whats the problem? i tried the whole day, but i cant fix this problem, many thanks,

yours dave

akanevsky 05-08-2007 12:22 AM

Quote:

Originally Posted by isnichwahr (Post 1243204)
hi, at first i have to say thanks for this beautiful script, but there is one problem when im using it:
when i click on a username in a thread, there should appear in the popup Warn this user or something like this (im using the german translation) but this entry in the popup only appears at 1 user (its an administrator), on simply users not - whats the problem? i tried the whole day, but i cant fix this problem, many thanks,

yours dave

I am not sure I understand what you are saying.

isnichwahr 05-08-2007 06:27 AM

ok ill try it again:

to warn a user you have to click on his nick in a post and then in the small popup you can click: Warn this user. this should be the normal way, BUT this "warn this user" only appears if i click on admin nicks, not at normal users? somebody can help me?

isnichwahr 05-08-2007 12:00 PM

again in short form: i can only give Admins a warning...

please help

mikeylikesitz 05-08-2007 04:38 PM

make sure you check your usergroups for the warning settings. for example, make sure that in registered users usergroup "Can Be Warned" is checked Yes

isnichwahr 05-08-2007 08:28 PM

thank you very very much! i didnt believe that i have to change it there :P

Chicago_VLNU_4s 05-23-2007 05:35 PM

it seems there MIGHT be a bug here. When you try to warn and take away rep. points a person might not have, I get this error.

Quote:

Warning: file_get_contents(/home/.mojo/*****/******/forums/includes/database_error_message.html) [function.file-get-contents]: failed to open stream: No such file or directory in /includes/class_core.php on line 919

Warning: file_get_contents(/home/.mojo/*****/******/forums/includes/database_error_page.html) [function.file-get-contents]: failed to open stream: No such file or directory in /includes/class_core.php on line 943
Don't know if another hack is interferring or what but I can only use a warning selection for the reputation that they have. Say if they have 4000 rep. points, I can't warn and take away for a 30,000 rep point offense. I has to be at or below there rep level. Using 3.5.4 ... Any ideas?

akanevsky 05-23-2007 06:31 PM

Quote:

Originally Posted by Chicago_VLNU_4s (Post 1253348)
it seems there MIGHT be a bug here. When you try to warn and take away rep. points a person might not have, I get this error.



Don't know if another hack is interferring or what but I can only use a warning selection for the reputation that they have. Say if they have 4000 rep. points, I can't warn and take away for a 30,000 rep point offense. I has to be at or below there rep level. Using 3.5.4 ... Any ideas?

Those errors are vBulletin errors, and they have nothing to do with this hack. Please post at vBulletin.com.


All times are GMT. The time now is 11:12 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.01630 seconds
  • Memory Usage 1,825KB
  • 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
  • (3)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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