vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Advanced Warning System (AWS) (https://vborg.vbsupport.ru/showthread.php?t=71992)

Revan 12-11-2004 06:05 PM

Quote:

Originally Posted by jluerken
Thanks,

this is looking much better now except one small thing.
If the user has no profile pic and the reputation system is activated, the reputation icon is placed in the middle of the member info.
In the original template its showing on top right which is looking better.

I want to have it over the UserID Text. Take a look at the attachment and you'll know what I mean.

Can you help me with this?

I modded my template so this icon is next to the username instead.
All you have to do is place the variable controlling it (cant remember what it is) to somewhere else.

jluerken 12-11-2004 06:31 PM

I modified it like this which is much better now I think:

sv1cec 12-11-2004 08:23 PM

Quote:

Originally Posted by Delphiprogrammi
my memberinfotemplate doesn't have

Code:

<if condition="$show['avatar']">
                                <td colspan="3">

what do i do about that ??

also there is no link in my navbar ... i added that two lines to the navbar template but nope ....

What you should be looking for is:

PHP Code:

<if condition="$show['avatar']">
                <
td

and replace it with :

PHP Code:

<if condition="$show['avatar']">
                <
td colspan="3"

Please read the instructions carefully.

As for the navbar, if you added those two lines, it should be there, there is no reason why it is not showing. Show me the code you have there.

Rgds

sv1cec 12-11-2004 08:32 PM

Quote:

Originally Posted by Bolas
Hi,

your hack is great, congratulations.
I find myself in a situation where interactions between many moderators (people I trust) may sometimes be difficult to manage: coalitions to ban a user from the whole board may be unpleasant moments in the community. At the moment your hack cannot be used for every single forum. If it could, we may havea system by which ban from every single forum may be proposed by the regular users of that particular forum.
Would it be a long and difficult job to add such a feature into next release?
Again congratulation.

It's not very difficult to do what you want, AWS is not very far from what you are asking, the main differences are:

- everybody can vote against everybody. This can be considered the same as everybody being capable of issuing warnings.
- in which case, obviously the warning points required for a ban should be much higher.

So, in reality, with some changes at who can vote (warn), some adjustements of the existing parameters and some additional parameters (like for example how many times a member can warn another member), a system like the one you describe is possible.

Or, you can add another level above the whole hack, where users are really voting for a particular warning which the admins have decided to issue against a particular member, and the results of these votes decide if the warning is issued or not. This is getting too "democratic" for my taste, and too much democracy easily leads to anarchy.

I am not sure if the above make sense, too late in the evening and too many things in my mind, so sorry if they sound like a drunk man's words (I swear, no drinks).

Rgds

sv1cec 12-11-2004 08:33 PM

Quote:

Originally Posted by oldfan
looks great, is it bug free yet?

I do not know, you should ask the members who installed it.

Rgds

Delphiprogrammi 12-12-2004 10:55 AM

allright installed fine no more php errors but i can't figure out howto give a warning ? i added a user called "forumgod" gave him super moderator rights (like the instructions say) but howdo i give a warning ? i also added a normal user called test to play with but .... howdo i give him a warning when i am logged as an administrator Warn.php?do=Warn&userid=$bbuserinfo[userid] ?? :rolleyes:

my vbulletion version is the latest availible from vbulletin.com/members/

ooh the nevbar thingy is working now :speechless:

[edit]

never mind there is a link called "warn vbulletin_username" at the top right corner of the post they make i just wasn't logged in a username able to warn so i couldn't see that sorry .... :ermm:

sv1cec 12-12-2004 12:19 PM

Quote:

Originally Posted by Delphiprogrammi
allright installed fine no more php errors but i can't figure out howto give a warning ? i added a user called "forumgod" gave him super moderator rights (like the instructions say) but howdo i give a warning ? i also added a normal user called test to play with but .... howdo i give him a warning when i am logged as an administrator Warn.php?do=Warn&userid=$bbuserinfo[userid] ?? :rolleyes:

my vbulletion version is the latest availible from vbulletin.com/members/

ooh the nevbar thingy is working now :speechless:

[edit]

never mind there is a link called "warn vbulletin_username" at the top right corner of the post they make i just wasn't logged in a username able to warn so i couldn't see that sorry .... :ermm:

If you are logged in as an admin or supermod or mod, and you look into a thread which contains user posts, in each user post, you should see two links. One saying "Warn XYZ" and one saying "View XYZ's warnings", where XYZ is the user name. Their purpose is obvious.

Depending on whether or not you allow off-post warnings or not, similar links appear, if you click on the poster's name inside a post and go to his public profile.

Rgds

sv1cec 12-12-2004 12:49 PM

Folks,

For those who upgraded to version 2.3, I haven't included instructions, on how to set the version of the hack, in the database.

Please run the following query:

UPDATE `".TABLE_PREFIX."warning_options` SET version='2.3' WHERE oid=1

Rgds

Delphiprogrammi 12-12-2004 01:02 PM

i got this thing working great thing spammers will think twice now i managed to get the script working using this steps
  • back your database in case you screw up you can easly restore the backup
  • for security reasons make a copy off all *.php files that need to be edited manually(this allows you to uninstall easysly when you need to)
  • open installationinstructions.txt included in the zip and follow the instructions provided

like this there won't be a problem

last thing a screenshot from the working script

thanks for the great excellent

sv1cec 12-12-2004 01:12 PM

Quote:

Originally Posted by Delphiprogrammi
i got this thing working great thing spammers will think twice now i managed to get the script working using this steps
  • back your database in case you screw up you can easly restore the backup
  • for security reasons make a copy off all *.php files that need to be edited manually(this allows you to uninstall easysly when you need to)
  • open installationinstructions.txt included in the zip and follow the instructions provided

like this there won't be a problem

last thing a screenshot from the working script

thanks for the great excellent

That's the kind of feedback I want from you guys, thanks a lot Delphi!

Rgds


All times are GMT. The time now is 08:15 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.03994 seconds
  • Memory Usage 1,756KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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