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)

JTMON 02-03-2002 07:25 PM

Working-It helps when you upload the new showthread to the proper directory :stupid:

Danny 02-03-2002 07:27 PM

Line 437 to 441

Code:

if ($thread[open]) {
  $replyclose="{replyimage}";
} else {
  $replyclose="{closedthreadimage}";
}

Replace with ....

Line 437 to 445

Code:

if ($thread[open]) {
  eval("\$replyopenclosed = \"".gettemplate("showthread_replyopen")."\";");
} else {
  if (ismoderator($thread[forumid],'canopenclose')) {
    eval("\$replyopenclosed = \"".gettemplate("showthread_replyclosedmod")."\";");
  } else {
    eval("\$replyopenclosed = \"".gettemplate("showthread_replyclosed")."\";");
  }
}


JTMON 02-03-2002 07:30 PM

Quote:

Originally posted by Danny
Line 437 to 441

Code:

if ($thread[open]) {
  $replyclose="https://vborg.vbsupport.ru/images/reply.gif";
} else {
  $replyclose="https://vborg.vbsupport.ru/images/threadclosed.gif";
}

Replace with ....

Line 437 to 445

Code:

if ($thread[open]) {
  eval("\$replyopenclosed = \"".gettemplate("showthread_replyopen")."\";");
} else {
  if (ismoderator($thread[forumid],'canopenclose')) {
    eval("\$replyopenclosed = \"".gettemplate("showthread_replyclosedmod")."\";");
  } else {
    eval("\$replyopenclosed = \"".gettemplate("showthread_replyclosed")."\";");
  }
}


What's that do? BTW I used firefly's code as yours changed my color due to vb.org parsing the colors and me being too lazy to edit it.:D

Danny 02-03-2002 07:32 PM

that goes in the showthread file m8, just posted it for reference.

Martyjp 02-04-2002 09:21 AM

Having a few problems since I installed it

Bit of a strange one and it hasnt happened to me yet, but some users after making a quick post cant see any replies. It has happened to about 4 or 5 users, I am trying to get more information out of them at the moment, but any ideas what may be causing this?

Help if I included the image


http://f4g.net/images/f4g.jpg

JTMON 02-04-2002 11:34 AM

Haven't seen that one yet, but I have seen where they can't see THEIR post after using the QRB (Quick Reply Box) to reply. It happened to me here about 3-4 times.

Admin 02-04-2002 01:24 PM

JTMON, that's odd. I'm just replying using it and it's fine. I'll look into it.

JTMON 02-04-2002 01:26 PM

From what I can tell it's intermittent at best-I am posting this using the quick reply

Admin 02-04-2002 01:36 PM

It's actually fixed I think, the problem was with an opened <form> tag I accidentally caused somewhere. :)

JTMON 02-04-2002 01:45 PM

Cool! Way to go!


All times are GMT. The time now is 08:07 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.01879 seconds
  • Memory Usage 1,734KB
  • 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
  • (4)bbcode_code_printable
  • (1)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