MyBB Community Forums

Full Version: new thread button replacement
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

MikeInToshx

Hey guys,

I'm having trouble replacing the "new thread" and "new reply" 'button'.
Well it's not a button, I think its css based or something, because I can edit the text in template..

forumdisplay_newthread

<a href="newthread.php?fid={$fid}" alt="Post Thread" title="Post Thread" class="buttons"><img src="images/vhut/english/newthread.png" style="vertical-align: middle; padding-right: 2px; ">   <b>Topic aanmaken </b></a>

Adding a bottom margin didnt help, it makes the bottom height higher, it doesnt add margin.

[attachment=30179]


Cheers
you can adjust the bottom margin for class .buttons in extra.css stylesheet (around line 189) of the theme

MikeInToshx

Ahh yes ! Thankiess