I think you didn't try all hooks, did you??
did you try these ones??
PHP Code:
$template_hook['postbit_start']
$template_hook['postbit_userinfo_left']
$template_hook['postbit_userinfo_right_after_posts']
$template_hook['postbit_userinfo_right']
because these ones will throw the button to the right side of the post box...
you can post a link to your site to see how to edit the css in a proper way if you like...
Quote:
Originally Posted by ggrimes620
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:
|