I can get the top section to line up by doing this:
In SHOWTHREAD template:
After:
Code:
{vb:rawphrase reply_to_thread}
Add:
Code:
<a href="newthread.php?{vb:raw session.sessionurl}do=newthread&f={vb:raw thread.forumid}" rel="nofollow" class="newcontent_textcontrol" id="newthreadlink_top"><span>+</span> {vb:rawphrase post_new_thread}</a>
I can't get the bottom one to work right yet. I also would like to put a space between the 2 buttons but putting
between them doesn't seem to work.