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)

addamroy 06-02-2012 04:04 PM

Hippy, you've been awesome here thanks for all the help.

Do you think there's some way, vbulletin staff could some way post all your fixes either in the original post, or in the first/second post of the thread?

Having all this right up from when someone's looking at this mod would really, really prevent all the repetitive questions being asked. I'm sure many people don't even realize the full potential of this with your fixes because at first glance they're unaware that they even exist.

Maybe vb could contact abe and get approval to edit the thread or something... lol, or something.

Hippy 06-02-2012 04:12 PM

Quote:

Originally Posted by addamroy (Post 2335862)
Hippy, you've been awesome here thanks for all the help.

Do you think there's some way, vbulletin staff could some way post all your fixes either in the original post, or in the first/second post of the thread?

Having all this right up from when someone's looking at this mod would really, really prevent all the repetitive questions being asked. I'm sure many people don't even realize the full potential of this with your fixes because at first glance they're unaware that they even exist.

Maybe vb could contact abe and get approval to edit the thread or something... lol, or something.

they did. Read the first post staff edit.
And your welcome

logismod 06-02-2012 05:09 PM

Thanks to ForceHHS, Hippy, and the other contributors not only for providing fixes to the hack, but also providing exceptional support to the rest of us in this thread. Even paid plugins are rarely this well supported.

This version is working great on my 4.1.12, except there isn't a thanks search link in About Me. I'm running DB Sphinx on my forum, is that what's creating the problem? Any solutions?

djbaxter 06-02-2012 05:16 PM

Quote:

Originally Posted by logismod (Post 2335881)
Thanks to ForceHHS, Hippy, and the other contributors not only for providing fixes to the hack, but also providing exceptional support to the rest of us in this thread. Even paid plugins are rarely this well supported.

Ditto that!! :up:

addamroy 06-02-2012 07:10 PM

Quote:

Originally Posted by Hippy (Post 2335865)
they did. Read the first post staff edit.
And your welcome

Wow, donno how I missed that.

At least we both know my idea was a good one lol!

vivapotenza 06-02-2012 11:54 PM

Quote:

Originally Posted by vivapotenza (Post 2335391)
Hi fellas, quick question:

I've installed this, and all is work:ng ok, but since I installed this mod, the line Down the left under user name and avatar which says "xx blog entries" is partly on the same line as "thanked xx times in xx posts". Is there anyway to move this down so the blog entry line moves down so its all under the thanks line? I can provide a screenshot for more clarity if my description is not clear enough.

Cheers

Mick

Hippy, thanks for the quick reponse, ive had a look in postbit and postbit legacy and cant see anything glaringly obvious. this is what I am referring to:

https://vborg.vbsupport.ru/external/2012/06/25.png

you can see the blog link is on the wrong line and should really be on the next line down?

________________________

Also, as a seperate issue, does anyone know of a fix for how to get the thanks working in the default mobile style? as the thanks button does not show on mine as of yet, but it would be nice to be able to add this feature for mobile browsing also if possible.

thanks in advance

Mick
Vivapotenza

Hippy 06-03-2012 12:12 AM

in your post_thanks_postbit_info template youll see this 3 time

Code:

{vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
try adding a <br /> after each

if that does not work try
replace the template with
Code:

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

I would have to test it out tomorrow if either does not work..

if they fail revert the template back ..

let me know how you make out

Hippy 06-03-2012 12:19 AM

Quote:

Originally Posted by logismod (Post 2335881)
Thanks to ForceHHS, Hippy, and the other contributors not only for providing fixes to the hack, but also providing exceptional support to the rest of us in this thread. Even paid plugins are rarely this well supported.

This version is working great on my 4.1.12, except there isn't a thanks search link in About Me. I'm running DB Sphinx on my forum, is that what's creating the problem? Any solutions?

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

this all works

vivapotenza 06-03-2012 11:09 AM

Hippy, thanks so much buddy, the second fix you posted worked like a charm (the first fix did also move the link down, but the formatting was still not quite right).

Hippy 06-03-2012 01:11 PM

Was just off the top of my head I'm glad your set now . your welcome


All times are GMT. The time now is 01:11 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.06491 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
  • (2)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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