The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I'm in the process of going through my site page by page and trying to decrease bandwidth, speed up page loads etc.
For the Showthread page, one of the problems is it loads the 4 control buttons every how many posts it displays so 15 times 4 is 60 images. My plan is to convert these commands to tabs. I'm talking about the control buttons that "Quote" "Edit Post" "Multi Quote" and "Quick Reply" So farm I've got 3 of the 4 to work properly using tabs but the Multi Quote is giving me fits. I can make a tab appear, but it's non-functional. The stock code for the line is: <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> </if> This is what I've tried: <li><if condition="$show['multiquote_post']"> <a href="$post[replylink]" rel="nofollow" onclick="return false"><span><if condition="$show['multiquote_selected']">Multi Quote On<else />Multi Quote Off</if></span></a> </if></li> The tab appears but I haven't figured out how to make it functional. Anybody got any ideas? Skip |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|