vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Advanced Warning System (AWS) (https://vborg.vbsupport.ru/forumdisplay.php?f=105)
-   -   Version 3.1.8 is now out (https://vborg.vbsupport.ru/showthread.php?t=76840)

sv1cec 02-22-2005 01:48 PM

Version 3.1.8 is now out
 
You may download the latest version of AWS, v. 3.1.8.

This version includes a new feature, which allows you to remove user priviledges according to the warning points he has. As a start, you may define the number of points, after which a member's signature will not be shown, or his avatar will not be shown.

Other features will probably be added, as time allows me.

Rgds

jluerken 02-22-2005 03:42 PM

1. The ALTER table commands from the update instructions does not work
2. Is the new feature a must or can we turn it off cause I like to warn my members but don't want to limit their rights

sv1cec 02-22-2005 04:01 PM

What you mean it doesnot work?

No, you can turn it off, from the Warning Options. If you set the corresponding numbers to zero, the feature is deactivated.

Let me know what's the problem with the Alter table command.

Never mind, I found it, I forgot to alter the table.!! LOL Changing the instructions now.

Blootix 02-22-2005 04:55 PM

Quote:

Originally Posted by sv1cec
What you mean it doesnot work?

No, you can turn it off, from the Warning Options. If you set the corresponding numbers to zero, the feature is deactivated.

Let me know what's the problem with the Alter table command.

Never mind, I found it, I forgot to alter the table.!! LOL Changing the instructions now.

What he means is that it says
Code:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1103
error desc: Incorrect table name '".TABLE_PREFIX."warning_options'

when I try to execute
Code:

UPDATE `".TABLE_PREFIX."warning_options` SET version='3.1.8' WHERE oid='1'
The UPDATE command returns with error 1103.

Please help! I wanna get this fixed before I open up the boards again from the update to 3.0.7. :smoke:

And I tried it twice---both times they give me that error. Does that mess up the board??? :nervous:

sv1cec 02-22-2005 05:27 PM

Quote:

Originally Posted by Blootix
What he means is that it says
Code:

An error occurred while attempting to execute your query. The following information was returned.
error number: 1103
error desc: Incorrect table name '".TABLE_PREFIX."warning_options'

when I try to execute
Code:

UPDATE `".TABLE_PREFIX."warning_options` SET version='3.1.8' WHERE oid='1'
The UPDATE command returns with error 1103.

Please help! I wanna get this fixed before I open up the boards again from the update to 3.0.7. :smoke:

And I tried it twice---both times they give me that error. Does that mess up the board??? :nervous:

Are you using a table prefix? If not, you should erase the part ".TABLE_PREFIX".

Rgds

Blootix 02-22-2005 05:53 PM

Quote:

Originally Posted by sv1cec
Are you using a table prefix? If not, you should erase the part ".TABLE_PREFIX".

Rgds

table prefix as in something like vb3_warnoptions? Then yes I'm using a table prefix. It's vb3.



EDIT: Nevermind I got it. But it was through like 4-5 times of unsuccessful. It seems that I forgot to put vb3 in front! :rolleyes:

I found one bug in the instructions though.
In the instructions it should say
Code:

Edit file showthread.php and find:

$hierarchical=$warn_opts['hierarchical'];
$viewoption=$warn_opts['viewoption'];
$buttons=$warn_opts['textbutoption'];

Below that, add:
$sigthress=$warn_opts['sig_thresshold'];
$avatarthress=$warn_opts['avatar_thresshold'];

instead of
Code:

Edit file showthread.php and find:

$hierarchical=$warn_opts['hierarchical'];
$viewoption=$warn_opts['viewoption'];
$buttons=$warn_opts['textbutoption'];

Below that, add:

$sigthress=$warn_opt



s['sig_thresshold'];
$avatarthress=$warn_opts['avatar_thresshold'];

Unsuccessfully executing shouldn't affect the boards in a negative way right? :nervous:

sv1cec 02-23-2005 04:27 AM

Quote:

Originally Posted by Blootix
table prefix as in something like vb3_warnoptions? Then yes I'm using a table prefix. It's vb3.



EDIT: Nevermind I got it. But it was through like 4-5 times of unsuccessful. It seems that I forgot to put vb3 in front! :rolleyes:

I found one bug in the instructions though.
In the instructions it should say
Code:

Edit file showthread.php and find:

$hierarchical=$warn_opts['hierarchical'];
$viewoption=$warn_opts['viewoption'];
$buttons=$warn_opts['textbutoption'];

Below that, add:
$sigthress=$warn_opts['sig_thresshold'];
$avatarthress=$warn_opts['avatar_thresshold'];

instead of
Code:

Edit file showthread.php and find:

$hierarchical=$warn_opts['hierarchical'];
$viewoption=$warn_opts['viewoption'];
$buttons=$warn_opts['textbutoption'];

Below that, add:

$sigthress=$warn_opt



s['sig_thresshold'];
$avatarthress=$warn_opts['avatar_thresshold'];

Unsuccessfully executing shouldn't affect the boards in a negative way right? :nervous:

You know, you really had me puzzled with that. I couldn't figure out how on earth those carriage returns were entered there. Then I figured out, the twins were in the room alone, at some time, while the editor was on with that file.!!!!

Sorry abnout that.


All times are GMT. The time now is 03:19 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.01003 seconds
  • Memory Usage 1,738KB
  • 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
  • (8)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete