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)

Fangs404 10-14-2008 05:28 AM

Quote:

Originally Posted by Fangs404 (Post 1643778)
We're using this mod, and I quite like it. I have a question, though. In every forum I've seen that had a thanks mod, hitting thanks bumped the thread. I don't see an option for that. How easy would that be to add in as an option?

If anyone's curious, I figured this out myself using the Bump Threads mod. It's very simply to make hitting thanks bump the thread.

First, open post_thanks.php. Find this line:

PHP Code:

if ($_REQUEST['do'] == 'post_thanks_add'

Inside that if block, find this line:

PHP Code:

if ($using_ajax

Right above that line, add this small chunk of code:

PHP Code:

$threadman =& datamanager_init('Thread'$vbulletinERRTYPE_ARRAY'threadpost');
$threadman->set_existing($threadinfo);
$threadman->set('lastpost'TIMENOW);
$threadman->save(); 

The thread will now be bumped to the top upon hitting thanks. :)

A note to the mod writer: this is a handy feature, and it'd be trivial to add an option in the admin panel to enable/disable the bumping of threads upon hitting thanks. Love the plugin. :)

[edit]
By the way, I'm on a 3.7.3 PL1 install for what it's worth.

theOZer 10-14-2008 04:13 PM

Thank you, Fangs404. Great input for this thread; thanks for sharing this code.

BucWiLd 10-14-2008 10:24 PM

anybody know where to get other thanks you buttons?

subnet_rx 10-15-2008 01:19 AM

Quote:

Originally Posted by bluidkiti (Post 1637839)
Members at my board are reporting a problem also. This is the error message they report:



Even though they receive the message, it still posts their thanks. I agree with the above:



because I really like this mod.

Same thing here, need a solution.

bryanb 10-15-2008 07:53 AM

Quick question: How do I search for "most thanked user" for a certain period of time? Let's say - most thanked member of October etc.

And "Most Thanked Post" - that would be great.

Trying to figure this out but can't do it.

Please advise - thanks!

bluidkiti 10-15-2008 11:10 AM

Quote:

Originally Posted by NathanLedet (Post 1642999)
Looked in template postbit and didn't see how to do this, so I appreciate the help...

How can I move the Thanks button to the left of all of the other buttons rather than the right side? Thanks

To move thank button to the left of the edit button:

in postbit_legacy find $template_hook[postbit_controls]

move it from current position to above <if condition="$post['editlink']"> .

Should look like below when moved:
<!-- controls -->
$template_hook[postbit_controls]
<if condition="$post['editlink']">

JackFranklin 10-15-2008 03:15 PM

I hope you can help me!

Before uninstalling your product (I mucked it up) I did a complete back up of the table which holds the records, so that when I reinstalled I could add the records to the DB. I have done this but it is still not displaying. It still displays 0 everywhere. Do you know why this is?

EDIT - I rebuilt all the thread info and it works - thanks.

Stagehandspace 10-15-2008 10:21 PM

Just installed the Mod and it appeared right away.

Started searching on how to add my button. I found the recent post on how to move the button but I did not have any luck on how to add it.

Could someone assist me please with adding my own custom button.

Thank You In Advance

(Marked as Installed)

Stagehand

brvheart 10-16-2008 01:12 PM

This works great in one of my styles, but the other it is missing the postbit thanks - can I add $postthanks where I want it show up?

I added this from the 3.5.x hack and it worked, but I did not know if that was the right way to do it in the custom style-

Quote:

<!-- Start Post Thank You Hack -->
<if condition="$post[userid]">
<br />
$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount]
<br />
<if condition="$post[post_thanks_thanked_times_on] == 1">
$vbphrase[post_thanks_time_post]
<else />
<if condition="$post[post_thanks_thanked_posts_on] == 1">
<phrase 1="$post[post_thanks_thanked_times]">$vbphrase[post_thanks_times_post]</phrase>
<else />
<phrase 1="$post[post_thanks_thanked_times]" 2="$post[post_thanks_thanked_posts]">$vbphrase[post_thanks_times_posts]</phrase>
</if>
</if>
</if>
<!-- End Post Thank You Hack -->

shahryar_neo 10-17-2008 05:36 AM

1 Attachment(s)
same thing here :

Quote:

# 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?

# If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation

but i know where is the problem because i had Post Thank You Hack version 7.6 and it's good but after that want to upgrade i overwrite the new javascript file with older and this is the problem . does anybody have "post_thanks.js" file from 7.6 ?

===================

My Problem Solved ! Just Download the older version from attachments and downgrade to that version ( replace the javascript file and upload xml file ( overwrite = Enable ) in Admin CP ...

Thanks


All times are GMT. The time now is 09:52 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.03141 seconds
  • Memory Usage 1,756KB
  • 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
  • (3)bbcode_php_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