Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-01-2008, 05:25 AM
mdonnelson mdonnelson is offline
 
Join Date: Jan 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default can't get multi-quote working.

I'm on 3.6.8 patch level 2. I've enabled multi-quote in the CP.
I have the following products installed:
Banner System
Custom Links
iTrader
NoSpam!

I've tried using the default style, as well as creating a fresh style and using that, but I still don't get the multi-quote icon. I'm just confused! What do I need to be looking for here? What am I missing? I could really use some help. thanks!
Reply With Quote
  #2  
Old 01-01-2008, 03:13 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you using a custom style or the default vbulletin style (ie. are the postbits modified or stock?)
Reply With Quote
  #3  
Old 01-01-2008, 06:24 PM
mdonnelson mdonnelson is offline
 
Join Date: Jan 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm fairly certain it's all default...
Reply With Quote
  #4  
Old 01-01-2008, 06:28 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If the postbit has Kier's name on it, or another vbulletin developer, then it is probably default. Did you make sure to upload the image for the multi-quote?
Reply With Quote
  #5  
Old 01-01-2008, 06:41 PM
mdonnelson mdonnelson is offline
 
Join Date: Jan 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
If the postbit has Kier's name on it, or another vbulletin developer, then it is probably default. Did you make sure to upload the image for the multi-quote?
Multiquote_on.gif and multiquote_off.gif are both listed in the images/buttons directory. So, yes, I suppose those images were uploaded.

As for the postbit, I'm looking at the postbit template now. Where would I look for Kier's name? I'm a total beginner when it comes to modifying templates. What would be a sure-fire way for me to use an un-modified default template that will have Multi-quote?
I tried creating a new style called "test style" and making it #1 on the list in style manager, but that didn't do anything for me.

thanks for your help thus far.
Reply With Quote
  #6  
Old 01-01-2008, 08:38 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When you select the template in the template editor (not double-click, just single-click), the status shows up on the right hand side of that frame. On the bottom of that frame is will says "Last edited ...... by......." It looks like the postbit and postbit legacy were both last edited by freddie.

If you want to see your "test style", click on "test style" in the list of styles. That will open up a new window (tab) with your site in that style. You can then go to a thread and see if the button is there. For you to then go back and see your default style, click on the name of your default in that list of styles (or go to the User CP of the site, select default and hit Save).

You said you had "Multi-Quote Enabled" set to Yes. What about the option right under that "Multi-Quote Quote Limit"? Have you looked in the source code of the page to see if multi-quote is supposed to be there but the image link it broken?
Reply With Quote
  #7  
Old 01-01-2008, 09:36 PM
mdonnelson mdonnelson is offline
 
Join Date: Jan 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
When you select the template in the template editor (not double-click, just single-click), the status shows up on the right hand side of that frame. On the bottom of that frame is will says "Last edited ...... by......." It looks like the postbit and postbit legacy were both last edited by freddie.

If you want to see your "test style", click on "test style" in the list of styles. That will open up a new window (tab) with your site in that style. You can then go to a thread and see if the button is there. For you to then go back and see your default style, click on the name of your default in that list of styles (or go to the User CP of the site, select default and hit Save).

You said you had "Multi-Quote Enabled" set to Yes. What about the option right under that "Multi-Quote Quote Limit"? Have you looked in the source code of the page to see if multi-quote is supposed to be there but the image link it broken?
thanks. OK, so when I view the test style, multi-quote is there. My rotating banners at the top of the forum no longer show on the test style. I think I'm going to start from scratch with this "test style," get it right, and then put it in place. There's something in the default style that has the multi-quote messed up.
On the Multi-Quote Limit, it's set at 0. I believe that means there is no limit, right?

OK, looking at the postbit and postbit_legacy template...it looks like I've customized it at some point. I'm sure I borked it up.
here's what I found for the multiquote in the code:

<if condition="$show['multiquote_post']">
<a href="$post[replylink]" rel="nofollow" onclick="return false"><img src="$stylevar[imgdir_button]/multiquote_<if condition="$show['multiquote_selected']">on<else />off</if>.gif" alt="$vbphrase[multi_quote_this_message]" border="0" id="mq_$post[postid]" /></a>


I'm not sure where the path to the image is...I have trouble reading this.

--------------- Added [DATE]1199231067[/DATE] at [TIME]1199231067[/TIME] ---------------

I found it! the multiquote code was missing from postbit_legacy. thanks so much! I'm on the right track.
Reply With Quote
  #8  
Old 01-01-2008, 10:16 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Glad you've figured it out.

Did you recently upgrade your forum? From what version to what version? If you didn't go through and either revert your templates (which means default them to the vbulletin default one) or compare yours to the new one and copy/paste the new stuff into yours, then you may be missing out on several new features.
Reply With Quote
  #9  
Old 01-02-2008, 12:34 AM
mdonnelson mdonnelson is offline
 
Join Date: Jan 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Glad you've figured it out.


Did you recently upgrade your forum? From what version to what version? If you didn't go through and either revert your templates (which means default them to the vbulletin default one) or compare yours to the new one and copy/paste the new stuff into yours, then you may be missing out on several new features.
I updated to the latest patch level. However, the modifications I made to the postbit templates was probably back around v3.0, which means you may be right. I don't want to revert to default, but I think I'm going to do it anyway to make sure I have the latest features.
Reply With Quote
  #10  
Old 05-22-2008, 10:42 AM
leannet leannet is offline
 
Join Date: Feb 2008
Location: Australia
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm on 3.6.4
I've enabled multi-quote in AdminCP
Multi quote images are in images/buttons folder.

Multi quote buttons are not showing my forum.

Sorry this thread is old, I have tried searching for an answer to my problem but I have either missed it or there isnt one.

Can anyone point me in the right direction to correct this problem.

Thanks.
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 04:55 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.02155 seconds
  • Memory Usage 2,256KB
  • Queries Executed 13 (?)
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
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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_postinfo_query
  • fetch_postinfo
  • 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