vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=231666)

thetechgenius 11-04-2014 01:39 PM

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.

TheLastSuperman 11-05-2014 11:42 AM

Quote:

Originally Posted by thetechgenius (Post 2521265)
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.

I noticed your post here as well:
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');
        $templater->register('post', $post);
        $templater->register('post_thanks_box', $post_thanks_box);
        $template_hook['postbit_end'] .= $templater->render();
}

Change this line:
Code:

$template_hook['postbit_end'] .= $templater->render();
To:
Code:

$template_hook['postbit_signature_end'] .= $templater->render();
Basically as you can see we simply added _end but that changes the location of where it inserts the thanks box.

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.

mokujin 11-05-2014 12:34 PM

Quote:

Originally Posted by TheLastSuperman (Post 2521461)
I noticed your post here as well:
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');
        $templater->register('post', $post);
        $templater->register('post_thanks_box', $post_thanks_box);
        $template_hook['postbit_end'] .= $templater->render();
}

Change this line:
Code:

$template_hook['postbit_end'] .= $templater->render();
To:
Code:

$template_hook['postbit_signature_end'] .= $templater->render();
Basically as you can see we simply added _end but that changes the location of where it inserts the thanks box.

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.

If the user does not have signature (or have turn off the signature) then post thanks won't show up.

Teascu Dorin 11-05-2014 03:22 PM

Use an if condition. If sig off use $template_hook['postbit_end'] .= $templater->render(); else $template_hook['postbit_signature_end'] .= $templater->render();

ozzy47 11-05-2014 11:08 PM

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');
        $templater->register('post', $post);
        $templater->register('post_thanks_box', $post_thanks_box);
        $template_hook['postbit_end'] .= $templater->render();
}

Change this line:
Code:

$template_hook['postbit_end'] .= $templater->render();
To this:
Code:

$show['post_thanks_box'] = $templater->render();
Then in your postbit_legacy or postit template find:
Code:

{vb:raw template_hook.postbit_signature_end}
And after that add this:
Code:

{vb:raw show.post_thanks_box}
Now it will show inside the post, below the signature, even if the user has no signature.

hurricane_sh 11-08-2014 09:03 AM

The thanks hack on vB looks very nice, does anyone know if it's the same hack? Thanks!

ozzy47 11-08-2014 10:44 AM

No the thanks hack on vB.org is the reputations system, modified to act like a thanks. :)

ForceHSS 11-08-2014 01:05 PM

Quote:

Originally Posted by ozzy47 (Post 2521907)
No the thanks hack on vB.org is the reputations system, modified to act like a thanks. :)

How you know that

ozzy47 11-08-2014 01:08 PM

Because every time you click on a like, for someones post, it adds to their reputation. :)

ForceHSS 11-08-2014 01:15 PM

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
  • Page Generation 0.04590 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (11)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete