01-18-2010, 02:13 AM
(This post was last modified: 01-18-2010, 09:22 PM by Detective RooTz.)
Okay, Here is a screenshot of my problem
As you can see I'm trying to change the postbit replys icons. The ones that you see there are currently edited in postbit_buttonname
If you still don't know what I'm talking about those icons are editing in
postbit_www postbit_report etc.
I have taken out the <span>buttonname</span> out and replaced it with a IMG link to a picture I would like and I got that.
Why is this??
Should I be editing them from my postbit_classic that shows {$post['button_buttonname']}??? I tried replaced that with the image linkl and it's basically doing the exact same thing as editing them from there postbit_ templates.
I want them to be lined up at the bottom with that multiquote. Here is the code that is in the multi quote
How do I make them lined up right like that??
Do I have to rename something in that code??
I would like if someone were to do this for me as I've spent the past 6 hours trying to hash this out and I have yet to get it.
EDIT: The reason why those far left ones are still gray is because I had yet to edit those.
Should I throw a [.hr] in there and make them push down a little or what?
As you can see I'm trying to change the postbit replys icons. The ones that you see there are currently edited in postbit_buttonname
If you still don't know what I'm talking about those icons are editing in
postbit_www postbit_report etc.
I have taken out the <span>buttonname</span> out and replaced it with a IMG link to a picture I would like and I got that.
Why is this??
Should I be editing them from my postbit_classic that shows {$post['button_buttonname']}??? I tried replaced that with the image linkl and it's basically doing the exact same thing as editing them from there postbit_ templates.
I want them to be lined up at the bottom with that multiquote. Here is the code that is in the multi quote
Code:
<a href="javascript:Thread.multiQuote({$post['pid']});" style="display: none;" id="multiquote_link_{$post['pid']}"><img style="float: right; margin-top: 2px;" src="{$theme['imglangdir']}/postbit_multiquote.gif" alt="{$lang->postbit_multiquote}" title="{$lang->postbit_multiquote}" id="multiquote_{$post['pid']}" /></a>
<script type="text/javascript">
//<!--
$('multiquote_link_{$post['pid']}').style.display = '';
// -->
</script>
How do I make them lined up right like that??
Do I have to rename something in that code??
I would like if someone were to do this for me as I've spent the past 6 hours trying to hash this out and I have yet to get it.
EDIT: The reason why those far left ones are still gray is because I had yet to edit those.
Should I throw a [.hr] in there and make them push down a little or what?