Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
MultiQuote Details »»
MultiQuote
Version: 1.00, by Chroder Chroder is offline
Developer Last Online: May 2011 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 01-04-2004 Last Update: Never Installs: 81
 
No support by the author.

Introduction
This multiquote hack allows your members to select multiple posts to quote from. These posts can be on a different page, in a different thread, or on an entirely different forum. Don't worry, the hack checks to make sure the user has read permissions on the post so no sneaky members can insert random post ID's in hopes to find what's going on in your secret staff forums.

What's new in this "version 2"?
  • Better programmed!
  • "Go Advanced" works with Quick Reply
  • Fixed the bug with IE not "turning on" the MQ icons when re-viewing a thread with MQ'd posts.
  • Included vB3-styled icons (I just resized the images posted by Hoffi -- thanks Hoffi!)
Overview
  • vB files to modify: 1 (newreply.php)
  • Templates to modify: 2 (SHOWTHREAD, postbit)
  • Phrases to create: 1 (multiquote)
  • Files to upload: 3 (2 images, 1 Javascript file)
(Included missing Javascript file from post #75. Sorry for the delays, I don't come around often!)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #112  
Old 01-23-2005, 11:26 AM
Deviant++'s Avatar
Deviant++ Deviant++ is offline
 
Join Date: Sep 2004
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh thanks
Reply With Quote
  #113  
Old 01-24-2005, 01:33 AM
Aeolian Aeolian is offline
 
Join Date: Apr 2004
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

still no update...
the JS error in pm window still exists...
Reply With Quote
  #114  
Old 01-31-2005, 05:58 PM
catocom2 catocom2 is offline
 
Join Date: Aug 2002
Location: Gainesville, Georgia
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Erwin
For a quick and dirty way to make it so that the button does not show up in PM or usernote, just wrap it with a conditional:

<if condition="$SHOWQUICKREPLY">button</if>
In the new ver, the code looks different.
How would I fix this same problem here?

PHP Code:
         <if condition="$SHOWQUICKREPLY AND !$show['threadedmode']"
        <
a href="$post[replylink]onclick="return doMultiQuote('$post[username]', $post[postid]);"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]border="0" /></a
        </if>
        <if 
condition="$post['replylink']"> <img src="$stylevar[imgdir_misc]/mq_img_off.gif" alt="$vbphrase[multiquote]border="0" width="21" height="15" name="multiquote_$post[postid]id="multiquote_$post[postid]onclick="toggleMultiQuote($post[postid], this)" style="cursor:pointer" /> 
        </if> 
Reply With Quote
  #115  
Old 02-01-2005, 12:00 PM
Deviant++'s Avatar
Deviant++ Deviant++ is offline
 
Join Date: Sep 2004
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

someone should put a notice saying this mod cause it dosnt work for 3.0.5+
Reply With Quote
  #116  
Old 02-15-2005, 08:27 PM
KBV KBV is offline
 
Join Date: Aug 2004
Location: Oslo, Norway
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It's work fine in 3.0.6, having one problem though. Whenever someone uses Quick Reply to multi-quote someone, it double posts the quote.

http://www.naruto.no/forum/showpost....95&postcount=4

Anyway to fix this?

Thanks for a great hack!
Reply With Quote
  #117  
Old 02-15-2005, 11:38 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I work on vBulletin 3.0.6

I have a problem, the button, does not appear and one cannot click above, an idea please ?


even by putting the URL of the image in a navigator, it does not find whereas it is well in the file "images/misc" (tested on firefox and IE)
Reply With Quote
  #118  
Old 02-17-2005, 07:23 PM
Allan's Avatar
Allan Allan is offline
 
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

arf
Reply With Quote
  #119  
Old 02-24-2005, 01:34 PM
Gnappy Gnappy is offline
 
Join Date: Sep 2003
Location: Italy
Posts: 59
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Allan
I work on vBulletin 3.0.6

I have a problem, the button, does not appear and one cannot click above, an idea please ?


even by putting the URL of the image in a navigator, it does not find whereas it is well in the file "images/misc" (tested on firefox and IE)
coz maybe u need to update ur postbit_legacy too...







anyways i have the same problem of Deviant++, i can see the buttons, i click on it, but when i click new reply i got a white blank page(quickreply or advanced its the same).... i dont know why, i hacked it twice, and im sure its correct... the only one thing is not completly correct is that Chroder wrote to search "$headerinclude" in SHOWTHREAD template, but i have just "$headinclude" in that template, anyways i added the istructions under it...i think Chroder made a mystake when wrote that istruction...


any ideas to fix my problem? thx to all for help
Reply With Quote
  #120  
Old 03-24-2005, 04:53 PM
outlaw621's Avatar
outlaw621 outlaw621 is offline
 
Join Date: Oct 2004
Posts: 71
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by catocom2
In the new ver, the code looks different.
How would I fix this same problem here?

PHP Code:
         <if condition="$SHOWQUICKREPLY AND !$show['threadedmode']"
<
a href="$post[replylink]onclick="return doMultiQuote('$post[username]', $post[postid]);"><img src="$stylevar[imgdir_button]/quickreply.gif" alt="$vbphrase[quick_reply_to_this_message]border="0" /></a
</if>
     <if 
condition="$post['replylink']"> <img src="$stylevar[imgdir_misc]/mq_img_off.gif" alt="$vbphrase[multiquote]border="0" width="21" height="15" name="multiquote_$post[postid]id="multiquote_$post[postid]onclick="toggleMultiQuote($post[postid], this)" style="cursor:pointer" /> 
        </if> 
Find the following:
PHP Code:
<if condition="$post['replylink']">
    <
img src="$stylevar[imgdir_misc]/mq_img_off.gif" alt="$vbphrase[multiquote]border="0" width="21" height="15" name="multiquote_$post[postid]id="multiquote_$post[postid]onclick="toggleMultiQuote($post[postid], this)" style="cursor:pointer" />
</if> 
And chage to the following:
PHP Code:
<if condition="$SHOWQUICKREPLY AND $post['replylink']">
    <
img src="$stylevar[imgdir_misc]/mq_img_off.gif" alt="$vbphrase[multiquote]border="0" width="21" height="15" name="multiquote_$post[postid]id="multiquote_$post[postid]onclick="toggleMultiQuote($post[postid], this)" style="cursor:pointer" />
</if> 
Reply With Quote
  #121  
Old 03-24-2005, 06:07 PM
catocom2 catocom2 is offline
 
Join Date: Aug 2002
Location: Gainesville, Georgia
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool!
yep, that did it.
Thanks outlaw621
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:50 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05571 seconds
  • Memory Usage 2,347KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete