![]() |
Thank you - I will test that tomorrow. One more question. I noticed that the "Add Note for ..." link at the top of each members post goes to a blank page. The note section works when I View the members profile. Any ideas on what might be the problem?
|
I have installed the latest zip file here.
I get this error when I try to warn anyone: PHP Code:
It also apears that the template mod instructions have not been updated. |
Line 4259 of functions.php is a call for Hook global_complete.
As AWS does not use a Plugin on this Hook, the error must be caused by another Hack. Which Plugins do you have on Hook global_complete? |
The only plug-in using global_complete is the Microstats plug-in. I still don;t under stand why the view warnings is not showing up. I edited my post bit legacy exactly to the intructions.
|
The Template edit instructions are not 100% correct ;)
Anyway, does the error still show up when you disable Microstats? |
Ok thanks for solving the template issue. I disabled Microstats and yes it still has the problem. I have checked that no other plug-ins and use that hook. :ermm:
|
Normally that can't be :)
Sorry, I can't help you as I don't know what could be causing the problem. Feel free to send me a PM with an ACP Login, ad detailed description of the problem and how to reproduce it and i'll take a look. |
Ok, I am confused. I have set up a forum for warnings and alerts. Are you able to have the "Report Bad Post" option sent to the forum instead of by email to the administrator? Is this only sent to the administrator and not the moderators? I don't think there is a way to change this to a PM instead of email, but are there any options available to control this message?
Quote:
|
Quote:
https://vborg.vbsupport.ru/showthread.php?t=83074 |
I just installed the hack and everything seemed fine. However, now that it is installed no one can post on my forum. It tells them they need to have atleast X amount of characters to post. I have that option set to 3 characters and it still gave me that error when I typed well over 100 characters.
I disabled the product through the admin section and I no longer get this error. Any idea what is causing this? I really want to use this mod as it will be really helpfull on my large site |
Here is the message I get when I enable AWS when trying to start a new thread:
The following errors occurred when this message was submitted: 1. Please complete both the subject and message fields. 2. The message you have entered is too short. Please lengthen your message to at least 3 characters. When I turn aws off this error goes away |
That is a strange problem.
If you want me to help you, please set your board to debug mode and send ma a PM with an ACP login. |
Thanks - works like a charm :up:
Quote:
|
Quote:
KirbyDE, please email me to see if this Notes thing can be added in the 3.5 version, it's not that difficult. Rgds |
Quote:
|
When will this hack be a final version and out of beta?
|
From the posts here, I think it is pretty stable as it is. I haven't seen any serious problems, so I guess it is up to KirbyDE to decide.
And if KirbyDE has some time, you can look forward to the ability to add Notes. This is something that was added in the late versions 3.4.1x (can't remember exactly which) and which allows you to add private or public notes (public means all management team can see them), either post-specific or not, for a member of your forums. I guess this will be added in the second, non-Beta release. Rgds |
Is this a feature, or a bug?
In 'No Posting' forums (closed ones), the warning links don't show in postbit. I moved a spammy post to my spam forums before warning the poster and noticed that the option is missing. |
I am not sure, I've never tried it with a No Posting forum. In my site, we move/copy the post to a "Laundry Room" area, where moderators have access, but not plain members. In that forum, the warn links are shown fine. I am not sure why they won't show in a No Posting.
My suggestion is to issue a warning before copying/moving the post. |
Yeah, totally... that would be the obvious solution.. I was wondering if it was a feature or not, or if you were even aware of it. :)
|
This will be a good one.
|
Well, as I told you, I was not, because I have no "No Posting" forums in my site. I'll have to check it. Never tried it! LoL
|
Is it possible to allow all registered users to view the warnings issued to a member as the Mods can? (But obviously not warn someone. :) )
|
Yes, this is possible. In your plugin manager, find a plugin named "warn_showthread_showlinks_and_points". In that plugin find:
Code:
if ($postadmin!=1 AND $postmod!=1 AND $postsmod!=1 AND ($useradmin==1 OR $usersmod==1 OR $usermod==1)) Code:
$showviewwarnlink=1; Code:
if($_GET['do']!='ViewMyWarnings') Code:
if($_GET['do']!='ViewMyWarnings' AND $_GET['do']!='ViewWarnings') Rgds |
Any word on the notes upgrade timeline?
Thanks again for a great hack! David |
Quote:
Quote:
|
I found one more problem. I set up of the ObsceneWords automatic warner. I don't want PMs to be included in the automatic warner, so in options I turned off - "Use Automatic Warnings from Private Messages?"
I noticed that a user was warned for sending a censored word in a PM. In this portion of the warning message: "To see details about all the warnings you have received, until now, please click here." I clicked on the link which took me to a screen giving me the warning information for that user. Under "Warned Post", I clicked on "Post ID 3240 Review Post". This took me to another users post from last May. The post had no censored words, but had the "Warned Post" sign attached to it. The user who created the post had no warning points. Why would this warn a user for a PM? And why is it referring to a post by another user that has no censored words? |
@seg
Please report this as a Bug so I can take care of it. Details information about the problem and how to reproduce it are required. Thank you. |
There is a bug... so that AWS won't run with PHP5
Code:
Fatal error: Only variables can be passed by reference in ...forum_v35\includes\functions_warning.php on line 600 |
The "closeON.gif" and "closeOFF.gif" are located in images/misc, but the plugin tries to access them in images/
|
@Whissi
Please report it as a Bug so I can take care of it. I run PHP5 as well and didn't have a problem so far .. hmm |
Done ;)
|
I would also like the ability to prevent regular moderators from seeing the system and warnings thereof as I have private forums where a member if a moderator of that forum only, but none of the public forums. My real moderators are all supermoderators.
Any suggestions on a workaround at least? Thank you much! |
You can always use an <if> tag around the template mods. Search around and you will find the exact HTML.
@Kirby and SveC1 Note that the warned post icon DOES apear, even thoug the VIEW warnings template edit does not show. |
Quote:
|
I did change the usergroup for regular mods to the number for supermods. However, these private forum mods aren't in an actual moderator usergroup so it is kind of weird that they can see it. While I thought about the conditionals, with this in mind I wouldn't know how to do it.
|
It's because the can moderate the forums. The checking is canmoderate(). This needs to be changed, I think.
|
If it were changed to usergroup IDs it would seem to make the problem go away quite nicely.
|
Please describe to me your problem in more details. I understood, that you have some members, which do not belong in the standard moderator group, and they are not really moderators, except if they are moderating one particular forum each? Am I correct so far?
In other words, those members belong to group 2 (normal users), but each one is allowed to moderate a particular forum? And what is that they see now, that you do not want them to see? Rgds |
Quote:
|
All times are GMT. The time now is 06:29 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:
|