![]() |
Does anyone know how to move the thumbs image to the top right corner or bottom right corner of posts? I've attached a screenshot of how it's shown on my forum currently. Obviously I've messed something up and I cannot for the life of me figure out what I did.
Here is the screenshot: http://postimg.org/image/ys7o58zfp/ Here is my current postbit_legacy file: Code:
{vb:raw template_hook.postbit_start} Code:
require_once(DIR . '/includes/functions_post_thanks.php'); |
Quote:
you see here, it says the following: Code:
$template_hook['postbit_messagearea_end'] .= $templater->render(); so basically postbit_messagearea_end means the end of the post box area, but you need it somewhere close to the right side either up or down... here is the list of the post hooks I know of: PHP Code:
I guess you can do that easily :) Good luck!! |
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> I really do appreciate you replying so quick. It's truly frustrating the hell out of me. LOL:erm: |
I think you didn't try all hooks, did you?? :)
did you try these ones?? PHP Code:
you can post a link to your site to see how to edit the css in a proper way if you like... :) Quote:
|
I hope I understand you correctly!
I've got the thanks box at the very bottom of posts which is great! I've got the thumbs up button at the top next to the thread title. I'd like to move it to the far right of the post just like in the picture below. http://postimg.org/image/7fc97ucdv/ Here is my current postbit_legacy: Code:
{vb:raw template_hook.postbit_start} Code:
{vb:raw template_hook.postbit_thanks} Code:
{vb:raw template_hook.postbit_messagearea_start} |
Quote:
Now all you need is to add some css to your button so it moves to the place where you like, you need to know what class or id is placed with each button to add css to it. Add your css to your additional.css file. it should be something very simple: Code:
.yourbuttonclass{ I hope that helps. if not, then you will have to provide a link to your forum, and if you want it to be private then send me a PM Good luck! |
I think I hit pretty close to what you described. I'm going to shoot you a PM real quick. If we get it working, you or I can post the fix in this thread. It'll help other people if they have the same problem, right? :)
|
Quote:
Good luck!!:) |
That did the trick.
Thank you fxdigi-cash for responding so fast and for your help! You da' man! :) |
does this work with 4.2.2,thanks
|
All times are GMT. The time now is 08:41 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|