![]() |
Is there a way that I can make this hack so, that only admins and S mods can give out warnings and perhaps certain mods (ID based, like administrator permissions?)
|
Quote:
Rgds to all |
Quote:
But in the modcp/banning.php it just does a LEFT join on all members in the banned group, all the warning system banned users just come out with nulls. It doesn't even use the banned_members table at all. In my admin panel it links to modcp/banning.php There is an admincp/admin_warn.php that uses banned_members in some way but my panel never calls it. My guess? the hack was never completely installed. |
Do a search for advanced warning system - it is this hack remade, with a TON of other features and is constantly updated and bug fixed.
|
Ok.. Guy's..
I Have Installed 1.0 Working Fine.. Now To Upgrade.. I Dont Understand What You Mean With This:- Quote:
Quote:
|
Ok.. Since No One Is Helping.. Especially The AUTOUR..!
This I How I Have Ran The Query:- Quote:
So Far It Working Brilliantly.. Correct Me If Wrong..! Regards Mr. Mojo |
Quote:
UPDATE `".TABLE_PREFIX."warning_options` SET version='3.0.2' WHERE oid=1 you should remove from there, the : ".TABLE_PREFIX." thingy, because you are not using a table prefix. Rgds |
I See So The Query That I Ran Shown In Post #526..!
Was The Correct Method..! |
Hi,
How do I unistall this hack, I think its playing havoc on my board after I upgraded to 3.0.5? taffy |
Work backwards though the installer.
Why were you not using the re-release of this hack, the more stable, bug free and feature packed Advanced Warning System (AWS). |
Hi,
I am planning to use this, but first I need to get my forum up and running, don't think I should upgrade until that is sorted. taffy Quote:
|
Quote:
rgds |
Hi,
I meant vBulletin 3.0.5 :) Anyway I just deleted what I thought was everything in the database regarding this hack, but I get the following error when I try to reinstall. Code:
Database error in vBulletin 3.0.5: |
Run the following query:
ALTER TABLE `user` DROP COLUMN `warning_level` Don't forget to add the table prefix in front of the table name, if you are using one. Rgds |
Hi sv1cec,
Thanks for that, it worked with no problem :) taffy |
I skipped step 2 because I don't understand it. There is no instructions so what do I do?
[ - - Step 2 - - ] New Phrases Note: All phrase 'types' are: 'Control Panel Stop Message' ~~~~~~~~~~~~~~~~~ Var Name: warning_opt_updated Content: Warning Options Updated ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_unban Content: All Users Past Banned Limit Unbanned ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_warn_added Content: Warning Type Added ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_warn_deleted Content: Warning Type Deleted ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_warn_edited Content: Warning Type Updated ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_warn_ndeleted Content: Warning Type Not Deleted ~~~~~~~~~~~~~~~~~ This is all I had.. I don't want to continue with the upgrade until I sort this out just incase. |
Quote:
Go to your Admincp > Language & Phrases > Phrase Manager. In that screen click the 'add Phrase' manager. There select the phrase type from the drop down menu, in your case this would be 'Control Panel Stop Message' (It's the last phrase type, so just scroll down in the drop down o.o) Now, place the varnames in the varname box and the content thing in the text box. Leave the rest blank, hit save and you're done and just repeat the process over and over untill you've made them all. I hope this explains it clear enough for you. |
Is there any way to send an email when the user is banned? That is all this hack needs.
|
Quote:
Rgds |
Has anyone figure dout to allow multiple usergroups to see the users warnings but to remove the "warn user" link for the restr of them. I cannot get the code to work. I'm refering to post #17 on page 2 here.
|
sorry if this has been asked but i need somw help:)
right then my mods cant see Warn test (non-post related) ? View test Warnings on my new Usergroups but they can see them on the Registered Usergroup but not on my new ones any help thanks for your time billywiz |
any help plz :D
|
Nice hack, /me installs.
EDIT: wOOt I'm #200 to install :D |
having a problem when i edit private.php everything been fine so far
error is Parse error: parse error, unexpected $ in /home/content/k/l/e/kleptikxmode/html/private.php on line 1672 i included file too |
Really need help everything else is perfect and have it running, just hoping it will work while this file get worked on
|
ok i view warnings/warn someone it sends me to http://thebattledome.com/Warn.php?do=ViewWarnings&id=20
which is a blank page, whats wrong? is it because private php isnt workin or something else? |
This hack is no longer supported by Zero Tolerance or me. If you want a bug-free, future rich Warning System, try installing the Advanced Warning System. It can be found here:
https://vborg.vbsupport.ru/showthrea...374#post574374 where you can read a summary of features, etc. It has its own discussion forum, here: https://vborg.vbsupport.ru/forumdisplay.php?f=105 Rgds |
Hi Guy's.
I have installed the Warning Hack 1.0 & Upgraded to 1.5. I love the hack its awesome. But how come it does not have this facilty ** Screenshot Below ** If we can add it please someone let me know how.. Regards Mr. Mojo :nervous: :nervous: :nervous: |
mojo8850 can be bothered to read one post above his? :P
|
Cool!
*Brian clicks Install* |
Quote:
:confused:any one plz, this is the only prob i have with this hack plz help me :confused: |
Hello I has itself these chops inserted and it goes also everything, only I would like if a user over these chop gebannd will it also in the Thread/Posting am then indicated? Then I would like to still look at myself each user also its cautions can, which can be which I thereby it in English is had surveyed as to be placed is?
Instaled by vB 3.0.7 Please help im a German Boy ans i cann bad Englisch THX |
what's the table prefix query talk?
do i do this admincp or what?What do i do? |
This hack is no longer supported. Try upgrading to AWS, https://vborg.vbsupport.ru/showthread.php?t=71992
|
what's wrong with this one and what's better about that one?
|
Quote:
|
Quote:
I have tried this and my Super Mods still cannot see the warning links. My mods see it fine, but the Super mods cannot. The Admin ID is 6, uper Mod is 5 so you think they could see it. Anyone have a solution....I have tried to read thru 330+ pages but this looked like the best answer. |
Warning: Division by zero in /includes/functions.php(2063) : eval()'d code on line 10
I installed the original hack and the upgrade, and I got the error above when I try to issue a warning. I am running vB3.0.7 and didn't realize this hack was for 3.0.3 The original hack does not include any modifications to includes/functions. The upgrade edits includes/functions_online. I followed the instructions EXACTLY. Also note that I did have an error when i query with TABLE_PREFIX so i removed the prefix there as you said and it worked. Step 1: Run this query: (change TABLE_PREFIX to your settings, this is defined within includes/config.php, if it is blank then just simply remove TABLE_PREFIX from the query) alter table TABLE_PREFIXwarning_options add `banned_usergroup_id` int(15) not null default '0', add `protected_usergroups` varchar(255) not null default ''; I got the same error message after installing the original and upgrade. I have come this far..is there a way to make it compatible? Thanks you very much. If this was addressed earlier in the thread I apologize. ================================================== ======== Ok sorry I am an idiot. :o lol. Helps to add everything ot one template. ;) Figured i woudl leave this up for future reference. Great hack! |
Edit: fixed it now ;)
|
~~~~~~~~~~~~~~~~~
Var Name: warning_opt_updated Content: Warning Options Updated ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_unban Content: All Users Past Banned Limit Unbanned ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_warn_added Content: Warning Type Added ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_warn_deleted Content: Warning Type Deleted ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_warn_edited Content: Warning Type Updated ~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~ Var Name: warning_warn_ndeleted Content: Warning Type Not Deleted ~~~~~~~~~~~~~~~~~ how do u do them? |
All times are GMT. The time now is 01:24 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:
|