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-10-2012 10:10 AM

I just looked at your forum I would have to come by to fix it
or maybe I can get a better idea on how to explain it better when I am in for of my rig.
I'm at work atm on my cell

Hippy 09-10-2012 07:46 PM

1 Attachment(s)
Quote:

Originally Posted by Zylantex (Post 2364218)
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


first
to make room so the info stays in the field

the stylevars with in your style your working on
search for
postbitlegacy_userinfo_width

it's 200
make it 220
it should be good
but you may need to tweak that # a little to 230 etc


your post_thanks_postbit_info template should be like so.
so the
thanked
and
thanked in x post are not in the same box..


Code:

<vb:if condition="$post['userid']">
    <div class="post_field"><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="post_field">{vb:rawphrase post_thanks_time_post}</div>
    <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
      <div class="post_field">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
    <vb:else />
        <div class="post_field">{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>

hope this helps

Deimos 09-15-2012 06:53 PM

Is there anyway to shrink, or move the "Users who have thanked XX" box? It seems to take up an awful amount of space under each post

I couldn't find anything while searching.

Hippy 09-15-2012 07:48 PM

Not sure about shrinking, but the version i posted has a collapsible box

Djonn 09-15-2012 10:52 PM

I try to use this on vB 4.2 with a custom design.
But since i activated this plugin, the page is a mix of my custom design and the default vB 4 Design. For example the header and the userprofile (classic postbit) are from my design, and most of the rest (like the background) from the default template.
I try this with both updates for vb 4.2 but it isn't working.

And the plugin also replace my language - he set it to the default value (english).
Whats wrong here?

vinayagam 09-18-2012 01:02 PM

Doesn't work for version 4.2

Hippy 09-18-2012 01:13 PM

Quote:

Originally Posted by vinayagam (Post 2366419)
Doesn't work for version 4.2

This one works https://vborg.vbsupport.ru/showpost....postcount=1941

vinayagam 09-18-2012 01:30 PM

Quote:

Originally Posted by Hippy (Post 2366421)

Thnx Very Much Am Trying It

vinayagam 09-18-2012 01:45 PM

Quote:

<vb:if condition="$post['userid']">
<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">
{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="etiket_postbit_alanI_userinfo_extra_yazIlar I">
{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
<vb:else />
<div class="etiket_postbit_alanI_userinfo_extra_yazIlar I">
{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>
Where should i put this ???

vinayagam 09-18-2012 01:54 PM

i get this error when i install it


All times are GMT. The time now is 08:14 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.04634 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
  • (2)bbcode_code_printable
  • (4)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