MyBB Community Forums

Full Version: Ace Navy thanks
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I'm having some problems adding a button to ace navy, could anyone help me ?

I want to add a thanks button but i dont know exactly how to add it :

[Image: thanks.jpg]

Ty.
anybody else ?

in this theme the buttons arent images.
They are like this:

<a class="threadbt2" href="newreply.php?tid={$tid}&amp;pid={$post['pid']}"><span style="color: #0372A9 ; font-size: 12px">R</span>eply</a>
Add the image tags.

EX.

<a href="javascript:Thread.reportPost({$post['pid']});"><img src="{$theme['imglangdir']}/postbit_report.gif" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" /></a>

So the image tags you would be adding is

Quote:<img src="{$theme['imglangdir']}/postbit_report.gif" alt="{$lang->postbit_report}" title="{$lang->postbit_report}" />

Change this colored part to the name of the button. EX: Report, Quote etc.

Change this part to the path of your button


This is the code you will ADD, not replace. Include everything in this color tags.
nvm i thought it could be done in a diferent way, i'll add the image.

Thx.