vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Quick Reply Box (https://vborg.vbsupport.ru/showthread.php?t=34597)

blackice912 04-09-2003 05:29 PM

I've got a mother of a problem.

When I have a stuck thread and use the quick reply, it makes that thread not stuck anymore.

Anybody know how to fix this?

UPDATE: Oh yeah, it also unlocks threads that are locked.

SloppyGoat 04-11-2003 03:03 AM

I have one of my forums excluded from default autoparsing. Can anyone tell me how I can also apply this exclusion to the quickreply box? It seems to ignore my hack, which is this.

Replace this in newthread.php and newreply.php

PHP Code:

if (!isset($parseurl)) {
    
$parseurlchecked="CHECKED";
  } 

With this:

PHP Code:

if ((!isset($parseurl)) && ($foruminfo[forumid]!=22)) {
      
$parseurlchecked="CHECKED";
  } else {
        
$parseurlchecked '';
  } 

It's pretty slick, except for the quickreply. I assume it's because of this line?

Code:

<input type="hidden" name="parseurl" value="yes">
[edit] Nope, actually, I just tried setting it to no, and it still parsed.
But if I remove that line, it stops parsing globally. Hmmmm

Geminy 04-12-2003 08:37 PM

Questa ? la versione in Italiano.

This is the Italian Version.

blackice912 04-14-2003 09:55 AM

Quote:

04-09-03 at 07:23 PM blackice912 said this in Post #921
I've got a mother of a problem.

When I have a stuck thread and use the quick reply, it makes that thread not stuck anymore.

Anybody know how to fix this?

UPDATE: Oh yeah, it also unlocks threads that are locked.

So I guess noboby else has this problem?

Dangit, that means I have to figure out how to fix it on my own :p

ZiRu$ 04-14-2003 03:09 PM

Yo Firefly......I re-installed this hack :)

Alien 04-15-2003 07:38 PM

Works flawlessly on 2.3.0. Nice work!

blackice192: I don't have the problem you're experiencing.. Sorry. :(

SloppyGoat 04-16-2003 01:16 AM

Quote:

04-10-03 at 11:03 PM SloppyGoat said this in Post #922
I have one of my forums excluded from default autoparsing. Can anyone tell me how I can also apply this exclusion to the quickreply box? It seems to ignore my hack, which is this.

Replace this in newthread.php and newreply.php

PHP Code:

if (!isset($parseurl)) {
    
$parseurlchecked="CHECKED";
  } 

With this:

PHP Code:

if ((!isset($parseurl)) && ($foruminfo[forumid]!=22)) {
      
$parseurlchecked="CHECKED";
  } else {
        
$parseurlchecked '';
  } 

It's pretty slick, except for the quickreply. I assume it's because of this line?

Code:

<input type="hidden" name="parseurl" value="yes">
[edit] Nope, actually, I just tried setting it to no, and it still parsed.
But if I remove that line, it stops parsing globally. Hmmmm


neocorteqz 04-16-2003 04:19 AM

sorry, but this thread is a little too long to search through.

Does anyone know if this can be locked to specific parts of the forums.

I want to be able to use this hack in specified forums on the board.

thanks.:)

SloppyGoat 04-16-2003 04:56 AM

That would also solve my problem, if I could just exclude the quickreply from one forum. I'd much rather fix it as stated above though.

blackice912 04-16-2003 10:04 AM

Quote:

Yesterday at 09:38 PM Alien said this in Post #926
blackice192: I don't have the problem you're experiencing.. Sorry. :(
Yeah, I'm not the only site with this problem too... :ermm:


All times are GMT. The time now is 01:19 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.02286 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete