View Single Post
  #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
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01265 seconds
  • Memory Usage 1,767KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete