vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Multiquote (https://vborg.vbsupport.ru/showthread.php?t=91185)

Andreas 06-28-2005 07:50 AM

Hmm, seems to work just fine for me.
Do you have a Board where I can test this, or tell me exactly how to reproduce the problem?

Frenck 06-28-2005 07:52 AM

I will create a account for you on my dev site. Keep track of your pm inbox ;)

Andreas 06-28-2005 08:25 AM

Problem solved: No problem existed :)
Just misunderstanding:
If you select the last post of a Thread for Multiquote and then click the Big Reply Button it will not be quoted, as this button sets noquote=1 for the last Post.
This is intended behaviour.

jpt62089 06-28-2005 05:54 PM

isnt this a plug in? if so why is it in code mods?

Andreas 06-28-2005 06:01 PM

It comes with an additional JS File, so as of our definition it is not a Plugin ...

jpt62089 06-28-2005 06:10 PM

it does not change the original code tho.... or does it?

Andreas 06-28-2005 06:12 PM

No, it does not touch any vBulletin files.

jpt62089 06-28-2005 06:14 PM

Quote:

Originally Posted by KirbyDE
No, it does not touch any vBulletin files.

then it should be a plug in.... vb.org plugin definition: "Plugins are addons that do NOT require ANY source code modification."

Andreas 06-28-2005 06:16 PM

... if they do not come with additional files.
That's the current definition.
Anyway, this discussion is OT here.

If you want to further discuss this matter we should move on to Site Feedback.

Chris M 06-29-2005 08:58 PM

Code:

  <if+condition="$post['replylink'] AND $show['multiquote']">
          <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>

Invalid template content - Eventually found it:p
Change:
Code:

<if condition="$post['replylink'] AND $show['multiquote']">
to:
Code:

<if condition="$show['replylink'] AND $show['multiquote']">
:)

Satan


All times are GMT. The time now is 10: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.01078 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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