Here is an updated view:
http://postimg.org/image/3mwag6de5/
I fixed one of the problems of "thanks" not showing on bottom of posts. Now the next problem is moving the actual thumbs up icon to the top right or bottom right of posts. As you said it is probably a css issue now. Unfortunately I'm horrible at playing around with formatting.
Assuming this is where I need to make edits, here is my post_thanks_button:
Code:
<a href="post_thanks.php?$session[sessionurl]do=post_thanks_add&p=$post[postid]&securitytoken=$bbuserinfo[securitytoken]" id="post_thanks_button_$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="return post_thanks_give($post[postid], <if condition="$vboptions[post_groan_integrate]">true<else />false</if>);"</if> <if condition="$display_thanks_image == 'none'">style="display:none"</if> rel="nofollow"><img src="$stylevar[imgdir_button]/like.png" alt="Like This Post" border="0" /></a>
Is that the template I need to edit to move that thumbs image around? You wouldn't happen to know what edits I would need to make?
I really do appreciate you replying so quick. It's truly frustrating the hell out of me. LOL:erm: