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)

fxdigi-cash 07-26-2013 09:18 AM

also is it possible to disable the mod in some forums ???

Update: I found this option in the settings so it solved...

Ahsan Ali 07-26-2013 05:06 PM

xml not uploading for me in vb 4.2.1 any solution ?

fxdigi-cash 07-26-2013 06:08 PM

Quote:

Originally Posted by Ahsan Ali (Post 2435511)
xml not uploading for me in vb 4.2.1 any solution ?

which version are you using??

did you look at this post:

https://vborg.vbsupport.ru/showpost....postcount=1941

fxdigi-cash 07-28-2013 06:09 AM

Thanks, now things looks great. works perfect on vb4.2.1

The page reload was caused in the custom style and didn't know how to resolve it, but only by uploading the style again under different name.

Good luck

mdawg 07-28-2013 10:15 PM

Is this native in vbulletin 5? If not wish someone would create the mod for vb 5.

djbaxter 07-28-2013 11:02 PM

Quote:

Originally Posted by mdawg (Post 2435839)
Is this native in vbulletin 5? If not wish someone would create the mod for vb 5.

Many people wish someone would create a version of real vBull;etin for vB5. :D

But really there are probably not enough active forums using vB5 to justify the time and effort to upgrade many of these mods.

You do realize you can use vB4 still if you bought a vB5 license, right?

stevieb 07-30-2013 02:50 PM

any idea how we can add thanks given/received in vB4.2.0 by adding to the postbit_legacy template?

I just want to add thanks given and thanks received but when I use the standard "template_hook.postbit_userinfo_right_after_po sts" hook, the values are not level as if the thanks received has 10 spaces after it so the thanks given goes onto a new line a few spaces indent.

Or any idea how I change this so they all align left? If it's impossible to get vb:raw scripts...

Thanks

stevieb 07-30-2013 08:54 PM

1 Attachment(s)
Quote:

Originally Posted by stevieb (Post 2436106)
any idea how we can add thanks given/received in vB4.2.0 by adding to the postbit_legacy template?

I just want to add thanks given and thanks received but when I use the standard "template_hook.postbit_userinfo_right_after_po sts" hook, the values are not level as if the thanks received has 10 spaces after it so the thanks given goes onto a new line a few spaces indent.

Or any idea how I change this so they all align left? If it's impossible to get vb:raw scripts...

Thanks

Sorted, basically you need to go into your postbit_legacy and then where you see post count as shown:

Code:

{vb:rawphrase 'posts'}<dd>{vb:raw post.posts}</dd>
you add your own div *if required to nest it* and then add the following code directly afterwards:

Code:

<div class="YOUR_DIV_ID">
Thanks Received <dd>{vb:raw post.post_thanks_thanked_times}</dd></div>
<div class="YOUR_DIV_ID">
Thanks Given <dd>{vb:raw post.post_thanks_user_amount}</dd></div>

Works fine in vB 4.2.0

Completed code (in my install using custom postbit file)

Code:

<vb:if condition="$post['age']">
<div class="my_div_name">
{vb:rawphrase age} <dd>{vb:raw post.age}</dd></div></vb:if>

<div class="my_div_name">
{vb:rawphrase 'posts'}<dd>{vb:raw post.posts}</dd></div>

<div class="my_div_name">
Thanks Received <dd>{vb:raw post.post_thanks_thanked_times}</dd></div>

<div class="my_div_name">
Thanks Given <dd>{vb:raw post.post_thanks_user_amount}</dd></div>

Attachment 145893

fxdigi-cash 08-04-2013 07:39 AM

I noticed that the mod causes some issue on the showthread page. some warning shows up on Chrome browser indicates the following:

Code:

No inlinemod selection checkbox found for post_imod_checkbox_thanks_box_xxxx
any idea how to solve this issue??

stevieb 08-04-2013 11:51 AM

Quote:

Originally Posted by fxdigi-cash (Post 2437001)
I noticed that the mod causes some issue on the showthread page. some warning shows up on Chrome browser indicates the following:

Code:

No inlinemod selection checkbox found for post_imod_checkbox_thanks_box_xxxx
any idea how to solve this issue??

Weird I don't get this. Are you on 4.2.0? Have you added an inline mod hack to your postbit_legacy? If do try disabling that. I had loads of issues but got it looking good now (see image above)....


All times are GMT. The time now is 05:59 AM.

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.06478 seconds
  • Memory Usage 1,747KB
  • 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
  • (5)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