PDA

View Full Version : [AJAX] Post Thank You Hack


Pages : 1 2 3 4 5 6 7 8 [9] 10 11 12 13

thenamesgould
23 Nov 2011, 10:09
Then you must have neglected to uninstall it properly. You've left one or more of the uploaded files on your server.

Thanks Videx ... I stupidly ALWAYS forget to delete the uploaded files when I uninstall a mod! Cleaned them up (as well as a few from another mod I removed) and it's all fixed.

THANKS!!! :D

terminator2k2
23 Nov 2011, 19:19
I have a problem in vB 4.1.8

Show Stats in Profile?
Do you want to show a user's post thanks stats in their profile? (These stats come along with links to search all posts that user gave thanks to and all posts of his/hers that got thanked by someone else.)

^- set to yes, statistics is shown but you cannot search all posts the user gave thanks to and got thanks for, there is no link generated

sadiq6210
24 Nov 2011, 04:23
I have a problem in vB 4.1.8

Show Stats in Profile?
Do you want to show a user's post thanks stats in their profile? (These stats come along with links to search all posts that user gave thanks to and all posts of his/hers that got thanked by someone else.)

^- set to yes, statistics is shown but you cannot search all posts the user gave thanks to and got thanks for, there is no link generated


Open template (post_thanks_memberinfo_block)
Change it all with this:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

fairlady4u
27 Nov 2011, 15:14
Anyway i can install this in 4.18?i can seem to install it :(

ForceHSS
27 Nov 2011, 16:09
Anyway i can install this in 4.18?i can seem to install it :(

look harder

Bisha
27 Nov 2011, 18:10
did the Database errors are fixed?

terminator2k2
27 Nov 2011, 18:43
k thanks, the code was commented out.

another question about the wordwrap when showing the users who thanked, it seems that it's not working like it should.

There is wordwrap on users who have "-" or space in their nicknames and the style is "broken" because each line of shown users is too long

HondaStreetCult
27 Nov 2011, 20:09
Need help... I am trying to change the "The Following 10 Users Say Thank You to Mervin For This Useful Post: " to something else. Can anyone help me and tell me where i can do this?

sadiq6210
27 Nov 2011, 21:08
Need help... I am trying to change the "The Following 10 Users Say Thank You to Mervin For This Useful Post: " to something else. Can anyone help me and tell me where i can do this?

Just search in phrases :)

Hint:
Find (For This Useful Post)

Hippy
27 Nov 2011, 22:37
search your phrases for The Following {1} Users Say Thank You to {2} For This Useful Post:
and change it to wha you want .. remember to keep the {1} and {2} these call the numbers

Breakthecycle2
28 Nov 2011, 02:38
This seems to not work in 4.1.8.



The following dependencies were not met:
This product is not compatible with version 4.1.8 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

Videx
28 Nov 2011, 03:24
This seems to not work in 4.1.8.



The following dependencies were not met:
This product is not compatible with version 4.1.8 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)Go to the upper right and select "Search this mod" - for a distinct word like "dependencies".

Since this question has now been asked and answered over 10 million times, we can no longer keep lengthening the thread by simply repeating the answer. It's more productive to teach people how to find the answer on their own.

terminator2k2
28 Nov 2011, 05:13
Need help... I am trying to change the "The Following 10 Users Say Thank You to Mervin For This Useful Post: " to something else. Can anyone help me and tell me where i can do this?

go to the ACP -> Languages & Phrases -> Phrase Manager -> Phrase Type: Global -> Phrase: post_thanks_users_say

uninvited13th
28 Nov 2011, 08:00
This seems to not work in 4.1.8.



The following dependencies were not met:
This product is not compatible with version 4.1.8 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

edit xml..



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

ballbrk
30 Nov 2011, 21:11
Hi I made a small change in the file post_thanks.php , . I change ORDER BY post.dateline to ORDER BY post.postid.

This will increase the performance of the plugin .. as you can read in http://articles.digitalpoint.com/content.php?r=7-Optimize-vBulletin-4

ballbrk
01 Dec 2011, 13:17
If you want to get an extra performance in post thanks .. you need to edit the file functions_post_thanks.php that is in the Include directory. Search for "SELECT * and change to
"SELECT postid,userid,post_thanks.username,date.

with this change you will reduce the quantity of data that will flow from DB to Webserver and reduce the time :)

Hippy
01 Dec 2011, 19:49
If you want to get an extra performance in post thanks .. you need to edit the file functions_post_thanks.php that is in the Include directory. Search for "SELECT * and change to
"SELECT postid,userid,post_thanks.username,date.

with this change you will reduce the quantity of data that will flow from DB to Webserver and reduce the time :)

can you be a little more specific on the code to change ..
there are a few SELECT * there


thanks for the info.

Matrix Leader
03 Dec 2011, 06:34
this mod hasn't been updated in ages :(

Gursimran
03 Dec 2011, 07:52
Hello, I am getting vBulletin Database Error in my vBulletin 4.1.8
I guess it is because of this mod, so please help


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



MySQL Error : Table '****_vb.vb_search' doesn't exist
Error Number : 1146
Request Date : Friday, December 2nd 2011 @ 02:07:11 PM
Error Date : Friday, December 2nd 2011 @ 02:07:11 PM
Script : http://www.*****.info/forum/post_thanks.php?do=findthanks_user_gave&u=4255
Referrer :
IP Address : ********
Username : Unregistered
Classname : vB_Database
MySQL Version :

ballbrk
03 Dec 2011, 08:12
can you be a little more specific on the code to change ..
there are a few SELECT * there


thanks for the info.


Yes sorry :) ... the modification is in includes/function_post_thanks.php ... you can see two SELECT * in the function fetch_thanks . I made some test and reduce the time of those SQL from 0.17s to 0.07s :) .

ballbrk
03 Dec 2011, 08:14
Hello, I am getting vBulletin Database Error in my vBulletin 4.1.8
I guess it is because of this mod, so please help


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



MySQL Error : Table '****_vb.vb_search' doesn't exist
Error Number : 1146
Request Date : Friday, December 2nd 2011 @ 02:07:11 PM
Error Date : Friday, December 2nd 2011 @ 02:07:11 PM
Script : http://www.*****.info/forum/post_thanks.php?do=findthanks_user_gave&u=4255
Referrer :
IP Address : ********
Username : Unregistered
Classname : vB_Database
MySQL Version :


The problem that the table vb_search don't exist... maybe you deleted or changed the name.

Hostboard
03 Dec 2011, 11:57
I am also getting the database error. Recently upgraded my VB3 to VB4. Unless this is updated soon I will have to go to DragonBytes version.

ForceHSS
03 Dec 2011, 12:50
Hello, I am getting vBulletin Database Error in my vBulletin 4.1.8
I guess it is because of this mod, so please help


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



MySQL Error : Table '****_vb.vb_search' doesn't exist
Error Number : 1146
Request Date : Friday, December 2nd 2011 @ 02:07:11 PM
Error Date : Friday, December 2nd 2011 @ 02:07:11 PM
Script : http://www.*****.info/forum/post_thanks.php?do=findthanks_user_gave&u=4255
Referrer :
IP Address : ********
Username : Unregistered
Classname : vB_Database
MySQL Version :

there already is a fix for this check older posts

Hostboard
03 Dec 2011, 21:07
135 pages of posts to check through...

Anyways for others here is a link to the one I just loaded and seems to have fixed the DB errors I was getting. Hope it is helpful to others...

http://www.vbulletin.org/forum/showpost.php?p=2197392&postcount=1546

Geiri
04 Dec 2011, 00:33
Does this work for cms articles and blog to?

dszuecs
04 Dec 2011, 23:34
I thought that it was possible to "show" & "hide" the thanks below a thread, or am i wrong? oO

Lewenhaupt
07 Dec 2011, 09:50
is it possible to make this mod compatible with version 4.1.3? I tried installing it but it didnt work.

sadiq6210
07 Dec 2011, 10:00
is it possible to make this mod compatible with version 4.1.3? I tried installing it but it didnt work.

It is here :(

http://www.vbulletin.org/forum/showpost.php?p=2197392&postcount=1546

ForceHSS
07 Dec 2011, 10:03
http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847
this is more up to date than the post above

Lewenhaupt
07 Dec 2011, 14:22
http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847
this is more up to date than the post above

It is here :(

http://www.vbulletin.org/forum/showpost.php?p=2197392&postcount=1546

Thanks guys!

PakStarTv.com
07 Dec 2011, 18:57
Not Compatible with 4.1.8

Hostboard
07 Dec 2011, 19:30
Not Compatible with 4.1.8

It is working on 2 of my 4.1.8 sites. Make sure you download and install the version I linked to in the post above.

corbis
09 Dec 2011, 16:06
will you make this compatible with 4.1.x soon?

djbaxter
09 Dec 2011, 21:35
will you make this compatible with 4.1.x soon?

*sigh* Try reading the two or three posts just above yours...

Hippy
09 Dec 2011, 21:43
the author has abanden this mod so the members that use this mod have updated it .. so youll have to search the posts..

ForceHSS has a link in his sig that should work for you

Videx
10 Dec 2011, 23:23
DJ's "How To Install Modifications (Mods/Hacks)" for Beginners (http://www.vbulletin.org/forum/showthread.php?t=201864)

Also always make sure you have current backups before messing around. And always read the entire mod's thread! Many don't work at all and some - like this one - only have working versions in later posts.

GeorgeB85
11 Dec 2011, 19:12
Does anyone know how to make this work with the latest vbulletin?

Hostboard
11 Dec 2011, 20:49
Does anyone know how to make this work with the latest vbulletin?

Seriously??? Read 6 posts up...

nighteyes
12 Dec 2011, 16:02
Seriously??? Read 6 posts up...

Search is still broken in the current versions linked to 6 posts up. The database errors others report exist in all versions of code running on vBulletin 4.1.8.

MySQL Error : Table 'vbulletindb_com.search' doesn't exist
Error Number : 1146

That table does exist in our database. :)

Hostboard
12 Dec 2011, 19:54
Are you trying to run the "fixed" 7.82 or the re-released 7.83

ka81
13 Dec 2011, 13:14
Version 7.83 (29/08/11 by Forcehss)
just installed it.
when i click on Thanks button under post - button disappers, but nothing changes (my nickname doesn\t appear under post, in profile of user - no thanks from me).
so i refresh a page and see: under that post Thanks button exist again and nothing changed in thank counters for user (and for me).

would you please help to deal with that?

ka81
13 Dec 2011, 13:15
and more:
http://forum.com/admincp/options.php?do=optionsdogroup=post_thanks
there's nothing!
Just a blue-blank page with Copyright at the top.

Geiri
13 Dec 2011, 16:49
I get this error

This product is not compatible with version 4.1.8 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

Geiri
13 Dec 2011, 16:55
This only works for Forums, not articles or blogs

Right version for 4.1.8 is here

http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847

ka81
13 Dec 2011, 19:32
do you mean - post_thanks_7_83.zip (26.0 KB, 306 views)
?
that is the version that I installed.

anyway, here's is my situation:
I was driving a vB 3.8.7 with Post Thanks 7.7 for vb3.8.
I uninstaled mod. I upgraded vb to 4.1.8.
After that i instaled post_thanks_7_83.zip.
Right now, I see: /admincp/repair.php?do=list: vb3_post_thanks 2.26 MB 1.87 MB 0
but, in posts in miniprofile under everyone user i see Thaks 0. so everybody has no thanks.
:(

Please, anybody, begging you to help me to retrieve back "thanks".
i will be "greatfull" if need.

by the way, i have a dump of BD, when it was 3.8.7 and in that dump i'm sure there are all the "thanks" exist.
so there is a possibility to get them back?...

ForceHSS
13 Dec 2011, 20:20
do you mean - post_thanks_7_83.zip (26.0 KB, 306 views)
?
that is the version that I installed.

anyway, here's is my situation:
I was driving a vB 3.8.7 with Post Thanks 7.7 for vb3.8.
I uninstaled mod. I upgraded vb to 4.1.8.
After that i instaled post_thanks_7_83.zip.
Right now, I see: /admincp/repair.php?do=list: vb3_post_thanks 2.26 MB 1.87 MB 0
but, in posts in miniprofile under everyone user i see Thaks 0. so everybody has no thanks.
:(

Please, anybody, begging you to help me to retrieve back "thanks".
i will be "greatfull" if need.

by the way, i have a dump of BD, when it was 3.8.7 and in that dump i'm sure there are all the "thanks" exist.
so there is a possibility to get them back?...

http://www.vbulletin.org/forum/showpost.php?p=2264681&postcount=1943

ka81
13 Dec 2011, 20:51
http://www.vbulletin.org/forum/showpost.php?p=2264681&postcount=1943didn't get what is that for actually...

my problem is that:
in profile we can see:
Thanks: XX
Thanked 0 Times in 0 Posts

0 - is a problem. it's not true.

I updated counters few times. didn't change it..

:(

Hippy
13 Dec 2011, 23:27
thats post is all the fixes to date ;)

haidm
15 Dec 2011, 02:46
Have a problem when install post thank you hack 7.83 in vb 4.1.8, see in attach, can anybody help me?

Hippy
15 Dec 2011, 21:08
Have a problem when install post thank you hack 7.83 in vb 4.1.8, see in attach, can anybody help me?

add this mod to the post thanks..
http://www.vbulletin.org/forum/showthread.php?t=250325
will make it collapse after 10 thanks
if you have trouble send me a pm ..

haidm
16 Dec 2011, 04:56
add this mod to the post thanks..
http://www.vbulletin.org/forum/showthread.php?t=250325
will make it collapse after 10 thanks
if you have trouble send me a pm ..
I'm using this mod too. My problem is no space after the symbol "," between symbol , and username.

Hippy
16 Dec 2011, 20:40
does your post_thanks_box_bit template
have this code in it ?


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


I cant tell but from your picture it looks like this is missing
 
and the hide hack you would see Show/Hide list of the thanked
so if you are using it maybe the edit it not correct
make sure you have reverted all your post_thanks templates as well..

haidm
18 Dec 2011, 12:53
does your post_thanks_box_bit template
have this code in it ?


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


I cant tell but from your picture it looks like this is missing
 
and the hide hack you would see Show/Hide list of the thanked
so if you are using it maybe the edit it not correct
make sure you have reverted all your post_thanks templates as well..
I check the post_thanks_box_bit, and it has " " in there, but don't know still have this error.

bkhan530
19 Dec 2011, 02:52
Is there a modification that replaces the reputation meter and instead labels it as a "Thank You" meter? I have it set to give 1 reputation point per Thank You received so this would be very useful. I'd also like to remove the existing reputation button (star) in place of Thank You.

Penguin82
19 Dec 2011, 03:10
How do I move the Thanked xx in xx posts from being right aligned to left aligned in the postbit?

mfractal
19 Dec 2011, 12:34
@OP - Great mod, thanks for the hard work! :)
One request :
Is it possible to add a link to all thanked posts to a user profile ? Currently i can only see total thanks and in how many posts.

mfractal
20 Dec 2011, 10:04
In case you are migrating from VBSEO Likes to this mod, here are the SQLs you need to run to convert all the likes retroactively to thanks.
Those statements assume you want to add 1 reputation point for each Thanks given (retroactively)




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Chri5123
20 Dec 2011, 17:08
Does this work with versions 4.1.8?

Crotan
20 Dec 2011, 17:14
Does this work with versions 4.1.8?

Yes

Chri5123
20 Dec 2011, 17:24
Yes

Cheers for getting back to me.

Can you tell me which link I should download from or which version?

Can't get this to work.

If you could post a link to the exact version would be awesome or just let me know?

Chris

sadiq6210
20 Dec 2011, 17:31
Cheers for getting back to me.

Can you tell me which link I should download from or which version?

Can't get this to work.

If you could post a link to the exact version would be awesome or just let me know?

Chris

http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847

Chri5123
20 Dec 2011, 17:42
http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847

Awesome mate!

Got it installed - thanks so much for this!

Just one question.

Now people can Thank posts how do i get them to earn rep that changes their titles?

CJ

Hippy
20 Dec 2011, 21:26
Awesome mate!

Got it installed - thanks so much for this!

Just one question.

Now people can Thank posts how do i get them to earn rep that changes their titles?

CJ

settings in admincp post thanks

Hippy
20 Dec 2011, 21:27
How do I move the Thanked xx in xx posts from being right aligned to left aligned in the postbit?

send me a link to your site so I can see the code

ZacFields
22 Dec 2011, 22:28
Hello - I am using VB 4.1.6 and have been using this mod for a while. A month ago or so, I began getting this error emailed to me (it's ALWAYS a search bot that accessed the page). I get it at least 2-3 times per day.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



A previous post says that this is due to not fully uninstalling the product. I've tried uninstalling and then reinstalling the product but I still get this error. Part of my confusion is that I don't understand where there is a link to this page on my site that the bots are accessing? I can't seem to find it.

Any ideas? I love this app and my members love it - I don't want to uninstall it, but I do want to make the error stop.

BTW: I have the 7.83 version installed (and have tried uninstalling and reinstalling). I will admit that I had an earlier version installed prior and just over-wrote the old files and reinstalled the XML file.

Hippy
22 Dec 2011, 23:08
you must of had dbtech thanks mod installed because the errors are phrasegroup_dbtech_thanks

from his mod not this one..
make sure all his files have been removed and uninstalled.. and any template edits
double check the DB if any of his table are left..

wayne.richards@
23 Dec 2011, 22:58
Not working with 4.1.9

Hippy
23 Dec 2011, 23:31
http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847

wayne.richards@
24 Dec 2011, 12:58
http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847

Thanks Hippy :up::up::up::up:

I uninstalled this after my forum was hacked, is there anyway to restore the amount of thanks my members had?

Hippy
24 Dec 2011, 13:09
sorry
you can't once it's uninstalled
unless you restore a DB with the post counts in it

wayne.richards@
24 Dec 2011, 13:18
Cheers Hippy, Its been a few days now so no point in going backwards, Thanks for all your help

Hippy
24 Dec 2011, 13:38
welcome

bremereric
24 Dec 2011, 23:35
I am a newbie and I uploaded all files to my host and could not get the plug in to install....what am I missing?

ForceHSS
25 Dec 2011, 00:03
I am a newbie and I uploaded all files to my host and could not get the plug in to install....what am I missing?

you uploaded the wrong version use the one in my sig for the updated one

bremereric
25 Dec 2011, 15:19
That did it. Is there a reason it hasn't replaced the 7.82.zip underneath the download now?

Hippy
25 Dec 2011, 16:51
the author has no been around so the members have applied the updated to keep the mod alive

Videx
25 Dec 2011, 17:37
I think what he's asking is why isn't there a procedure in place to take over a mod when the author disappears? I have no good answer for that. Even copyrights expire at some point. But release a mod on vb.org and drop dead and nobody is ever allowed to do anything with it. Thus we have mods like this with 42 pages of people asking the same question over and over again.

At the very least we should be able to get a moderator to alter the text in the first post, if only to remove the link to the non-working version.

PS A note to all mod authors: Please always mark your code as "reusable" so this doesn't happen to us with your mods.

djbaxter
25 Dec 2011, 18:14
^^^ An excellent post and an excellent suggestion!

bremereric
26 Dec 2011, 03:39
There are 139 pages that I would and could not start to read. Can someone help this hack out and put the newest version up for people to use.

Videx
26 Dec 2011, 03:53
There are 139 pages that I would and could not start to read. Can someone help this hack out and put the newest version up for people to use.
You're not paying attention. It is strictly forbidden here to modify and distribute another person's mod unless they gave prior permission. So far we've gotten away with this one because the newer versions are fairly well hidden. But eventually someone in power will get wind of what's going on and clamp down.

At least in this case there's another mod that does pretty much the same thing, so all is not lost.

ForceHSS
26 Dec 2011, 16:05
There are 139 pages that I would and could not start to read. Can someone help this hack out and put the newest version up for people to use.

use the one in my sig

bremereric
27 Dec 2011, 01:50
use the one in my sigI did and it worked. Just saw June 2010 and even won the Mod of the month award.

gundamkid
27 Dec 2011, 03:07
Hi ForceSS,

I tried to installed your version. It's worked fine! But when i logged as admin and used functions of inline mod (select all, delselect all) I get javascript error: this.checkbox is null on vbulletin-core.js.
I think this mod is incompatible with my vBulletin (4.1.4). Do you have any suggest for fix this issue??

ForceHSS
27 Dec 2011, 11:23
Hi ForceSS,

I tried to installed your version. It's worked fine! But when i logged as admin and used functions of inline mod (select all, delselect all) I get javascript error: this.checkbox is null on vbulletin-core.js.
I think this mod is incompatible with my vBulletin (4.1.4). Do you have any suggest for fix this issue??

did you uninstall and then try installing again

Kraxell
27 Dec 2011, 19:29
Is it possible to use a box in the postibit?

jjdurrant
28 Dec 2011, 15:50
no go on 4.1

The following dependencies were not met:

This product is not compatible with version 4.1.9 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

Hippy
28 Dec 2011, 19:03
http://www.vbulletin.org/forum/showpost.php?p=2281022&postcount=2080
http://www.vbulletin.org/forum/showpost.php?p=2281127&postcount=2081
one page back

rhondajean
28 Dec 2011, 20:29
Thank you.

gundamkid
29 Dec 2011, 06:59
did you uninstall and then try installing again

Thank you. Let me try!

Easy5s.net
30 Dec 2011, 05:32
Version 7.83 (29/08/11 by Forcehss)
Cosmetic changes necessary in postbit for integration purposes.
Changed to allow integration with Post Groans Hack.
reposting this again

yes, but not work when I click findthank&userid=x
with DB error:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

tidus78
30 Dec 2011, 14:19
Hi guys just a little question :

Could I center this row?

http://img193.imageshack.us/img193/6050/capture20111230161626.png

ForceHSS
30 Dec 2011, 15:19
yes, but not work when I click findthank&userid=x
with DB error:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


remove and install again

idesignicreate
31 Dec 2011, 21:52
I set everything up properly but I when I go to my forum it doesn't appear at all. I don't understand this at all.

ForceHSS
31 Dec 2011, 21:54
I set everything up properly but I when I go to my forum it doesn't appear at all. I don't understand this at all.

server version and did you install all the files first

Easy5s.net
01 Jan 2012, 02:22
remove and install again

Database error in vBulletin 4.1.9:

vBulletin 4.1.9 no table "search" ?

ForceHSS
01 Jan 2012, 03:55
Database error in vBulletin 4.1.9:

vBulletin 4.1.9 no table "search" ?

http://www.vbulletin.org/forum/showpost.php?p=2196762&postcount=1534

ka81
06 Jan 2012, 11:09
Post Thank You Hack 7.82
vB 4.1.8
in settings I set for Reputation when adding Thank - 5.
so, we click on Thanks under post, number of Thanks for that user is changing, but his reputation is still the same.
where could be a trouble, help please?

ForceHSS
06 Jan 2012, 11:24
updated one in my sig

ka81
06 Jan 2012, 11:49
Version 7.83 (29/08/11 by Forcehss)
Cosmetic changes necessary in postbit for integration purposes.
Changed to allow integration with Post Groans Hack.
reposting this again

with this one - still no upgrading of reputation..

all counters (Thanks Counters, Reputation counters,...) are udpated.

datoneer
07 Jan 2012, 12:04
Works with 4.1.8. Excellent mod!!

ka81
08 Jan 2012, 09:49
author, please, what to do with noupdating of reputation?

ForceHSS
08 Jan 2012, 10:02
have you checked the post with all the fixes yet

datoneer
08 Jan 2012, 11:31
Ok i noticed something. It works when i click thanks in 2nd,3rd... post. But when i click thanks on first post (thread creator) then thanks icon just gone and nothing happend.

ka81
08 Jan 2012, 12:17
have you checked the post with all the fixes yet
yes.

p.s. may I provide you with admin login so you could see all the settings yourself ?

Hippy
08 Jan 2012, 13:11
yes.

p.s. may I provide you with admin login so you could see all the settings yourself ?

I sent you a PM

I asked you if you wanted to send me your email so I can send you this mod with all the fixes ..

out of respect to the author I will not post it unless I had permission even if the author has no intentions to come back..

anyway
send me your email I will send you this mod
upload all the file and over write the xml and see if it all works..

mine works perfect..
as ForceHSS did you look at the post I made with all the fixes and credit to the people who posted them.

Hippy
08 Jan 2012, 13:20
this is 99% of what needs to be fixed for this mod to work correctly

http://www.vbulletin.org/forum/showpost.php?p=2264681&postcount=1943

I took the time to put this together

Like I said if you don't want to apply them I did, and I could send it to you via email..


this is 100% abe1's mod.. I did not add my name in it anywares since I did not write this great mod and the link above are the people that took the time to post fixes to keep this mod going ..

Hippy
08 Jan 2012, 13:34
let me add a screenshot

northvanmike
08 Jan 2012, 15:51
sorry guys, i'm slow. does this work with 4.1.9?

ForceHSS
08 Jan 2012, 16:20
I sent you a PM
mine works perfect..
as ForceHSS did you look at the post I made with all the fixes and credit to the people who posted them.
I have seen that post and yes all the fixes from there are already put into the plugin some time ago

matt94gt
10 Jan 2012, 00:53
I am getting an error when anyone clicks on the "Find all thanked posts by Matt94GT"

error:
Database error in vBulletin 4.1.5:

Invalid SQL:

REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (7964, '24.68.233.237', 1, 'Matt94GT', '', 'post.dateline', 'DESC', 0.03454, 1, '940023,934892,932254,928977,919842,918439,918430,10592', 1326160357, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:7964;s:8:\"Matt94GT\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'b04117d46f3b49aa03c4e9f5ea991c25');

MySQL Error : Table 'snforums_vbdata2011.search' doesn't exist
Error Number : 1146
Request Date : Monday, January 9th 2012 @ 07:52:37 PM
Error Date : Monday, January 9th 2012 @ 07:52:37 PM
Script : http://sn95forums.com/post_thanks.php?do=findthanks&u=7964
Referrer : http://sn95forums.com/member.php?7964-Matt94GT
IP Address : 24.68.233.237
Username : Matt94GT
Classname : vB_Database
MySQL Version : 5.0.92-community


I tried repairing all tables.???

Hippy
10 Jan 2012, 00:55
I am getting an error when anyone clicks on the "Find all thanked posts by Matt94GT"

error:



I tried repairing all tables.???

http://www.vbulletin.org/forum/showpost.php?p=2196762&postcount=1534

this will fix you up

ka81
10 Jan 2012, 13:14
hippy
no result with your own mod.

please, help me with reputation....

Hippy
10 Jan 2012, 14:18
something on your end is turned off .

ka81
10 Jan 2012, 14:58
something on your end is turned off .
with this - http://www.vbulletin.org/forum/showthread.php?t=232497 - i do see changes!! reputation is growing!
but in threads in profiles under avatars - still no chenges...

Hippy
10 Jan 2012, 15:04
that mod will show you it's working
now why that rep # does not change I have no idea .. was wondering that myself
check vb.com..

but all is working ..

that # does change tho.. but it looks like you need a large rep # for it to do so.. example
Rep Power: 23
has a total of (1940 point(s) total)

so I am not sure how this works..

WoodChuck'r
13 Jan 2012, 11:28
Does this not work with 4.1.9...???

I keep getting "XML Error: No element found" :confused:

ForceHSS
13 Jan 2012, 12:10
are you using the one in my sig?

Bulbucan
13 Jan 2012, 12:25
Got 2 problems, how to fix it ?? Im using AfterMath style.

http://easycaptures.com/fs/uploaded/413/4897815767.jpg

DS MrSinister
13 Jan 2012, 14:25
Got 2 problems, how to fix it ?? Im using AfterMath style.



here is a fix for that. it will fix the postbit one..


http://www.vbulletin.org/forum/showpost.php?p=2252350&postcount=1870

IGOTASTi
13 Jan 2012, 18:00
It works in 4.1.10, but not in my other forum which is 4.1.9. I'm confused.

Hippy
13 Jan 2012, 20:18
in addation to what DS MrSinister posted Bulbucan, you'll also have to add the code they are using to surround the rest

Bulbucan
13 Jan 2012, 22:10
here is a fix for that. it will fix the postbit one..


http://www.vbulletin.org/forum/showpost.php?p=2252350&postcount=1870

that doesnt fixed my problem.

Hippy
13 Jan 2012, 22:36
post_thanks_postbit_info template




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



try this ..
and post me your postbit template here, complete

WoodChuck'r
14 Jan 2012, 00:56
are you using the one in my sig?



Yes. I am selecting to upload the "post_thanks.php" file and this is what I see -

http://i753.photobucket.com/albums/xx173/WoodChucker81/xmlerror.jpg


No matter how long I let it sit for or how many times I try, nothing happens.

sadiq6210
14 Jan 2012, 04:22
Yes. I am selecting to upload the "post_thanks.php" file and this is what I see -

http://i753.photobucket.com/albums/xx173/WoodChucker81/xmlerror.jpg


No matter how long I let it sit for or how many times I try, nothing happens.

Are you trying to upload php file from admincp?

Upload the xml file from admincp and the other files you can upload it using one of the FTP programs.

WoodChuck'r
14 Jan 2012, 04:46
That's where I'm confused - what/where is an FTP program....??

I must be uploading it wrong....

sadiq6210
14 Jan 2012, 05:53
That's where I'm confused - what/where is an FTP program....??

I must be uploading it wrong....

When you install the vb script, How did you upload the files to your website?
In same way you can upload the mod files

For example, I am using LeapFTP program
http://www.leapware.com/download.html

Also, you can use (File manager) in your CPANEL

Bulbucan
14 Jan 2012, 10:30
and post me your postbit template here, complete

Code you gaved wont fix it, and here it is my postbit template.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Hippy
14 Jan 2012, 15:39
template seems stock
are you using postbit_legacy
your style is edited
and there is other code to make the surround
was this template or the postbit_legacy edited ...

need to find the code they are using and add it to your post thanks so it will match your styles

whats the name of the style.. and or who made it

@
WoodChuck'r
ftp is what you use to get files to your server like the board files..
the xml file in the mod zip file is the only thing that goes through the admincp import product
the error about is because you are trying to upload files through there

and you can not import the product xml file UNLESS you upload the mod files to your ftp..

hope you got it now

if not feel free to shoot me a pm

Bulbucan
14 Jan 2012, 20:53
postbit_legacy, and im using AfterMath style made by http://mysticdigital.com

Hippy
14 Jan 2012, 23:19
postbit_legacy, and I'm using AfterMath style made by http://mysticdigital.com
that template I sent you should work .. BUT you have something other editing your postbit
what mod or edit do you have to that area..
some kind of enhancement

BOZOGLU
15 Jan 2012, 01:55
4.1.10 not working

Videx
15 Jan 2012, 02:22
4.1.10 not workingWhat does that mean? If you really can't get 4.1.0 working then go to vb.com and read some threads and do some searches.

If you're trying to say this mod has worked for you for years and after the upgrade to 4.1.0 it has stopped, then say so.

If you're trying to say you've just installed it on a new 4.1.0 board, then say that. And assure us you've read THIS ENTIRE THREAD so we know you aren't just being lazy.

Hippy
15 Jan 2012, 03:20
Got 2 problems, how to fix it ?? Im using AfterMath style.

http://easycaptures.com/fs/uploaded/413/4897815767.jpg
ok I spend hours playing CSI here with the little info you gave here

I think it looks like your using this mod eTiKeT™ 2011 Posbit_legacy - Postbit Details »»
http://www.vbulletin.org/forum/showthread.php?t=274568&highlight=userinfo_extra

so you will need to replace your "post_thanks_postbit_info" template with this
over write the template completely



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

trainer
17 Jan 2012, 15:03
i just upgraded to 4.1.10 and this is giving me this message when i try to install

This product is not compatible with version 4.1.10 of vBulletin.

AZReptile1
17 Jan 2012, 15:23
I know 143 pages is ridiculous to go through, but this hack hasn't been supported as this version since Jan 2010. It will not work with 4.1.10 "out of the box". To help the people who are still viewing this thread (100's and 100's), - has someone picked the ball up and is there a version that does work with 4.1.10 (other than the dbtech lite program which ads credits/links to the bottom of your forums)?

sadiq6210
17 Jan 2012, 15:48
http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847

bremereric
18 Jan 2012, 02:52
Man it's so sad that the original developer drop the ball on this great hack. I can't believe how much ForceHSS and Hippy have done to keep this alive. Great job guys.

Hippy
18 Jan 2012, 19:28
welcome any time
glad to help keep this mod alive..

WoodChuck'r
18 Jan 2012, 19:31
Man it's so sad that the original developer drop the ball on this great hack. I can't believe how much ForceHSS and Hippy have done to keep this alive. Great job guys.

Couldn't agree with ya more. Great to have help of those in the know! :)

Papa Bear
18 Jan 2012, 20:18
I know 143 pages is ridiculous to go through, but this hack hasn't been supported as this version since Jan 2010. It will not work with 4.1.10 "out of the box". To help the people who are still viewing this thread (100's and 100's), - has someone picked the ball up and is there a version that does work with 4.1.10 (other than the dbtech lite program which ads credits/links to the bottom of your forums)?

Use this version for 4.1.10. as posted by ForceHss. I have 4.1.10 and it works fine.

http://www.vbulletin.org/forum/showpost.php?p=2249550&postcount=1847

slinky
21 Jan 2012, 19:16
While I like this hack a great deal, I was wondering if someone would be able to convert my thank yous to "reputation." While this works, it's not supported and I'd rather get something that is and will make a better effort to implement the "reputation" button. Has anyone done this, e.g. "best answer" or "+1" - I'd be interested in paying for a solution and conversion despite this system still working well at 4.1.9.

Hippy
21 Jan 2012, 20:47
this mod does add reputation if you turn it on and add the amount per thank in the admincp

slinky
21 Jan 2012, 21:01
this mod does add reputation if you turn it on and add the amount per thank in the admincp

Pretty funny... I had this enabled.

Q: Will it recalculate the amount given for reputation?
Q: Will it calculate reputation and make the database entries if it's turned on to add reputation after the Thanks Module has been working for a while?

I'm afraid to touch the dial, lol. Thankfully I put this in. Honestly... looking at it again and with vB Experience and what I have going... it may be better off to deal with the large load of vB Experience and the convenience of this great plugin.

PS - Thank you for your reply.

Hippy
21 Jan 2012, 21:56
I am not sure if you use the recount the thanks it will do the reputation as well..
most likely not..

JimxJNM
23 Jan 2012, 09:38
Can you update it to 4.1.9? i tried installing the XML but it's not compatible with 4.1.9

:(

ForceHSS
23 Jan 2012, 11:41
Can you update it to 4.1.9? i tried installing the XML but it's not compatible with 4.1.9

:(

it already has been updated link in my sig

DarknessDivine
23 Jan 2012, 13:37
it already has been updated link in my sig
I have uploaded all of the files from the link in your signature, try to upload the product and it keeps giving this notice:

Please upload the files that came with this Hack before installing or upgrading!

I have checked and double checked, everything has been uploaded.

I am using vb version 4.1.10, clean install.

Hippy
23 Jan 2012, 13:45
I have uploaded all of the files from the link in your signature, try to upload the product and it keeps giving this notice:


I have checked and double checked, everything has been uploaded.

I am using vb version 4.1.10, clean install.
then they are not uploaded to the correct place where the script expects them

shervin_dvb
27 Jan 2012, 20:25
The following dependencies were not met:

This product is not compatible with version 4.1.10 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

djbaxter
27 Jan 2012, 21:04
The following dependencies were not met:

This product is not compatible with version 4.1.10 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

Learn to use the "search thread" feature. This issue has been been addressed dozens if not hundreds of times in this thread alone.

majjed2008
28 Jan 2012, 07:52
i get hundred email every day with error 1146 please kindly how to fix it step by step

Hippy
28 Jan 2012, 11:36
i get hundred email every day with error 1146 please kindly how to fix it step by step

post the error please

pbforum
28 Jan 2012, 17:20
This product is not compatible with version 4.1.10 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

Hippy
28 Jan 2012, 17:33
grab the one out of his sig
http://www.vbulletin.org/forum/showpost.php?p=2291370&postcount=2147

solson
29 Jan 2012, 03:02
I installed this mod on 4.1.9 and it works great... Thanks for the great mod!

I do have a social network icons installed in the user profile field and when I installed this mod, the icons were on the same line as "Thanked x Times in x Posts." I had to adjust the postbit_social1 to add a break and get the icons to the next line. Not sure why it ended up that way to begin with, or if there was a different way I could have fixed it.

My main question is this: Can I remove how many thanks the user gives "Thanks: x" from the user profile field and only keep how many times a user was thanked? And how would this be done? Thanks so much and keep up the good work! :cool:

Danai
29 Jan 2012, 12:48
Is there a way to change this into a "Like" hack? By this I just mean it would say "*** likes this post" instead of *** thanked for this post, and next to the edit button it would say "like this post" etc.

Cheers, love it by the way!

Hippy
29 Jan 2012, 12:52
in your adminecp search phrases for thanks and change to like...
when you add thanks to your search box make sure you tick Phrase Text and Phrase Variable Name
to find them

I did it here for sawhawgz http://sawhawgz.com/showthread.php?136-Tapatalk/page3&styleid=3

Hippy
29 Jan 2012, 13:00
I installed this mod on 4.1.9 and it works great... Thanks for the great mod!

I do have a social network icons installed in the user profile field and when I installed this mod, the icons were on the same line as "Thanked x Times in x Posts." I had to adjust the postbit_social1 to add a break and get the icons to the next line. Not sure why it ended up that way to begin with, or if there was a different way I could have fixed it.

My main question is this: Can I remove how many thanks the user gives "Thanks: x" from the user profile field and only keep how many times a user was thanked? And how would this be done? Thanks so much and keep up the good work! :cool:

edit your post_thanks_postbit template

Danai
29 Jan 2012, 16:52
in your adminecp search phrases for thanks and change to like...
when you add thanks to your search box make sure you tick Phrase Text and Phrase Variable Name
to find them

Thanks!

Danai
29 Jan 2012, 17:29
Oh, sorry, was also going to ask if it was possible to move the "The following users thanked for this post" below the post to inside the post.

Attached a screen shot of that.

Also:

Is there a way to align the "Thanks:" under your name to the left instead of the right?
Also attached a photo of that.

Thanks!

solson
29 Jan 2012, 17:46
edit your post_thanks_postbit template

Thanks for the response! Could you tell me exactly what I should remove, if you wouldn't mind? I took a look at the code and it wasn't too clear to me what to take out. I don't want to ruin the mod by guessing and deleting code.

I don't want to function to disappear, but only to have the display portion of the "Thanks: x" be removed from the user profile field.

Thanks again.

Hippy
29 Jan 2012, 19:04
edit post_thanks_postbit_info template to do what you want and it should all be in the correct place
this needs to be removed since vb does not use this any longer


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


so use this code and take out what you don't want to show as you did the other one..


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

solson
29 Jan 2012, 19:55
edit post_thanks_postbit_info template to do what you want and it should all be in the correct place
this needs to be removed since vb does not use this any longer


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


so use this code and take out what you don't want to show as you did the other one..


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



This fixed both of my original problems. Thanks much for taking the time....all is right in the world again. :cool:

diabolicds
01 Feb 2012, 13:27
Is hack goint to be updated for latest version of vbulletin ?

Maybe someone can help getting lots of Database errors from this mod so I disabled for the moment , if there is any fix for this it would be great thanks in advance here is error:

Database error in vBulletin 4.1.10:

Invalid SQL:

REPLACE INTO vb_search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, 'ipxxx', 1, 'member', '', 'post.dateline', 'DESC', 0.03194, 1, '1181,1047,1006,991,603,24', 1328083433, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:3;s:5:\"member\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', '5d361a20a5b456577f4e80681ee2afb0da');

MySQL Error : Table 'mybase_bulletin.vb_search' doesn't exist
Error Number : 1146
Request Date : Wednesday, February 1st 2012 @ 09:03:53 AM
Error Date : Wednesday, February 1st 2012 @ 09:03:53 AM
Script : http://www.myweb.com/board/post_thanks.php?do=findthanks&u=3
Referrer :
IP Address : XXX
Username : Unregistered
Classname : vB_Database
MySQL Version :

ForceHSS
01 Feb 2012, 14:45
Is hack goint to be updated for latest version of vbulletin ?

Maybe someone can help getting lots of Database errors from this mod so I disabled for the moment , if there is any fix for this it would be great thanks in advance here is error:

there is a fix look over other posts and you will find it

michal72
01 Feb 2012, 16:44
Oh, sorry, was also going to ask if it was possible to move the "The following users thanked for this post" below the post to inside the post

See BirdOPrey5 soultion http://www.vbulletin.org/forum/showthread.php?t=266358 and posts #35, #36 and #49

Regards

Hippy
01 Feb 2012, 22:24
* hint ForceHSS sig

ForceHSS
02 Feb 2012, 00:16
* hint ForceHSS sig

lol was not going to tell him

Hippy
02 Feb 2012, 00:21
lol was not going to tell him

I had to .. was so obvious .. I read my @ss off
but it seems noone wants to even read a page or 2 before downloading a mod..

I always read the last few pages to see the issues for installing it ..

anyway.. all is good

Videx
02 Feb 2012, 00:25
lol was not going to tell himYa really. I think everyone is doing all the noobs a disservice by simply giving them the answers. The standard response should be more along the lines of "Always read the entire thread before you install a modification. When you're finished, if you still have a question, first assure us you have done all the things recommended.". This teaches them a valuable lesson, and let's face it - nobody can actually disagree with the advice, as it's the stated policy of vb.org.

ForceHSS
02 Feb 2012, 01:10
it might be the policy of vb but some members are to lazy to even look when the answer is in front of them

fungku
02 Feb 2012, 08:22
Ya really. I think everyone is doing all the noobs a disservice by simply giving them the answers. The standard response should be more along the lines of "Always read the entire thread before you install a modification. When you're finished, if you still have a question, first assure us you have done all the things recommended.". This teaches them a valuable lesson, and let's face it - nobody can actually disagree with the advice, as it's the stated policy of vb.org.

Read 145 pages?

I have a couple of hours after work before I have to go to sleep.

Between showering and dinner, that doesn't leave a lot of time to read hundreds of pages.

Why not have the solutions to problems inserted or at least linked to in the Mod description?

(thanks for 7.83 by the way, I was about to give up on the mod for now)

ForceHSS
02 Feb 2012, 13:34
Version 7.83 (29/08/11 by Forcehss)
Cosmetic changes necessary in postbit for integration purposes.
Changed to allow integration with Post Groans Hack.
reposting this again

diabolicds
02 Feb 2012, 16:01
there is a fix look over other posts and you will find it

Doesnt look like working well not in my case, updated reuploaded files imported xml enabled mod again and got error again here it is:

Database error in vBulletin 4.1.10:

Invalid SQL:

REPLACE INTO vb_search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (0, 'xxx', 1, 'xxx', '', 'post.dateline', 'DESC', 0.02273, 1, '607', 1328197330, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:460;s:3:\"MAN\";}s:6:\"forums\";i:0;s:7:\"options\";a:3:{s:11:\"starteronly\";i:0;s:11:\"childforums\";i:1;s:6:\"action\";s:7:\"process\";}}', 'ba0b986d3f9ec66cb566db179eb75092');

MySQL Error : Table 'mydb_bulletin.vb_search' doesn't exist
Error Number : 1146
Request Date : Thursday, February 2nd 2012 @ 04:42:10 PM
Error Date : Thursday, February 2nd 2012 @ 04:42:11 PM
Script : http://www.myweb.com/board/post_thanks.php?do=findthanks&u=460
Referrer :
IP Address : xxx
Username : Unregistered
Classname : vB_Database
MySQL Version :

Might be conflict with something on my board if for others your version working not sure about it. Thx anyway

ForceHSS
02 Feb 2012, 17:02
search no long is in vb4 this is vb3 there is a fix for this some where try looking a few pages back until you find it really not sure what page it is on so you need to check them all

diabolicds
03 Feb 2012, 09:11
search no long is in vb4 this is vb3 there is a fix for this some where try looking a few pages back until you find it really not sure what page it is on so you need to check them all

What do you mean search is no longer in vb4? I never had vb3 always used vb4 ad never had those errors before , so I am really not sure what you are talking about,anyway thanks on your reply I ll disable plugin Thanks and no more errors much easy than searching like 2500 posts on this topic lol .

Cheers and enjoy your weekend all!

sharif_aly
03 Feb 2012, 20:16
Is it work with 4.1.10 ?

Hippy
03 Feb 2012, 20:31
What do you mean search is no longer in vb4? I never had vb3 always used vb4 ad never had those errors before , so I am really not sure what you are talking about,anyway thanks on your reply I ll disable plugin Thanks and no more errors much easy than searching like 2500 posts on this topic lol .

Cheers and enjoy your weekend all!

you all square now bud ?:up:

meissenation
04 Feb 2012, 19:12
Really don't understand why vb3.8 code is in vb4 version, I've gotten over 100 db errors today alone from this damn script.

ForceHSS
04 Feb 2012, 20:14
not the script its your forums

fungku
05 Feb 2012, 00:50
Is there any way to view a users thanked posts?

Hippy
05 Feb 2012, 02:18
your profile and abpout me youll see it down a little

fungku
05 Feb 2012, 03:29
your profile and abpout me youll see it down a little

I see that stats but they are not linked to anywhere.

itsmeblade
05 Feb 2012, 08:25
Hi, i have a problem. how can i remove the splitted usernames in the box ?

Hippy
05 Feb 2012, 11:57
Hi, i have a problem. how can i remove the splitted usernames in the box ?

what version are you using ?

itsmeblade
05 Feb 2012, 13:35
i'm using vb 4.1.9

Hippy
05 Feb 2012, 15:57
sorry .. version of the post thanks ..
the one from the author or forceHSS

itsmeblade
05 Feb 2012, 18:13
the one from the autor, 7.82

Hippy
05 Feb 2012, 18:29
use forceHSS 's in his sig ..
or email me I pmes you before

fungku
05 Feb 2012, 19:59
I don't understand why 7.83 can't have a download link in the main description?

And how can I get links to thanked posts to show up in profiles?

Hippy
06 Feb 2012, 01:48
why because it was put together by forceHSS not Abe1
he has not been around and there is a couple of us that are trying to keep it alive..

http://www.vbulletin.org/forum/showpost.php?p=2264681&postcount=1943

ForceHSS
06 Feb 2012, 01:55
What do you mean search is no longer in vb4? I never had vb3 always used vb4 ad never had those errors before , so I am really not sure what you are talking about,anyway thanks on your reply I ll disable plugin Thanks and no more errors much easy than searching like 2500 posts on this topic lol .

Cheers and enjoy your weekend all!

http://www.vbulletin.org/forum/showpost.php?p=2196762&postcount=1534
here is your fix

wickedstangs
07 Feb 2012, 01:43
http://www.vbulletin.org/forum/showpost.php?p=2196762&postcount=1534
here is your fix

thanks:)

Luffy-9
07 Feb 2012, 07:12
didn't work with VB 4.1.10 :s

ForceHSS
07 Feb 2012, 07:28
didn't work with VB 4.1.10 :s

then you have not installed the one in my sig as it does

TinCow1
07 Feb 2012, 15:01
I can confirm that ForceHSS's search version works properly with 4.1.10. However, in the version in his link the entire search function is commented out, which I suspect is why others have reported that it doesn't work. Just remove the commenting from post_thanks_memberinfo_block and it shows up perfectly fine.

TinCow1
07 Feb 2012, 16:40
I check the post_thanks_box_bit, and it has " " in there, but don't know still have this error.

That   is the space between the name and the date, which is not what you want. The code as written has no space after the comma. You have to add it in manually at the very end of the line. This is what the full code should look like to display the space after the comma:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Hippy
07 Feb 2012, 20:24
that makes a large space ..
I don't have this issue with spacing
in my sig is all the fixes for this mod and it works perfect as it should spacing and all
if the spacing is still off it's a template issue or a custom style conflicting

j1gsaw
08 Feb 2012, 07:18
is there any top thank in a month statistic?

Ricsca
08 Feb 2012, 12:29
in vb 4.1.10 dont install....

TinCow1
08 Feb 2012, 12:34
that makes a large space ..
I don't have this issue with spacing
in my sig is all the fixes for this mod and it works perfect as it should spacing and all
if the spacing is still off it's a template issue or a custom style conflicting

All I can say is that with your code I had no spaces after the commas, it was just NAME,NAME. While I have many heavily customized styles, it was also that way on vB default, which I have not customized. Adding in the second   fixed the problem for me on all styles and only added in a normal sized space. It now looks entirely proper on my site. If your code as written gives good spacing for others, then it's obviously best not to add in an additional space. However, your code didn't add the space for me, and it seems clear it didn't add it for haidm either. Perhaps we're both running some other module that is causing this difference in appearance.

Mark.B
08 Feb 2012, 12:37
in vb 4.1.10 dont install....
I am running on 4.1.10, no issues at all.

ForceHSS
08 Feb 2012, 12:50
in vb 4.1.10 dont install....

then you are not using the updated one if it does not work for you

Hippy
08 Feb 2012, 20:23
All I can say is that with your code I had no spaces after the commas, it was just NAME,NAME. While I have many heavily customized styles, it was also that way on vB default, which I have not customized. Adding in the second   fixed the problem for me on all styles and only added in a normal sized space. It now looks entirely proper on my site. If your code as written gives good spacing for others, then it's obviously best not to add in an additional space. However, your code didn't add the space for me, and it seems clear it didn't add it for haidm either. Perhaps we're both running some other module that is causing this difference in appearance.

yeah running into additional.css you may run into this issue ..
not a problem but 99% don't need it but when it was nentioned I tested it is all..
I am glad you got it looking go in your site ..
but as vb goes on things change so the mods that use this comma need to be updated .. check out some of Paul M's:up: mods..
youll see the comments there ...anyway what counts is that it works and there are no errors ..
sometime mods need small tweaks ;)

enjoy

Hippy
08 Feb 2012, 20:25
in vb 4.1.10 dont install....

like eveyone here said it works with no issue ..
and these are the people that are helping kleep this great mod alive..

If you have a question or read things confirm before posting a comment like that ..

I can show you 100 sites that use it with vb4.1.19 that work as it should 100%

enjooy and have a great day

thermax04
08 Feb 2012, 22:11
Installed on 4.1.10
i need to know where I can find this word to translate:
The Following User Says Thank You to xxxx For This Useful Post

Hippy
08 Feb 2012, 22:29
$vbphrase[post_thanks_user_says]

admincp
Languages & Phrases
search for

The Following User Says Thank You to {1} For This Useful Post:

make sure you have Phrase Text and Phrase Variable Name checked before you hit find
then edit it to


what you like you need to leave {1} tho anything else you can change

example

changet to The Following User Said Thank's to {1} For This Post yhen hit save

thermax04
08 Feb 2012, 22:33
$vbphrase[post_thanks_user_says]

admincp
Languages & Phrases
search for

The Following User Says Thank You to {1} For This Useful Post:

mak sure you have Phrase Text and Phrase Variable Name checked before you hit find
then edit it to


The Following User Says Thank you to {1} For This Useful Post

Thanks, i found it and translated it.
Now, i want also to translate those (in user Info):
Thanks: x times
Thanked 1 Time in 1 Post
where I can find them?

Hippy
08 Feb 2012, 23:29
search Languages & Phrases
the same way but add thank for the search word and youll see them all
make sure you have Phrase Text and Phrase Variable Name checked before you hit find

enjoy

thermax04
08 Feb 2012, 23:41
search Languages & Phrases
the same way but add thank for the search word and youll see them all
make sure you have Phrase Text and Phrase Variable Name checked before you hit find

enjoy

I tried but i found too many results, i don know which one to change
Can I change them in the product-post_thanks.xml file then import it again?

Found them , changed them
Thanks

Hippy
09 Feb 2012, 02:58
I tried but i found too many results, i don know which one to change
Can I change them in the product-post_thanks.xml file then import it again?

Found them , changed them
Thanks
sure you can and then jst re upload it

Ricsca
09 Feb 2012, 07:28
then you are not using the updated one if it does not work for you

I download the link in home page...

The following dependencies were not met:

This product is not compatible with version 4.1.10 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)

ForceHSS
09 Feb 2012, 11:55
I download the link in home page...

as i said and will again you are not using the updated one look at my sig for it

Ricsca
09 Feb 2012, 12:05
You want the updated package on the home page.
A new user how do you know that the updated package in post number 1847?
I stumbled upon the link in your signature ...

ForceHSS
09 Feb 2012, 12:07
You want the updated package on the home page.
A new user how do you know that the updated package in post number 1847?
I stumbled upon the link in your signature ...

look at the op name and mine are they the same no so how can i add it to there

cagbaazee
09 Feb 2012, 14:51
Hi it donot work work version 4.1.10, it say it only work with version upto 4.1.0.. do any has problem with these plugin update / install

ForceHSS
09 Feb 2012, 16:53
Hi it donot work work version 4.1.10, it say it only work with version upto 4.1.0.. do any has problem with these plugin update / install

you joking really do you ever check other posts I give up

DS MrSinister
09 Feb 2012, 17:22
ForceHSS please dont give up on this.. if it wasn't for you and hippy this great mod would be dead in the water..

I thank you very much what you two have done.

Sin

slipkot
09 Feb 2012, 17:33
@ForceHSS Using the version you have at your signature, search function does not work. Some pages back there is a fix. Is it possible to include it on your version so search function works on default. :)

ForceHSS
09 Feb 2012, 18:06
@ForceHSS Using the version you have at your signature, search function does not work. Some pages back there is a fix. Is it possible to include it on your version so search function works on default. :)

have you checked the one in my sig lately I did update a new one with a search fix if that is what you are talking about

Hippy
09 Feb 2012, 20:31
You want the updated package on the home page.
A new user how do you know that the updated package in post number 1847?
I stumbled upon the link in your signature ...
Abe hasn't been online for over a year and we been updating this on our own to keep it alive for everyone...
there was a post a page or 2 back about the search in members profile being commented out ..
if you don't feel like doing the manual edit forceHSS
was nyce enough to fix it and add a up to date version ... and is lined in his sig ..
since we can't repost this or update the first post this is the Best we can do...

shervin_dvb
10 Feb 2012, 05:58
hi
this version in not work on vb 4.1.10

The new version is coming
Or on the web version of this version 4.1.10 working

slipkot
10 Feb 2012, 16:02
have you checked the one in my sig lately I did update a new one with a search fix if that is what you are talking about

Sorry my mistake. You are awesome! :)

thermax04
10 Feb 2012, 20:56
How I can delete or hide the Thanks: xx times from the user postbit

where I can find these options:
Shows how many thanks a user gave in every post of his
Shows how many thanks a user gave in profile
Shows how many thanks a user got
Shows how many posts or a user are thanked
Shows info in profile
Search for a users thanked posts
Search for all thanked posts

thermax04
10 Feb 2012, 21:05
hi
this version in not work on vb 4.1.10

The new version is coming
Or on the web version of this version 4.1.10 working

V 7.83 is working on my VB 4.1.10

Nelson58
10 Feb 2012, 23:21
When I installed this, the message under user's profile info on posts" x thanks in x posts" was leaking into the body of the message, throwing the formatting off.

How would I fix that?


Nelson

cbiweb
11 Feb 2012, 00:23
V 7.83 is working on my VB 4.1.10
7.83???

Hippy
11 Feb 2012, 00:51
When I installed this, the message under user's profile info on posts" x thanks in x posts" was leaking into the body of the message, throwing the formatting off.

How would I fix that?


Nelson
post_thanks_postbit_info template change to this .. over write and save..




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------

Hippy
11 Feb 2012, 00:52
7.83???

forceHSS 's sig you find it

thermax04
11 Feb 2012, 06:38
7.83???

Look at the pic

thenashy
11 Feb 2012, 11:18
I do apologise is this has been answered previous, I never seem to find things with the search on here.

My users love the addon, as do I, however, is there a way to move the Like/Dislike links and icons to the same area as the reply/edit/etc. icons?

And still leave the users who liked/disliked under the post?

tehbasmentdwell
11 Feb 2012, 14:09
have you checked the one in my sig lately I did update a new one with a search fix if that is what you are talking about

I installed that version mate (working fine cheers) but i cant find where the option is to search for thanked posts - where should it appear? In usercp? :confused:

P.S. Thanks again for keeping this hack updated :)

Hippy
11 Feb 2012, 14:15
about me in your public profile

Nelson58
11 Feb 2012, 14:30
post_thanks_postbit_info template change to this .. over write and save..




Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Thank you!

Nelson

Hippy
11 Feb 2012, 16:13
welcome...

tehbasmentdwell
11 Feb 2012, 20:17
about me in your public profile

Strange, its not showing up! Any ideas what i've missed mate?

I installed the hack 7.83 a few weeks ago to try it out and its working perfectly - a user was asking whether you could search your own posts to find out which ones had been thanked so i downloaded the 7.83withsearchfix - uploaded and overwitten the previous files then uploaded the new xml file but nothing seems to have changed

slipkot
11 Feb 2012, 21:07
Strange, its not showing up! Any ideas what i've missed mate?

I installed the hack 7.83 a few weeks ago to try it out and its working perfectly - a user was asking whether you could search your own posts to find out which ones had been thanked so i downloaded the 7.83withsearchfix - uploaded and overwitten the previous files then uploaded the new xml file but nothing seems to have changed

At template "post_thanks_memberinfo_block" you need to remove the comments... <!-- and -->

tehbasmentdwell
11 Feb 2012, 22:28
At template "post_thanks_memberinfo_block" you need to remove the comments... <!-- and -->

Simple as that :D Thanks mate, working perfectly now!

swapps
11 Feb 2012, 22:32
V 7.83 is working on my VB 4.1.10

7.83 Works on my 4.1.10 CMS for me too

bremereric
12 Feb 2012, 03:09
Okay Hippy or Force. I previously got the 7.83 version installed and working. Now I found you have the 7.83 with search fix. I also downloaded it and will give it a try. Is there certain steps I nead to take. Such as uninstall and reinstall? Thanks.

Hippy
12 Feb 2012, 11:43
dont uninstall just over write .. files and xml file ..or you will loose all thanks..
the update just removes the comented out search part you can do this
At template "post_thanks_memberinfo_block" you need to remove the comments... <!-- and -->


and no need to update

TinCow1
12 Feb 2012, 14:06
Does anyone know what code changes would be required to make the list of Thanks received only visible to the person who made the post?

elwizard
12 Feb 2012, 19:48
Working fine when using English as default lang, but there're some mistakes when using another langs. Thank you anyway.

ForceHSS
13 Feb 2012, 00:14
Working fine when using English as default lang, but there're some mistakes when using another langs. Thank you anyway.

because it was made for English if you want to translate it you can

Zeckson
13 Feb 2012, 03:05
I have installed this hack on my forum and it worked great! However, being a photo forum, most of my members would prefer to LIKE the photo post rather than THANK the photo post. Is it possible that the THANK button change into a LIKE button?

I know about the Facebook LIKE but I wanna keep the LIKES to within my forum. Can this be done?

DS MrSinister
13 Feb 2012, 04:31
@Zeckson

For the button edit the phrase called post_thanks_thanks.

to do this login to admincp go to

Languages & Phrases --> Search in Phrases --> place post_thanks_thanks in the search box. make sure you have Phrase Text and Phrase Variable Name checked.

click on edit and type Like Or Likes or what ever you want it to say.

Hope this helps

--Sin

elwizard
13 Feb 2012, 18:56
because it was made for English if you want to translate it you can
Yes, I did it. I translated Mod thanks into Spanish lang (my native lang).
I'm really very interested to use this mod on my board, but I need to solve this problem. I guess, problem is not the lang.
It must be something of PHP script, or mod install code or something so, not exactly the lang.

When i choose English lang (testing in localhost before add any change to the server), everything works fine, but when I change the lang to Spanish, is then when I receive next issue:



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


I edited PHP file functions.php to check this issue, but it seems to be a a non-directed issue caused by the mod.

Currently I'm checking all PHP mod thanks code to find the cause, and also the install XML code file.

I also tested changing the template (Default style and MW3 theme by MMORPG Games) and error issue is displayed in both cases, when I use Spanish lang.
When I use English lang, no error is displayed, so I believe the template is not the cause of the mistake.

Testing on Vb 4.1.10 version. I have only installed Spanish lang (from vbhispano - elmer), MW3 theme by MMORPG Games (downloaded from here) and this Thanks mod, nothing else.

Still trying to find the problem. Thanks in advance and sorry by my English.

Hippy
13 Feb 2012, 20:42
@elwizard .. thanks for try to keep up to date ,,
when you figure please be sure to post back
thanks

elwizard
13 Feb 2012, 20:59
Don't worry Hippy. I'm getting advances about this issue. All seems to be an issue in vbdate vbulletin function when using this mod. I'll post here my results when finished ;)