![]() |
I would like to move the Thanked users box below the signature. Right now its below the post, I think it would look much cleaner inside the posts, below the signature.
Does anyone know how to do this? I am running vB 4.1.4. |
Quote:
https://vborg.vbsupport.ru/showthread.php?p=2521457 Edit the .xml, scroll to find (around line 206): Code:
$templater = vB_Template::create('post_thanks_box'); Code:
$template_hook['postbit_end'] .= $templater->render(); Code:
$template_hook['postbit_signature_end'] .= $templater->render(); Edit: Also not sure if it makes a difference, perhaps on the line in the .xml file being 206 or not lol but I was referencing a change to the .xml file from this post: https://vborg.vbsupport.ru/showthrea...50#post2249550 the one w/ the search fix included. |
Quote:
|
Use an if condition. If sig off use $template_hook['postbit_end'] .= $templater->render(); else $template_hook['postbit_signature_end'] .= $templater->render();
|
No don't use conditionals, the easiest way is to do this.
Edit the .xml, scroll to find (around line 206): Code:
$templater = vB_Template::create('post_thanks_box'); Code:
$template_hook['postbit_end'] .= $templater->render(); Code:
$show['post_thanks_box'] = $templater->render(); Code:
{vb:raw template_hook.postbit_signature_end} Code:
{vb:raw show.post_thanks_box} |
The thanks hack on vB looks very nice, does anyone know if it's the same hack? Thanks!
|
No the thanks hack on vB.org is the reputations system, modified to act like a thanks. :)
|
Quote:
|
Because every time you click on a like, for someones post, it adds to their reputation. :)
|
And where in members profile does it show this info as I don't see it in mine on here unless you see it because of the group you are in
|
All times are GMT. The time now is 11:23 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:
|