vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   MultiQuote (https://vborg.vbsupport.ru/showthread.php?t=59702)

Deviant++ 01-23-2005 11:26 AM

Oh thanks :)

Aeolian 01-24-2005 01:33 AM

still no update...
the JS error in pm window still exists...

catocom2 01-31-2005 05:58 PM

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> 


Deviant++ 02-01-2005 12:00 PM

someone should put a notice saying this mod cause it dosnt work for 3.0.5+ :( :(

KBV 02-15-2005 08:27 PM

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!

Allan 02-15-2005 11:38 PM

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)

Allan 02-17-2005 07:23 PM

arf :(

Gnappy 02-24-2005 01:34 PM

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

outlaw621 03-24-2005 04:53 PM

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> 


catocom2 03-24-2005 06:07 PM

Cool! :D
yep, that did it.
Thanks outlaw621 :cool:


All times are GMT. The time now is 12:20 PM.

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.03310 seconds
  • Memory Usage 1,773KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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