vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Advanced Warning System (AWS) (https://vborg.vbsupport.ru/forumdisplay.php?f=105)
-   -   Warning system having problems with Quick Reply! (https://vborg.vbsupport.ru/showthread.php?t=96289)

Softcore 09-14-2005 11:51 PM

Warning system having problems with Quick Reply!
 
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;
        }

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?

sv1cec 09-28-2005 04:47 PM

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.


All times are GMT. The time now is 07:39 AM.

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.03935 seconds
  • Memory Usage 1,708KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete