The Arcive of vBulletin Modifications Site. |
|
Warning system having problems with Quick Reply! Details »»
|
|||||||||||||||||||||||||||
|
Warning system having problems with Quick Reply!
Developer Last Online: Feb 2006
Hello,
I recently upgraded my AWS, and I noticed some Issues. In the Warnings Log, the Auto warnings for the censors show NPR, when they should show the post ID. It only does this for some of the warnings, and I'm not sure why. Also, I noticed some of my users PMing me back asking what they did wrong and why the link In the PM didn't work, and I clicked the link, and It was formatted like this: showthread.php?p=who%20cares and I wondered why It only did this for certain post and not all, I think I've figured It out.... In showthread.php: Code:
// set quick reply initial id
if ($threadedmode == 1)
{
$qrpostid = $curpostid;
$QRrequireclick = 0;
}
else if ($vboptions['quickreplyclick'])
{
$qrpostid = 0;
$QRrequireclick = 1;
}
else
{
$qrpostid = 'who cares';
$QRrequireclick = 0;
}
Also noticed the PM's for these warnings never get sent, but It Is posting the log In the set forum for the warning's archive. Also, why Is there a small box on the View Warnings page next to the text that tells you how many warning points you must get before your banned? And why Isn't the warn sign icon clickable In the post anymore? Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
I am not sure if anyone of these issues has anything to do with AWS. Either you haven't done the edits properly or something else is causing your problems.
|
![]() |
|
|