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)

rakhwanna 04-21-2016 03:53 PM

Quote:

Originally Posted by garretbyrne (Post 1944359)
I've tried above and all it has done is made sure the "Thanks" button is only onces it doesn't change the thanks status to the left

Cheers

Not work for me..

How to fix the aliegment? Thank you

Abominus 04-28-2016 05:55 AM

Thank you for this hack.

Is it possible to add a enable/disable-function for the users who don't want to see the "thank-you"postbit ("The Following User Says Thank You to...")?

ArcadeSyndicate 04-28-2016 03:14 PM

create a custom field and add conditionals depending on it to the template.

tevbas 05-01-2016 04:15 PM

i having mysql error pleae help.

Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT * FROM post_thanks WHERE postid IN (2530481) ORDER BY username ASC;

MySQL Error : Table 'domain_vb4db.post_thanks' doesn't exist
Error Number : 1146
Request Date : Sunday, May 1st 2016 @ 01:13:28 PM
Error Date : Sunday, May 1st 2016 @ 01:13:29 PM
Script : http://domain.net/showthread.php?318...inelive-com-x5
Referrer : http://domain.net/index.php
IP Address : 78.1127.209.254
Username : somainuser
Classname : vB_Database
MySQL Version : 5.0.96-community-log

prezer 05-07-2016 02:23 PM

Quote:

Originally Posted by tevbas (Post 2569955)
i having mysql error pleae help.

Database error in vBulletin 4.2.0:

Invalid SQL:
SELECT * FROM post_thanks WHERE postid IN (2530481) ORDER BY username ASC;

MySQL Error : Table 'domain_vb4db.post_thanks' doesn't exist
Error Number : 1146
Request Date : Sunday, May 1st 2016 @ 01:13:28 PM
Error Date : Sunday, May 1st 2016 @ 01:13:29 PM
Script : http://domain.net/showthread.php?318...inelive-com-x5
Referrer : http://domain.net/index.php
IP Address : 78.1127.209.254
Username : somainuser
Classname : vB_Database
MySQL Version : 5.0.96-community-log

you need to import postthanks.xml file from admincp, he will create database

RedHacker 05-25-2016 06:07 PM

Hello for vBulletin 4.1.7 Version who file download ?

MarkFL 05-25-2016 06:13 PM

Quote:

Originally Posted by RedHacker (Post 2571338)
Hello for vBulletin 4.1.7 Version who file download ?

I would say any of the versions that does not say "For 4.2.0 - 4.2.3 vb version" in the filename. :)

RedHacker 05-25-2016 06:42 PM

Quote:

Originally Posted by MarkFL (Post 2571339)
I would say any of the versions that does not say "For 4.2.0 - 4.2.3 vb version" in the filename. :)

When 7.84 Version ? And 2 files of 7.84 ?

MarkFL 05-25-2016 09:11 PM

Quote:

Originally Posted by RedHacker (Post 2571341)
When 7.84 Version ? And 2 files of 7.84 ?

You should read through the thread to see exactly what the differences are between those 3 versions, and pick the one you feel best suits your needs. Keep in mind you will get limited support whichever version you choose, for reasons given in the product description post.

On a side note: I've noticed your posts here of late, and the difficulties you have been citing...please allow me to recommend you upgrade to vB 4.2.3...you will find most products published in the last several years are geared towards 4.2.x and you *should* find your going will be easier if you upgrade. :)

Brandon Sheley 05-30-2016 05:22 AM

Hello all,

I have a question

We have this mod running great on a 3.9.8 forum (atm) and here is what I'd like to do.
I have an off topic category on our forum that I've disabled the Thanks Mod up until now and it's doing exactly what it should.

Okay now I want to enable the Thanks Button but I don't want the thanks to count towards anything. I would just like it to show up in the postbit for the user who posted his/her funny post/thread and received 20 thanks in the.

I don't want it to show anywhere else.
Is this possible, hopefully easy? :)

Thanks

Brandon Sheley 05-31-2016 10:59 AM

anyone around that may know how I can make this happen?
I know it's an old plugin and even older version of vbulletin :o

thx

addamroy 06-12-2016 09:44 AM

For some reason, when any user clicks the "Thanks" button to give thanks, they're being redirected to a "You do not have permission to access this page" message (like when trying to view a private forum).

Even though you get redirected to the error page, the thanks does still added to the thanked post.

I can "Remove your thanks" without seeing the error message, however the page does refresh when you click it which I think is strange.

Is there a fix for this, or does anyone have any idea what could be causing it?

edit - I'm using vb 4.2.12 and the most recent version of this hack.

Thr33 06-17-2016 06:35 PM

I have usergroup promotions scheduled when a user hits 5+ reputation count. I have included a plugin within the 'post_thanks_main_add_thanks_end' hook which i dont think is a problem.

The problem is the scheduled task dosnt seem to be promoting/demoting members which this MOD enabled.

Any ideas why?

sviternim 06-18-2016 12:46 PM

Guys. In this mode we have "thanks count" and "post count with thanks". How i can remove from display second?

StormBreaker 06-18-2016 07:35 PM

I want to enhance the look of Thanked in postbit info.
https://vborg.vbsupport.ru/external/2016/06/5.png
To be looked like the others.

StormBreaker 06-19-2016 02:32 PM

Quote:

Originally Posted by StormBreaker (Post 2572246)
I want to enhance the look of Thanked in postbit info.
https://vborg.vbsupport.ru/external/2016/06/5.png
To be looked like the others.

In post_thanks_postbit_info template
Replaced
PHP Code:

<div align="center"><span class="legacytext">Thanked1</span></div

With
PHP Code:

<dt>&#1575;لتشكرات</dt> <dd>1</dd> 

And
PHP Code:

<div align="center"><span class="legacytext">Thanked: {vb:raw post.post_thanks_thanked_times}</span></div

With
PHP Code:

<dt>&#1575;لتشكرات</dt> <dd>{vb:raw post.post_thanks_thanked_times}</dd> 

Fixed it. :D

benjones 07-09-2016 11:11 AM

1 Attachment(s)
Couple of formatting problems I'd appreciate some help with. When the hack is enabled to show in the postbit:

- the "Thanked x times in x posts" box exceeds the width of the postbit. Is there any way to change the format or the phrase? Would also like "Thanked" to be formatted in the same blue colour as in the "Thanks" box above.

- I'm using the Wy Flags add on but would like the Thanks/Thanked boxes to appear above the flags. Had a few tries at editing postbit_legacy without any success


https://vborg.vbsupport.ru/external/2016/07/2.jpg

soccerman2015 07-28-2016 09:14 AM

1 Attachment(s)
It would be really nice if someone would know how to make a code change ?

first image is what i want.

second image is how this tread mods shows originally.

I think originally is not good, beacause like is outside post.
and make tread are bigger.

Milance 08-23-2016 06:18 PM

I have a problem when I click the icon thanks not unlocked content until he gets a refresh the page (F5).

vbulletin 4.2.3
vFcoders - Hide Hack v4 [vB 4.1.10+=]
post_thanks_7_86 For 4.2.0 - 4.2.3 vb version_with_thanks_postbit_fix

important note.
At the second forum of the same version of the same hosting does everything. And there will not be. I pray for help.

tbellik 09-05-2016 08:10 AM

I also need help, some of my user liked seem different.

{vb:rawphrase post_thanks_times_post, 4

How can I solve this problem.
Thanks for your advance.

https://vborg.vbsupport.ru/external/2016/09/14.png

Joehawary 09-06-2016 09:46 PM

Quick question, I've renamed everything to "Like" rather than thank you or thanks etc.

Tapatalk seems to still be picking up "Thank", is there any way to change this to like?

Thanks

Joehawary 09-10-2016 08:58 AM

Discovered a bug

Any user that has posted as a guest, or a user that has been removed from the forum and their posts still exist.. there is still an option below their post to Thank them. Obv thanking them results in a PHP error (PHP Warning: array_merge(): Argument #2 is not an array in ..../post_thanks.php on line 63)

Thanks

jpvs 09-11-2016 09:54 PM

1 Attachment(s)
I have installed this mod.. it seems to have created the table in the database and i can see the options in the forum admin control panel. I went with default settings and enable is on -

however I do not see any "Thanks" button option in the posts... am I missing something?

This is my forum link

Forum version is 4.2.2 with vB4 default template.

Reaper1345 09-13-2016 10:45 PM

why do I have my page reload the counters of the first updates the counter in post_thanks_postbit_info
is there a solution when I click on the thanks also the same as the counter is updated to

Inna 10-14-2016 03:31 PM

I want my guests and unregistered users also be able to hit thanks button in my forum. Is it possible?
I didn't see any options in its settings.

soccerman2015 10-25-2016 01:10 PM

inna i want same.

And i want fix that:

Mod works fine if members like members post... but if someone likes guest reply

its coming:

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in [path]/post_thanks.php on line 63

Seven Skins 11-01-2016 01:09 PM

1 Attachment(s)
This hack belongs to Abe1, all credit goes to him.


1 - Added search function fix provided by "channelfuse" in this post
2 - Redone postbit userinfo layout.
3 - Added "post_thanks_postbit_colors" class so you can make display of thanks in postbit stand out. This class can be edited by editing "post_thanks_javascript" template of every style.
4 - Added collapse and scroll feature to postbit box.
5 - Added hide postbit box from guests.
6 - Hide thank you button from guest posts.

Install instruction are in the install package.


PS. Please note like the original hack this is NOT supported.




.

TheLastSuperman 11-02-2016 12:18 AM

Quote:

Originally Posted by Seven Skins (Post 2577539)
This hack belongs to Abe1, all credit goes to him.


1 - Added search function fix provided by "channelfuse" in this post
2 - Redone postbit userinfo layout.
3 - Added "post_thanks_postbit_colors" class so you can make display of thanks in postbit stand out. This class can be edited by editing "post_thanks_javascript" template of every style.
4 - Added collapse and scroll feature to postbit box.
5 - Added hide postbit box from guests.
6 - Hide thank you button from guest posts.

Install instruction are in the install package.


PS. Please note like the original hack this is NOT supported.




.

I've updated the original modification post to include this attachment and noted your contribution along with those by ForceHSS and Hippy :cool:.

Thank you for taking the time to do this :D.

OmekaTeam 11-16-2016 09:33 PM

I followed all the instructions, but I can not see the button, thanks in posts, where I went wrong?

Seven Skins 11-16-2016 09:47 PM

You need to upload ...

Code:

post_thanks.png -> \images\buttons\ (and into EVERY "buttons" folder in every style you have)
post_thanks-hover.png -> \images\buttons\ (and into EVERY "buttons" folder in every style you have)


OmekaTeam 11-17-2016 07:30 AM

1 Attachment(s)
Quote:

Originally Posted by Seven Skins (Post 2578270)
You need to upload ...

Code:

post_thanks.png -> \images\buttons\ (and into EVERY "buttons" folder in every style you have)
post_thanks-hover.png -> \images\buttons\ (and into EVERY "buttons" folder in every style you have)


I loaded and are in images / buttons folder, but I still do not see the thanks button.

Mr_Devlin 11-24-2016 12:18 PM

Did you upload the images for EVERY style?
Did you check the images format?

winky8300 11-25-2016 08:36 AM

Hello everybody

After updating the add Version 7.88
I had a small bug, which I do not know how to solve.

I do not know what this represents (ARG: 2 UNDEFINED)

https://vborg.vbsupport.ru/external/2016/11/1.jpg

Seven Skins 11-25-2016 10:22 AM

One of the phrases are edited or not updated.

Check this phrase: post_thanks_times_posts
It should say: {1} Posts

winky8300 11-25-2016 04:54 PM

Quote:

Originally Posted by Seven Skins (Post 2578678)
One of the phrases are edited or not updated.

Check this phrase: post_thanks_times_posts
It should say: {1} Posts

thank you for your reply
But excuse me I did not understand too much

I looked for this expression, I found it in 2 templates:

post_thanks_memberinfo_block and post_thanks_postbit_info

MarkFL 11-25-2016 06:29 PM

Quote:

Originally Posted by winky8300 (Post 2578686)
thank you for your reply
But excuse me I did not understand too much

I looked for this expression, I found it in 2 templates:

post_thanks_memberinfo_block and post_thanks_postbit_info

You want to look in the "Phrase Manager" not the templates. :)

winky8300 11-26-2016 01:59 PM

Quote:

Originally Posted by MarkFL (Post 2578687)
You want to look in the "Phrase Manager" not the templates. :)

hello

Thank you very much MarkFL, I just solved the problem
Thanks also to Seven Skins

Prince 12-23-2016 12:14 AM

would there be anyway that it could send users a PM after their post is thanked?

MarkFL 12-23-2016 10:08 AM

Quote:

Originally Posted by Prince (Post 2579773)
would there be anyway that it could send users a PM after their post is thanked?

Most likely, not unless code for this feature is added to the product. :)

Prince 12-24-2016 01:34 AM

Quote:

Originally Posted by MarkFL (Post 2579780)
Most likely, not unless code for this feature is added to the product. :)

well if anyone is interested in adding a couple of features, such as the PM ,I will pay. :up:


All times are GMT. The time now is 06:10 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.04167 seconds
  • Memory Usage 1,846KB
  • 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
  • (4)bbcode_php_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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