Softcore
09-15-2005, 12:51 AM
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:
// 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;
}
Looks like when you have the option "Quick Reply require click" set to NO, the messages are entered the Quick Reply editor, are not working well with It, those messages come out with the "who cares" In the links. That says If $threadedmode equal's 1, (there's no reason to have quick reply require If you can't see all the post aye?) require click Is not needed, or If you have require click before you can quick reply enabled, $QRrequireclick equal's 1 and require It, else quick reply require click Is disabled, It equal's 0 and who cares.
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?
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:
// 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;
}
Looks like when you have the option "Quick Reply require click" set to NO, the messages are entered the Quick Reply editor, are not working well with It, those messages come out with the "who cares" In the links. That says If $threadedmode equal's 1, (there's no reason to have quick reply require If you can't see all the post aye?) require click Is not needed, or If you have require click before you can quick reply enabled, $QRrequireclick equal's 1 and require It, else quick reply require click Is disabled, It equal's 0 and who cares.
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?