The Arcive of vBulletin Modifications Site. |
|
Version 3.1.8 is now out Details »»
|
|||||||||||||||||||||||||
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 Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
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 |
|
#3
|
|||
|
|||
|
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. |
|
#4
|
|||
|
|||
|
Quote:
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' Code:
UPDATE `".TABLE_PREFIX."warning_options` SET version='3.1.8' WHERE oid='1' 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: |
|
#5
|
|||
|
|||
|
Quote:
Rgds |
|
#6
|
|||
|
|||
|
Quote:
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! 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']; 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']; |
|
#7
|
|||
|
|||
|
Quote:
Sorry abnout that. |
![]() |
|
|