The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
I'm in the process of creating a new style for my forum and one things I'm changing is the default image buttons in Postbit with Test link buttons styled using CSS.
All the buttons are working perfectly except one... the multi-quote button. When I click on the button the text doesn't change (like I thought it would) and when trying to post a reply, the quotes selected isn't listed. So the button isn't working at all. Here is what I have so far: Code:
<if condition="$show['multiquote_post']"> <a href="$post[replylink]" onclick="return false" title="Multi-Quote" rel="nofollow" class="buttons white" id="mq_$post[postid]"><if condition="$show['multiquote_selected']">QUOTED<else />Multi-Quote</if></a> </if> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|