vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Advanced Warning System (AWS) (https://vborg.vbsupport.ru/showthread.php?t=71992)

rh2004 12-10-2004 03:14 PM

Hi so what do I need to do to make that send pm work as I get that error still above, i've not changed any files since.... :)

sv1cec 12-10-2004 04:33 PM

Did you download the new Warn.php file as instructed? Also, check that you have uploaded the file includes/functions_warning.php.

I answered your questions about 15 posts ago.

Rgds

Gary King 12-10-2004 09:13 PM

I installed this hack from scratch (didn't upgrade). When I go to 'Unban Banned Users' in my admin cp, I get an error saying that the banned_members table does not exist, when in fact it should.

I have checked the files and have concluded that it should have existed, but was not created because it was never in the installer files.

Could someone please send me the correct properties for this table?

Thanks!

rh2004 12-10-2004 11:34 PM

OK, thanks Its working...

I was wondering when you ban someone and there title changes to temp
banned or banned, when you restore them it doesn't change back?

sv1cec 12-11-2004 04:43 AM

Quote:

Originally Posted by Gary King
I installed this hack from scratch (didn't upgrade). When I go to 'Unban Banned Users' in my admin cp, I get an error saying that the banned_members table does not exist, when in fact it should.

I have checked the files and have concluded that it should have existed, but was not created because it was never in the installer files.

Could someone please send me the correct properties for this table?

Thanks!

Gary,

how do you go to "Unban banned Users"? Did you unquoted something from the admincp/index.php file?

That option should not exist in my hack. That was something that ZT was using, as well as the table you are asking about. Since in my hack I use the standard vB table for banned users (userban), the standard vB options in AdminCP can be used if you want to unban users.

So please go back and comment out that line in admincp/index.php and don't worry about that table, you do not need it.

John

sv1cec 12-11-2004 04:44 AM

Quote:

Originally Posted by rh2004
OK, thanks Its working...

I was wondering when you ban someone and there title changes to temp
banned or banned, when you restore them it doesn't change back?

Yes Sir, it changes them back to what they were before the ban.

John

Johannes de Le?n 12-11-2004 08:52 AM

Great hack.

* Stirpes clicks install.

Btw, does this recognize if a user is a moderator on a specific forum or just if (s)he is a moderator and therefore has the power to warn outside their "jurisdiction"?

jluerken 12-11-2004 09:03 AM

Hi,

you have an error in install_warn.php in line 271

Quote:

INSERT INTO setting (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatil
e) VALUES ('messagetag', 'address', '', '', '', '35', '0', '1')");

must be:

Quote:

INSERT INTO `".TABLE_PREFIX."setting` (varname, grouptitle, value, defaultvalue, optioncode, displayorder, advanced, volatil
e) VALUES ('messagetag', 'address', '', '', '', '35', '0', '1')");
to make it working if someone is using table prefixes.

jluerken 12-11-2004 10:46 AM

I've checked everything twice and have two little problems with the hack.

The first one is only optic. See attachments.
I want to have the reputationlink image in front of the userid.

The second one is harder.
I activated the option Allow Off-Post Warnings? and entered some non post warnings. Problem is that I don't see warning links on the users profile page.
Don't know why. Can someone please help?

sv1cec 12-11-2004 11:36 AM

Answers to the last three posts:

1) Yes, the hack recognizes the forums in which a moderator can moderate and allows him/her to issue warnings only in these forums. All mods can however see the warnings of the users, so they can check them out.

2) TABLE_PREFIX: thanks for catching this, I updated the zip file.

3) I am not sure what I see in the first picture there. But since something is not where it used to be, and the fact that you can't see the "Warn XYZ (off-post warnings)" and the "View XYZ's warning" links, tells me that you haven't edited that particular template properly. Check your MEMBERINFO template.

Rgds to all.


All times are GMT. The time now is 05:27 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
  • Page Generation 0.03060 seconds
  • Memory Usage 1,743KB
  • 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
  • (4)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