![]() |
Hey...
How do I add this to all the styles on my site because it only works on the default one... the warning bit (View Warnings/ Warn User) it gives me a blank white page, when I click it... |
look like internet explorer requirers (microsoft JScript) requirers another syntax then the standard javascript that code i added before works in firefox
|
Quote:
Rgds |
Quote:
Should I have kissed your hand as well? |
Quote:
Rgds |
works fine now ;)
|
Wow ... this is now awesome
Loads of new stuff since my version... Thanks loads for all the work ... Here is what I did ... I upgraded my files to 3.0.6 Ran the update Went through every file on my site using the merge ... Re-added this mod Ran the install for this And wow it works I think, I hope fine :) |
Oh I got a problem :(
This is my MEMBERINFO Code:
$stylevar[htmldoctype] This is my view ... when I edited that file with your changes :ermm: |
Quote:
It would help if you could be a bit more precise of your problem, and if you could post a picture of a post, which has received some warning, so that I can see where everything fits. As far as I can tell, this is not the standard template either, so ... too many things to check and too confusing info, in your post. Rgds |
I did the postbit legacy wrong sorry I have sorted that now... but I have got loads of other problems :surprised:
I don't seem to have the Warn User Or View Warnings on the postbit bar nor is that new image being displayed to warned users (maybe it doesn't work on my past users) I have these two images in admincp user options... they have no images? :ermm: When I warn a user by typing in the link to warn them I receive after clicking add warning Code:
Database error in vBulletin 3.0.6: So is it possible to drop some database fields and keep the warned users as I have around 60 warned - if not would it be better to completely remove it and re-add it I can re-warn them all. |
Hi sv1cec
I have installed the warning system (3.1.4) again today on een clean forum (3.0.6). It's amazing how well it works, I had no problems, and it works 100% in 1 time. Very good job. Only missed 2 gif's for the User Manager (warnuser.gif & viewuserwarnings.gif), but I get that from de older installer and it's working now. Also the warning indicated still the old version 3.1.3, but that I have updated myself to 3.1.4 Well work, and thanks for these fantastic hack. |
Yep, you are right, I removed those two images from the upload, when I changed the buttons to the "more sophisticated" ones. Don't worry about it, just download the latest 3.1.5 version and apply the update instructions, just a query to run (to set the version) and one file change in admincp/user.php.
rh2004, have you defined if you want buttons or textual links in the Warning Options? Also, you can add that column in your database table, by running the query: ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN `caused_ban` char(1) AFTER warned_warning_id Remember to change TABLE_PREFIX according to your database. |
OK.. can you tell me what TABLE_PREFIX is.. an example please
It was set on text.. when I changed it I received Code:
Database error in vBulletin 3.0.6: Thanks |
Run this query:
ALTER TABLE `".TABLE_PREFIX."warnings` ADD COLUMN `caused_ban` char(1) AFTER warned_warning_id TABLE_PREFIX is a prefix you have specified, when you installed your vB. It is added in front of each table name. From the message above, you do not seem to need one, so just delete the ".TABLE_PREFIX." from the query above. You are obviously trying to upgrade to the latest version, form an older one, but not from the previous one. In order to do it, you have to do all the upgrade steps, described in the UpgradeToLatestVersion.txt file, starting from the version you have installed already. Rgds |
but I don't know what version im running at all, how can I find out...
|
Quote:
Rgds |
Quote:
|
Upgrading from version 3.1.2 it tells me to upload 3 image files:
warnuser.gif, viewuserwarnings.gif and viewyourwarnings.gif None of which I can find in the zip. Oh, nevermind.. I see they can be deleted later.. Thanks anyway. :) |
Database error in vBulletin 3.0.5:
Invalid SQL: update warning_options set hierarchical='Yes', automatic='No', automaticpm='No', autocomments='Yes', warner='0', automatic_warner='1', collector='', banned_limit='7', points_before_banned='10', warnings_before_banned='', banned_usergroup_id='13', troll_usergroup_id='13', protected_usergroups='6|6', aprotected_usergroups='6', restore_groupid='2', incr_ban_days='Yes', max_no_bans='3', bans_mature='0', viewoption='All', multiple_per_post='Yes', send_pm_warning='Yes', send_em_warning='No', email_on_ban='Yes', historical='Yes', allowoffpost='Yes', warnings_per_page='15', textbutoption='Text' where oid='1' mysql error: Unknown column 'collector' in 'field list' mysql error number: 1054 I got that updating my AWS Options after upgrading to version 3.1.5 |
Quote:
Yeah it was around Dec 1ish when I installed it... so how do I un-install it apart from use the uninstaller... it will be alot easier Maybe good if you can add the version you are using in the control panel.. :nervous: I ran the uninstaller.. and now receive this error when I go to /board/ Code:
Database error in vBulletin 3.0.6: Quote:
|
Quote:
|
Yeah as I did remove all the old stuff last time from the php files.. trying it now
|
OK I cannot log in to run the installer
I have replaced the root and includes files with the default vb ones as I thought it would allow me on there but I still get this error Code:
Database error in vBulletin 3.0.6: |
Any solution to my problem?
|
I installed the hack, followed all the instructions, but when I hit "warn user" I get a blank page, any ideas?
|
Quote:
ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN collector int(10) unsigned AFTER warner Rgds |
Quote:
|
Quote:
Rgds |
Quote:
that happend to me to i sorted it out by making sure all requirerd templated in the currently used style are there.You only need to edit one style templates manually then you can use this hack to copy templates from one style to another |
Hello, impressive hack, just installed. Having a small problem with the user groups feature though. I've altered the default user groups on my board and the AWS is classifying a customized group as "Super Moderator"...my question is, do I need to make a change within the AWS files (and if so, which ones), templates or db?
|
Quote:
I am sorry to tell you, that there are a heck of a lot of changes to make. Both in files and templates. Maybe, if I get the courage, I'll come up with a new version where these groups are user-definable, but I do not think it is worth the effort. Sorry :-( |
Quote:
super mod - 5 admin - 6 mod - 7 |
Quote:
Rgds |
Quote:
|
Quote:
Rgds |
I tested it in the default style, where I originally installed the templates, but I'll doublecheck it to make sure I did them all. It was only postbit and postbit legacy, right? The ones at the very bottom of the instruction page?
|
Quote:
|
I'll take a look. I just installed it yesterday, so whatever the latest version as of then is, and I'm installing it on vBulletin 3.0.6.
EDIT: There are no advanced warning system templates, so I"m guessing that's the problem. I'll double check the install file to see if I accidentally skipped a step. Other than that the hack seems great. |
Quote:
Let me know if you have problems. |
ANNOUNCEMENT
The Advanced Warning System has been accepted to have its own Premium Forum, in vBulletin.org. The forum is located here: https://vborg.vbsupport.ru/forumdisplay.php?f=105 From now on, I would appreciate if you could ask your questions, in that forum, instead of this thread. In that way, you will get better attention and quicker response. I'll be following this thread for a while, and any new release will be posted here, but obviously my attention will be focused in that forum. Many thanks for your support. -------------- John |
All times are GMT. The time now is 11:02 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|