Posts: 80
Threads: 25
Joined: Mar 2011
Reputation:
0
2011-06-20, 02:08 PM
i'm changing the graphic of my site and i was wondering how i could change the "multiquote button" in the postbit templates.
i made the css class "button" and i'm substituting the images with a simple link.
just to make you understand: I changed this:
<a href="newreply.php?tid={$tid}&pid={$post['pid']}"><img src="{$theme['imglangdir']}/postbit_quote.gif" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" /></a>
with this:
<span id="button">
<a href="newreply.php?tid={$tid}&pid={$post['pid']}" alt="{$lang->postbit_quote}" title="{$lang->postbit_quote}" />Quota</a>
</span>
as you can see, i replaced the image with a code (the "span").
the problem is that i don't know how to change the postbit multiquote template, because there's a short java script in it. can you help me to solve this?
thank you in advance
Proud to live in Italy.
Not proud to be Italian.
Posts: 80
Threads: 25
Joined: Mar 2011
Reputation:
0
2011-06-20, 05:24 PM
ok, but if the mouse goes over the image, it doesn't change; while all the other buttons replaced with the class "button" do.
then, everytime i change the class "button" just a bit, i have to make the multiquote button's image again.
isn't there a way to simply change the javascript in the multiquote template in order to avoid all these hassles?
Proud to live in Italy.
Not proud to be Italian.
Posts: 80
Threads: 25
Joined: Mar 2011
Reputation:
0
2011-06-20, 06:30 PM
Proud to live in Italy.
Not proud to be Italian.
Posts: 80
Threads: 25
Joined: Mar 2011
Reputation:
0
2011-08-12, 06:36 PM
yes, i still have this problem ._.
in the bottom left of any page of my site, you can switch language from italian to english.
and... what do you mean for "demo user"...?
Proud to live in Italy.
Not proud to be Italian.
Posts: 80
Threads: 25
Joined: Mar 2011
Reputation:
0
2011-08-12, 07:32 PM
(This post was last modified: 2011-08-12, 07:35 PM by Ziel van brand.)
no ok... this is not what i want...

i'm replacying the images with simple words.
for example, the image that shows the button "reply" is no longer an image in my site. i wrote the WORD "reply" in the templates, so that now it is a word.
i'm trying to do the same with the multiquote button, but the javascript in that template doesn't work fine if i change the image (of the button) wih a word.
Proud to live in Italy.
Not proud to be Italian.