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 - Advanced Warning System 3.6.7 (https://vborg.vbsupport.ru/showthread.php?t=124477)

bosal 10-05-2007 11:29 AM

is this hack better than included in vb infraction system ?

jmurrayhead 10-08-2007 02:40 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1352049)
hi folks,

I found the problem with the missing warning controls that is fixed and i will the update the package when i'm done updatig the instructions.

The tms system has been removed from this hack as it whas causing a lot more problems then advantages ... The downside is that you will have to manually edit each template(s) for all style(s) you use on your forum

Cool, I'd like to begin using this since I went through all the work of modifying the templates. I'll keep checking back for the update. Thanks

Delphiprogrammi 10-10-2007 10:05 PM

Quote:

Originally Posted by bosal (Post 1353410)
is this hack better than included in vb infraction system ?

No i just find it easier to work with but that's my personal opinion you can use both if you like doesn't make much sense but they will not conflict

Delphiprogrammi 10-10-2007 10:06 PM

Quote:

Originally Posted by jmurrayhead (Post 1355514)
Cool, I'd like to begin using this since I went through all the work of modifying the templates. I'll keep checking back for the update. Thanks

The zip package has been updated

jmurrayhead 10-11-2007 12:28 AM

Quote:

Originally Posted by Delphiprogrammi (Post 1357213)
The zip package has been updated


Thanks, mate! Everything seems to be working fine so far :up:

jmurrayhead 10-11-2007 12:49 AM

Wait, found something...I set all of the "Additional Restrictions" to 2 warnings before avatars, signatures, etc begin to be cut off, and it cuts if off for everyone, regardless if they have warnings or not.

EDIT:

Just a request: currently, when you're using the AWS, it doesn't update the user's last activity. It states, "Unknown Location:" and then the URL. Perhaps you could make it say something like "Using Advanced Warning System" or something like that.

Magnumutz 10-14-2007 10:47 AM

I also found a bug i could say... I've added the code in the postbit_legacy, to show the warned posts, but it doesn't show them.

This post was supposed to be warned, and i can't see it... if i remove this <if>, i can see ALL the posts like they were warned:
PHP Code:

<if condition="$showwarnsignmgm==1"

http://haste-network.net/guild-hall-...html#post30993

Delphiprogrammi 10-16-2007 09:54 AM

you must choose who can see that in the settings

Delphiprogrammi 10-16-2007 09:58 AM

Quote:

Originally Posted by jmurrayhead (Post 1357300)
Wait, found something...I set all of the "Additional Restrictions" to 2 warnings before avatars, signatures, etc begin to be cut off, and it cuts if off for everyone, regardless if they have warnings or not.

EDIT:

Just a request: currently, when you're using the AWS, it doesn't update the user's last activity. It states, "Unknown Location:" and then the URL. Perhaps you could make it say something like "Using Advanced Warning System" or something like that.

it should already do that

PHP Code:

if($filename == 'Warn.php')
{
      
$userinfo['activity'] = 'warning_area';


PHP Code:

if ($userinfo['activity'] == 'warning_area')
{
 
$userinfo['where'] = "<a href=\"Warn.php{$vbulletin->session->vars['sessionurl_q']}\">" $vbphrase['aws_warning'] . "</a>";
 
$userinfo['action'] = $vbphrase['aws_usingaws'];
 
$handled true;



jmurrayhead 10-16-2007 07:50 PM

Quote:

Originally Posted by Delphiprogrammi (Post 1361465)
it should already do that

Where should that code be? I've attached what mine looks like.


All times are GMT. The time now is 10:01 AM.

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.01808 seconds
  • Memory Usage 1,749KB
  • 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_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