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)
-   -   [HowTo] Quote Multiple Posts At Once (https://vborg.vbsupport.ru/showthread.php?t=45135)

msimplay 05-08-2003 06:43 AM

this work on 2.3 ?

msimplay 05-08-2003 06:30 PM

installed and confirmed working on Vbulletin 2.3 release candidate 3

SiGmA_X 05-29-2003 01:09 AM

I'm having a strange problem.. Followed all directions, and it works IF and only IF you click a 'quote' box. If you do not, it doesn't let you reply. Is there a way to make it so you can click Reply no matter what? :)

kevin_r1 06-02-2003 02:00 PM

Quote:

03-29-03 at 02:59 AM InnerSelf said this in Post #61
if i replace this in my template
Code:

+-------------------------------------------------------------------------------------------------+
| (3a) In the "showthread" template, replace both! instances of code:                            |
+-------------------------------------------------------------------------------------------------+
<a href="newreply.php?s=$session[sessionhash]&action=newreply&threadid=$threadid"><img src="$replyclose" border="0" alt="Post A Reply"></a>
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| (3b) With this code:                                                                            |
+-------------------------------------------------------------------------------------------------+
<input type="image" src="$replyclose" border="0" alt="Post A Reply" name="submit" class="bginput">
+-------------------------------------------------------------------------------------------------+

then my "post a reply is weird.

if i click it without checked boxes i get (please fill smth in the subject field and texteares.

and if i check boxes then it direclty post all those boxes without seeing a newreply field.

any suggestions?


That makes 3 of us.

Leah 06-11-2003 10:38 AM

Quote:

02-28-03 at 07:44 AM squawell said this in Post #56
how to quote different page's post at once?

i test that and it cant work.....

so anyone can fix that?

Anyone?

kevin_r1 06-11-2003 11:22 AM

Quote:

06-02-03 at 04:00 PM kevin_r1 said this in Post #74
That makes 3 of us.
Is it safe to assume we're just sh!t outta luck?

DelFDgfd_gT 06-23-2003 05:50 PM

PHP Code:

style="background: #backgroundcolor;" 

I added that and it made the white space behind the new reply image not noticeable.

Aaron1 08-28-2003 09:00 AM

Hmm, i really can't get it to work! Argh!

I really followed the instruction by the letter, but when i select which posts i want to be quoted, and i click on 'New Reply', it just submits, the quotes right into a new post, without going to the new reply page...

Maybe it has something to do with a redirect removal?

This is what i got below the hack in newreply.php:

PHP Code:

$threadid=verifyid("thread",$threadid);

$threadinfo=getthreadinfo($threadid);

if (!
$threadinfo[visible]) {
  
$idname="thread";
  eval(
"standarderror(\"".gettemplate("error_invalidid")."\");");
}
if (!
$threadinfo[open]) {
  if (!
ismoderator($threadinfo[forumid],"canopenclose")) {
    eval(
"standardredirect(\"".gettemplate("redirect_threadclosed")."\",\"showthread.php?s=$session[sessionhash]&threadid=$threadid\");");
    exit;
  }


Maybe it hasn't got anything to do with it, but nevertheless it could be though!
Please help! :classic:

TSN 09-19-2003 01:53 AM

Will this work in version 2.3.2?

Floris 09-19-2003 07:03 AM

Quote:

Originally Posted by TSN
Will this work in version 2.3.2?

It should also work with 2.3.2 - just compare the code and if you think it requires some changes, try it out .. im sure it will work.


All times are GMT. The time now is 08:38 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.01089 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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