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)

Hippy 09-08-2012 02:13 PM

no are you using
https://vborg.vbsupport.ru/showthrea...userinfo_extra
or a different one..
if the above is the one your using then
peek here
https://vborg.vbsupport.ru/showpost....postcount=1943

other wise pm me your postbit legacy template
so I can see whats adding the fieldset around the rest of the info there

Dave234 09-08-2012 02:14 PM

Hippy,
I just want to tell you thank you very much!! It worked!

Bob_R 09-08-2012 02:26 PM

Quote:

Originally Posted by Hippy (Post 2363682)
no are you using
https://vborg.vbsupport.ru/showthrea...userinfo_extra
or a different one..
if the above is the one your using then
peek here
https://vborg.vbsupport.ru/showpost....postcount=1943

other wise pm me your postbit legacy template
so I can see whats adding the fieldset around the rest of the info there

OK, I just PM'ed it to you. :up:

Hippy 09-08-2012 02:54 PM

try this Bob_R
replace your
post_thanks_postbit_info template with the following

Code:

<vb:if condition="$post['userid']">
<div class="bppostbit">
    {vb:rawphrase post_thanks_thanks} <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>
    <vb:if condition="$post['post_thanks_thanked_times'] == 1">
        {vb:rawphrase post_thanks_time_post}
    <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="bppostbit">
        {vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
    <vb:else />
  <div class="bppostbit">   
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
    </vb:if>
</vb:if>


Hippy 09-08-2012 02:58 PM

better yet try this
this should cover 0 thanks 1 thanks and so one

Code:

<vb:if condition="$post['userid']">
    <div class="bppostbit"><dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>
    <vb:if condition="$post['post_thanks_thanked_times'] == 1">
      <div class="bppostbit">{vb:rawphrase post_thanks_time_post}</div>
    <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
      <div class="bppostbit">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
    <vb:else />
        <div class="bppostbit">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
    </vb:if>
</vb:if>


Bob_R 09-08-2012 03:10 PM

Thanks Hippy! I appreciate it very, very much!!

Zylantex 09-10-2012 05:59 AM

Is there any way to split up Thanks and Thanked into two separate elements so that I can display them in two boxes in my legacy postbit. There's too much text and the wrapping looks messy. I can do the boxes, I don't know how to get the elements.

Something like this

Thanks: 258

Thanked: 66 in 42 posts

Hippy 09-10-2012 09:29 AM

Replace your post_thanks_postbit_info template with
https://vborg.vbsupport.ru/showpost....postcount=2857

Zylantex 09-10-2012 09:51 AM

That doesn't seem to make much difference? It's giving me something like this.

Code:

Thanks                      4,645
Thanked 7,898 Times in 3,690
                                Posts


Hippy 09-10-2012 10:03 AM

I could be a problem with a different mod. What other mods display under the avatar that's not default to vb


All times are GMT. The time now is 01:40 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.04866 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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