vb.org Archive

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

thealpha 03-17-2009 07:32 PM

Also having an issue reporting incorrect permissions, even though it seemed to be good in 7.6 on vb 3.7.4. Any workaround for this on 3.8.1 with the latest version? Also, I do not have the post groan hack installed.

9bz 03-18-2009 09:03 AM

installed but not working 100% with 3.8.1.no thanks button. but i got admin settings and search forums find all thanked posts. but thats it. can you help.....

mykkal 03-18-2009 07:29 PM

haha. I want to "thank you" but the hack isn't installed on vbulletin.org.

Thank you for a simple and bug free hack.

Vitaly 03-20-2009 04:27 PM

Tested at debug site. Some comments:

1. Function "find all thanked posts" causes full scan, because lack of indexes. Very slow.
2. Unable to remove that link (and access via URL) in setting.
3. It would be nice to have option "disable hack for guests" (to hide all thanks and so on). That's good for SEO.

SliceofLife 03-21-2009 07:06 AM

Hi. I've 'installed' this, and done all that the instructions said to do, but nothing has changed? I'm just wondering if there were any template changes to be made, and where they might be?

SliceofLife 03-21-2009 07:07 AM

Quote:

Originally Posted by 9bz (Post 1771015)
installed but not working 100% with 3.8.1.no thanks button. but i got admin settings and search forums find all thanked posts. but thats it. can you help.....

Same here.

9bz 03-21-2009 05:03 PM

got it to work with this: https://vborg.vbsupport.ru/showthread.php?t=194553

My "Thank You Hack" Postbit Template by Boosted Panda


This is a new "Users Saying Thank You" box. I think its MUCH cleaner! You can adjust colors and etc by changing the CSS fields in the .thanks.

First add this to your additional CSS area:

Code:

.thanks {
border: solid 1px #fff;
color: #444;
background: #def9e5;
font: 10px arial, tahoma, sans-serif;
}


Next add this to the post_thanks_postbit_legacy or post_thanks_postbit template.

Code:

<div style="padding:$stylevar[cellpadding]px 0px 0px 0px">
    <table width="100%" align="center">
        <tr>
            <td class="thanks" style="padding:0px">
                <if condition="$post['post_thanks_amount'] == 1">
                    <strong><phrase 1="$post[username]">$vbphrase[post_thanks_user_says]</phrase></strong>
                <else />
                    <strong><phrase 1="$post[post_thanks_amount_formatted]" 2="$post[username]">$vbphrase[post_thanks_users_say]:</phrase></strong>
                </if>
            $post[post_thanks_bit]
            <if condition="$bbuserinfo['usergroupid'] == 6">
                <td class="thanks" align="center">
                    <a href="post_thanks.php?do=post_thanks_remove_all&amp;p=$post[postid]"<if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_all($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>);"</if> rel="nofollow">$vbphrase[post_thanks_remove]</a></td>
               
            </if>
            <if condition="$post['show_thanks_remove_option']">
            <td class="thanks" align="center">
                    <a href="post_thanks.php?do=post_thanks_remove_user&amp;p=$post[postid]"<if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_user($post[postid], <if condition="$vboptions['post_groan_integrate']">true<else />false</if>);"</if> rel="nofollow">$vbphrase[post_thanks_remove_user]</a></td>
            </if>
        </td></tr>
    </table>
</div>


if you use it plz's go and click Mark as Installed.

bokmade 03-22-2009 11:04 AM

Quote:

Originally Posted by TheLab (Post 1767703)
Is there any way you can recalculate the reputation from the thanks the users have gotten?

Yes, you can ..

Quote:

Option to give a user who receives thanks reputation points.

mystikmedia 03-25-2009 11:52 PM

Quick question. Is it possible to change the wording of this text at all?

"The Following User Says Thank You to <username> For This Useful Post:"

Excellent mod, btw. I like it.

cs347 03-26-2009 07:17 AM

thank you im gonna install this


All times are GMT. The time now is 03:57 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.03374 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
  • (3)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