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)

frupunch 02-24-2009 04:16 AM

sir,

i would like to update my thank button from v6.3 to v7.7
what is the procedure to update it without changing other features?

hope for your help

thank you very much!

br

msu2k 02-24-2009 09:12 PM

I really like this thread but it tends to really clutter up a thread after a while. So I'm left with two options:

1) Only enable it for the first post in each thread
2) Figure out a way to hide the the list of usernames thanking a post until it's expanded or something so that it doesn't take up much vertical space in the thread or clutter up a thread with more text

Is there a method for doing #2?

It'd be great even if inside the post itself at the bottom it had in small text: "This post was thanked X times" and only when that was clicked it would pop up a list of users thanking that post.

pieman666 02-25-2009 07:43 PM

Seconded msu2k, or how I could create another vbulletin style that didn't have any of the thanks information visable for users who don't like it.

thanks :)

TimberFloorAu 02-26-2009 07:02 AM

Upgraded to this version today.

Uploaded all files.

Our users ( some ) before and after upgrade still get the error:

Quote:

YoBroMoFo Message

Jenni, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

Log Out Home

TimberFloorAu 02-26-2009 07:03 PM

Bump

ams3521 02-27-2009 12:40 AM

like others i cant get my thank you button to display although it is uploaded and sadly ive installed and resnatlled too many of these hacks to have left anythign out the easy instal intructions. I have vb 3.8.0

kmatwill 02-27-2009 05:52 PM

Quote:

Originally Posted by msu2k (Post 1753688)
I really like this thread but it tends to really clutter up a thread after a while. So I'm left with two options:

1) Only enable it for the first post in each thread
2) Figure out a way to hide the the list of usernames thanking a post until it's expanded or something so that it doesn't take up much vertical space in the thread or clutter up a thread with more text

Is there a method for doing #2?

It'd be great even if inside the post itself at the bottom it had in small text: "This post was thanked X times" and only when that was clicked it would pop up a list of users thanking that post.

Yes, I too would like this

kmatwill 02-27-2009 06:05 PM

Quote:

Originally Posted by msu2k (Post 1753688)
I really like this thread but it tends to really clutter up a thread after a while. So I'm left with two options:

1) Only enable it for the first post in each thread
2) Figure out a way to hide the the list of usernames thanking a post until it's expanded or something so that it doesn't take up much vertical space in the thread or clutter up a thread with more text

Is there a method for doing #2?

It'd be great even if inside the post itself at the bottom it had in small text: "This post was thanked X times" and only when that was clicked it would pop up a list of users thanking that post.

I used this info to do it

Quote:

Originally Posted by Schnee (Post 1733213)
Edit Templates
Post Thank You Hack templates
10 templates under there.
Cheers!

I just removed the box altogether. Not sure if this works for you or not:

To remove the thanks box from under posts:
styles & templates>edit templates>post thank you hack templates>post_thanks_box
make it blank

To put the remove thanks options in your postbit so you maintain the ability to remove posts:
styles & templates>edit templates>post thank you hack templates>post_thanks_postbit_info

add the following to the end of the existing code:

Code:

<if condition="$bbuserinfo['usergroupid'] == 6">

<if condition="$post['show_thanks_remove_option']">

<br /><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>
                </if>
</if>
                <if condition="$post['show_thanks_remove_option']">
                <br /><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>
                </if>


gigaenvy 03-01-2009 05:22 PM

VB 3.8.1 and no thanks button. Verified it's in the ../buttons folder and re'upped it just in case as binary instead of FTP auto checking. Nada. Just the word "Thanks".

gigaenvy 03-01-2009 06:55 PM

I figure it out when there is no button. My styles\<custom>\buttons folder was missing post_thanks.gif.


All times are GMT. The time now is 08:06 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.02389 seconds
  • Memory Usage 1,748KB
  • 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
  • (1)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