![]() |
Quote:
Rgds |
abit off topic but how much more modified is the new version?
|
Quote:
If you are refering to the Zero Tolerance's hack, quite a bit more. Read the features list, and you'll understand. If you want to find out what's the difference between the current release and some previous one, there is a file here, called Versions.txt. Read that file to see what's been added in each release. Rgds |
uninstalled... sorry, i experienced a lot of database errors and such.
ill wait for an update if there gonna be one. thx |
Quote:
As for the program, there has been only one or two bugs refered to me, and they've been corrected the same day. Can't be of more help without input from you. Rgds |
Thnx sv1cec
Installed on vb3.0.4 en there is no problem. Thnx for the great Hack :up: |
yes same here works fine with vb3.04
|
Oke, I have a little problem when I do the 3.0.2 to 3.0.3 update :
When I run the query: UPDATE `".TABLE_PREFIX."warning_options` SET version='3.0.3' WHERE oid=1 It's say's : fault SQL-query : UPDATE `".TABLE_PREFIX."warning_options` SETversion = '3.0.3' WHERE oid = 1 MySQL retourneerde: Incorrect table name '".TABLE_PREFIX."warning_options' |
hi,
drop the TABLE_PREFIX part and replace it with your "real" table name so if you have a database table name "vb_" the querry becomes Code:
UPDATE vb_warning_options SET version='3.0.3' WHERE oid=1 laat dat TABLE_PREFIX gedeelte weg en vervang het door je "tabel" naam dan gaat het werken |
I have been getting error from the database but I assumed it was something else. What exactly was your errors? Please let me know
|
Quote:
|
John,
Getting an error after upgrading from 3.0 to 3.0.3 Quote:
Code:
oid int(15) No auto_increment |
Quote:
Rgds |
Quote:
|
Version 3.0.4 has been released. It allows you to warn a user directly from your AdminCP, or to be more precise, from the User Manager section of AdminCP. Obviously, only non-post-related warnings can be issued from there.
I hope you enjoy. |
I have version 2.3.5 but I don't understand how to update it from version 2.3.5 tot 3.0.4.
Do I need to update from 2.3.5 tot 3.0 and then 3.0 tot 3.0.4? |
Quote:
|
Quote:
|
Quote:
If this is a new installation, and you do not have any warnings you want to preserve, try running the uninstaller and then reinstall from scratch. It just does not make sense. |
Code:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /home/-/public_html/forum/includes/init.php on line 522 Any idea what would be causing that error when loading 'mod_warn.php' in the modCP? |
Quote:
edited to add: Uninstalled and reinstalled.. updating options seems to work fine now. :ermm: Since I had made the file edits up to 3.0.3, I just applied the file edits for 3.0.3 -> 3.0.4 and am seeing a couple of issues when trying to warn from the Admin CP: 1: When entering a specific userID to warn, it just takes me to the user list. 2: When selecting Warn User from their profile page, it just takes me to a blank screen. |
Quote:
Rgds |
Quote:
Uninstalled and reinstalled.. updating options seems to work fine now. Since I had made the file edits up to 3.0.3, I just applied the file edits for 3.0.3 -> 3.0.4 and am seeing a couple of issues when trying to warn from the Admin CP: 1: When entering a specific userID to warn, it just takes me to the user list. 2: When selecting Warn User from their profile page, it just takes me to a blank screen. |
Quote:
When does this happen? As soon as you log in the modcp? Or when you click on the link in the left frame, where it is supposed to say "View Issued Warnings"? Also, which AWS version are you running? Rgds |
When one clicks the 'View Issued Warnings' link in the left-hand panel. I downloaded my version of AWS around 3-4 hours ago, therefore it is fairly recent.
It's weird since I updated to 3.0.4 today, and that particular file has not been touched or edited. |
If it helps any, it refers to this section of the init.php file:
Code:
// add default special templates |
Quote:
Give me a couple of minutes, I have found a small problem in that file, but it shouldn't be the one which is causing your problem. I'll post here, when the new version is uploaded. Rgds |
I am getting errors...
Code:
UPDATE `vb3_warning_options` SET version=\'3.0\' WHERE oid=1 Code:
CREATE TABLE `vb3_ban_dates` ( |
Quote:
It would also help if I knew the error number that the database returned. |
Quote:
Please download version 3.0.5 I just uploaded and check out the new mod_warn.php file. It should work the way you are, without doing any other changes. Of course, do make the other changes after you verify that everything is OK with your problem. Rgds |
Thanks - I'll give that a try now and then tell you how I get on :)
|
Quote:
As for the second, check your warn_addwarn_nopost template, that's the one that is called from that point. I'll look more into these two issues later tonight, my hands are kind of full right now. Rgds |
Quote:
1: When entering a specific userID to warn, it just takes me to the user list. 2: When selecting Warn User from their profile page, it just takes me to a blank screen with "Internal Server Error" "The server encountered an internal error or misconfiguration and was unable to complete your request." It was good, but after the 3.0.4 and 3.0.5 update it's wrong. |
Quote:
My default style was a child style of the Default VB Style. I switched my default style back to the parent Default VB Style and reinstalled. Now I get a 404 error when selecting the Warn User from the dropdown in the user profile. Still getting just the user list when entering a userID. Searching by username now seems to be working. I changed the following in admincp/user.php: Code:
"/Warn.php?$session[sessionurl]do=WarnUserNoPost&id=$userid" Code:
"../Warn.php?$session[sessionurl]do=WarnUserNoPost&id=$userid" Code:
An Error Has Occured! Still am getting only the whole userlist when I enter in a numeric userid via Warn User in the AdminCP |
Another suggestion sv1cec:
Situation: a certain person has already got a few warnings. He makes a new posts that needs a warning to. ModA comes by, spots the post and gives warning. Few hours later ModB passes by, spots post. If it's smart moderator, he will first check the logs or warnings to see if this post was warned before. A lot of mods however will skip this step, and it's rather time consuming on bigger boards as well. Therefor it would be nice if the post that got the warning was marked in any way, or has a prevention from further warnings. We had situations we users got 2 or 3 warnings for the same post. Can be handy? |
Quote:
I think that at some time, I installed a hack which allowed you to search by the User ID. I swear to God, it works fine with the code as it is in my site. I am trying to find out what else need to be changed, but I can't. I think it was a mini-mod that did that, but I can't find it at the moment. I'll look at that and let you know as soon as possible. As for the post being marked, this is an excellent idea, and I think it can be done. Umtil later. |
Quote:
|
Thanks sv1cec..
Nice One Guys For Replying Appreciate It..! |
Quote:
|
Good morning Gang,
Here is the answer to your problem. I knew it was not something difficult: In your includes/adminfunctions_user.php find: PHP Code:
PHP Code:
Let me go and update the installation instructions and all. Rgds |
All times are GMT. The time now is 01:18 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:
|