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> |
#2
|
|||
|
|||
![]()
If you did this:
Code:
<a href="$post[replylink]" onclick="return mq_click($post[postid])" ... Then it might actually work, but you wouldn't get any feedback (i.e. text changing). With the image button it works via javascript and cookies, using the javascript functions in clientscript/vbulletin_multi_quote.js. So, you could write your own js functions to toggle the link text, or you could copy the vbulletin_multi_quote.js to another name and change it as necessary. |
#3
|
|||
|
|||
![]()
Well that works in one sense... it makes the button act like a regular quote button, but as soon as you click it, it loads a page with that post quoted.
As much as I hate to I might actually have to break down and create a graphic button just for it. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|