View Full Version : Show Thread Enhancements - [AJAX] Post Thank You Hack
Pages :
1
2
3
4
5
6
7
8
9
[
10]
11
12
13
14
15
16
elwizard
02-13-2012, 09:45 PM
I'm not really sure this is a mistake from mod thanks. I've been also using this mod in other boards and i have never had a mistake, so, I'm thinking about the possibility of lang issue, not a mod issue.
If I change to English my board lang, your mod works perfect. So, that will mean something.
Anyway, I'm checking everything and discounting possible issues.
Hippy
02-13-2012, 10:10 PM
well they just change the phrases to spanish
and leave it english with all psnaish phrases...
thats what your looking to do righy
elwizard
02-13-2012, 10:12 PM
Nevermind. I found it. That's problem of the Spanish lang translation, not the mod. Mod works ok. Now I have to repair XML Spanish lang. Thank you anyway to all.
elwizard
02-13-2012, 10:14 PM
No, all these mod phrases have been changed to Spanish. Either is the lack of some phrases or is a bad translation. All mod thanks phrases are ok. Problem came again when I installed spanish XML file.
Hippy
02-13-2012, 11:06 PM
once you change it all can you post it so we can update the mod..
this will help others
thanks bud
elwizard
02-13-2012, 11:34 PM
Ok. No problem ;)
bremereric
02-14-2012, 08:23 PM
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
and no need to updateHere's what I see and what do I have to take out.
<h5 class="subsubsectionhead">{vb:rawphrase post_thanks_total_thanks}</h5>
<dl class="stats">
<dt>{vb:rawphrase post_thanks_total_thanks}</dt>
<dd>{vb:raw userinfo.post_thanks_user_amount_formatted}</dd>
</dl>
<ul class="group">
<li>
<vb:if condition="$userinfo[post_thanks_thanked_times] == 1">
{vb:rawphrase post_thanks_time_post}
<vb:else />
<vb:if condition="$userinfo[post_thanks_thanked_posts] == 1">
{vb:rawphrase post_thanks_times_post, {vb:raw userinfo.post_thanks_thanked_times_formatted}}
<vb:else />
{vb:rawphrase post_thanks_times_posts, {vb:raw userinfo.post_thanks_thanked_times_formatted}, {vb:raw userinfo.post_thanks_thanked_posts_formatted}}
</vb:if>
</vb:if>
</li>
<!-- <li>
<a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks&u={vb:raw userinfo.userid}">{vb:rawphrase post_thanks_search_user, {vb:raw userinfo.username}}</a>
</li>
<li>
<a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks_user_gave&u={vb:r aw userinfo.userid}">{vb:rawphrase post_thanks_search_user_gave, {vb:raw userinfo.username}}</a>
</li>-->
</ul>
DS MrSinister
02-14-2012, 08:27 PM
@bremereric
just remove those two things
<!--
also
-->
bremereric
02-14-2012, 08:32 PM
@bremereric
just remove those two things
<!--
also
-->I finally looked at without the horse blinders on and got it.
DS MrSinister
02-14-2012, 08:35 PM
you will see
<!-- <li> and you will see </li>-->
delete <!-- and --> only leave <li> tags
themommyhood
02-14-2012, 08:46 PM
Is there a thank you hack for version 4.1.10? I tried this one and it said it isn't compatible.
DS MrSinister
02-14-2012, 08:50 PM
Is there a thank you hack for version 4.1.10? I tried this one and it said it isn't compatible.
use this one here.. i am using the second one!. works great!
https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847
bremereric
02-14-2012, 08:55 PM
Okay I verifed that I have the 7.83 version and I removed the comments. I still don't see the search option nor do I see the stats in my user profile. :eek:
DS MrSinister
02-14-2012, 09:11 PM
Okay I verifed that I have the 7.83 version and I removed the comments. I still don't see the search option nor do I see the stats in my user profile. :eek:
Replace your post_thanks_memberinfo_block template which this code and see if works. also look in your profile under about me tab
<h5 class="subsubsectionhead">{vb:rawphrase post_thanks_total_thanks}</h5>
<dl class="stats">
<dt>{vb:rawphrase post_thanks_total_thanks}</dt>
<dd>{vb:raw userinfo.post_thanks_user_amount_formatted}</dd>
</dl>
<ul class="group">
<li>
<vb:if condition="$userinfo[post_thanks_thanked_times] == 1">
{vb:rawphrase post_thanks_time_post}
<vb:else />
<vb:if condition="$userinfo[post_thanks_thanked_posts] == 1">
{vb:rawphrase post_thanks_times_post, {vb:raw userinfo.post_thanks_thanked_times_formatted}}
<vb:else />
{vb:rawphrase post_thanks_times_posts, {vb:raw userinfo.post_thanks_thanked_times_formatted}, {vb:raw userinfo.post_thanks_thanked_posts_formatted}}
</vb:if>
</vb:if>
</li>
<li>
<a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks&u={vb:raw userinfo.userid}">{vb:rawphrase post_thanks_search_user, {vb:raw userinfo.username}}</a>
</li>
<li>
<a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks_user_gave&u={vb:r aw userinfo.userid}">{vb:rawphrase post_thanks_search_user_gave, {vb:raw userinfo.username}}</a>
</li>
</ul>
themommyhood
02-14-2012, 09:27 PM
use this one here.. i am using the second one!. works great!
https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847
Thanks so much :)
DS MrSinister
02-14-2012, 09:30 PM
anytime ;)
themommyhood
02-14-2012, 09:52 PM
anytime ;)
One more question if you have the time... where do I find it to move it? It's in a super weird spot.
bremereric
02-14-2012, 09:56 PM
Replace your post_thanks_memberinfo_block template which this code and see if works. also look in your profile under about me tab
<h5 class="subsubsectionhead">{vb:rawphrase post_thanks_total_thanks}</h5>
<dl class="stats">
<dt>{vb:rawphrase post_thanks_total_thanks}</dt>
<dd>{vb:raw userinfo.post_thanks_user_amount_formatted}</dd>
</dl>
<ul class="group">
<li>
<vb:if condition="$userinfo[post_thanks_thanked_times] == 1">
{vb:rawphrase post_thanks_time_post}
<vb:else />
<vb:if condition="$userinfo[post_thanks_thanked_posts] == 1">
{vb:rawphrase post_thanks_times_post, {vb:raw userinfo.post_thanks_thanked_times_formatted}}
<vb:else />
{vb:rawphrase post_thanks_times_posts, {vb:raw userinfo.post_thanks_thanked_times_formatted}, {vb:raw userinfo.post_thanks_thanked_posts_formatted}}
</vb:if>
</vb:if>
</li>
<li>
<a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks&u={vb:raw userinfo.userid}">{vb:rawphrase post_thanks_search_user, {vb:raw userinfo.username}}</a>
</li>
<li>
<a href="post_thanks.php?{vb:raw session.sessionurl}do=findthanks_user_gave&u={vb:r aw userinfo.userid}">{vb:rawphrase post_thanks_search_user_gave, {vb:raw userinfo.username}}</a>
</li>
</ul>
If I only knew where to look and scroll down far enough. Took those horse blinders off and found it under the about me tab.
Hippy
02-14-2012, 10:12 PM
One more question if you have the time... where do I find it to move it? It's in a super weird spot.
if your talking about the thanks button.. you can open your postbit
or postbit_ledgen
find
{vb:raw template_hook.postbit_controls}
and move it just below
<span class="postcontrols">
for
postbit_legacy
move the same code below
<div class="textcontrols floatcontainer">
<span class="postcontrols">
or I can make a new hook to add in this place so you don't have to move that one .. but you need to change something else so it works..
this is most of the time good .. I don't know amy mods that use it ..
and if they do noone want it there anyway ..
bremereric
02-14-2012, 10:25 PM
Oh Oh when I do either search now I get a database error.
Database error in vBulletin 4.1.3:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (1261, '70.248.166.225', 1, 'bremereric', '', 'post.dateline', 'DESC', 0.01367, 1, '20568,20487,20439,20301,20270,20220,20201,20158,2 0046,20034,20000,19895,19869,19763,19549,19519,190 34,19016,18866,18840,18667,18657,18573,18564,18338 ,18030,16503,13196', 1329260301, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:1261;s:10:\"bremereric\";}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\";}}', 'd2f492989ac5e9f8696bc48f05206426');
MySQL Error : Table 'fbodymop_newvb01.search' doesn't exist
Error Number : 1146
Request Date : Tuesday, February 14th 2012 @ 03:58:21 PM
Error Date : Tuesday, February 14th 2012 @ 03:58:21 PM
Script : http://www.aspenandvolare.com/post_thanks.php?do=findthanks&u=1261
Referrer : http://www.aspenandvolare.com/member.php?1261-bremereric
IP Address : 70.248.166.225
Username : bremereric
Classname : vB_Database
MySQL Version : 5.1.60-community-log
ForceHSS
02-15-2012, 03:17 AM
Oh Oh when I do either search now I get a database error.
Database error in vBulletin 4.1.3:
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (1261, '70.248.166.225', 1, 'bremereric', '', 'post.dateline', 'DESC', 0.01367, 1, '20568,20487,20439,20301,20270,20220,20201,20158,2 0046,20034,20000,19895,19869,19763,19549,19519,190 34,19016,18866,18840,18667,18657,18573,18564,18338 ,18030,16503,13196', 1329260301, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:1261;s:10:\"bremereric\";}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\";}}', 'd2f492989ac5e9f8696bc48f05206426');
MySQL Error : Table 'fbodymop_newvb01.search' doesn't exist
Error Number : 1146
Request Date : Tuesday, February 14th 2012 @ 03:58:21 PM
Error Date : Tuesday, February 14th 2012 @ 03:58:21 PM
Script : http://www.aspenandvolare.com/post_thanks.php?do=findthanks&u=1261
Referrer : http://www.aspenandvolare.com/member.php?1261-bremereric
IP Address : 70.248.166.225
Username : bremereric
Classname : vB_Database
MySQL Version : 5.1.60-community-log
my sig
bremereric
02-15-2012, 03:53 AM
Hippy is a great guy. He e-mailed me earlier with the fix and I got it going. Great job you are both doing.
elwizard
02-15-2012, 10:25 PM
As I said, here you have the translation to Hack Post Thanks in Spanish for 3.87 version.
;)
Hippy
02-16-2012, 11:07 AM
Thanks I will integrate this on way or an other
elwizard
02-16-2012, 01:18 PM
You're welcome ;) In the text file there is only a translation, not the product install XML.
If somebody wants to use it, just only replace English text for this other.
If you need in a future to translate more text, don't worry, you can send private message to me ok?
Hippy
02-16-2012, 01:57 PM
thanks I'm just going to set up a English and Spanish product.xml..
so they will have a choice
elwizard
02-16-2012, 04:02 PM
Bump!!! Cannot thanks on this forum (or i can't find button thanks) lol Thanks anyway Hippy!
Hippy
02-16-2012, 06:32 PM
that little red heart .. https://vborg.vbsupport.ru/external/2012/02/7.gif it's I luv me button .. lol no it's vb's like button
Dave84311
02-16-2012, 07:51 PM
It would be nice if staff could remove thanks without having the delete own thanks option enabled.
HHelp1
02-16-2012, 08:30 PM
Is ny 1 here PLEASE give me THANKS code ? BC some postbit mess with it :(. And please tell me where to put.
elwizard
02-16-2012, 09:11 PM
Oh yes, it was hidden. I'd have never thought that this button is the post thanks button. Well, I guess is the costume of see the button 'Thanks' in all the boards...
Hippy
02-16-2012, 09:30 PM
It would be nice if staff could remove thanks without having the delete own thanks option enabled.
you mean this option ?
Hippy
02-16-2012, 09:32 PM
Is ny 1 here PLEASE give me THANKS code ? BC some postbit mess with it :(. And please tell me where to put.
https://vborg.vbsupport.ru/showpost.php?p=2298436&postcount=2229
@ elwizard I hear ya .. not problem..
your welcome all the same
SteveLV702
02-17-2012, 03:09 PM
Any plans to update to support to vb 4.1.10 ?
ForceHSS
02-17-2012, 04:29 PM
Any plans to update to support to vb 4.1.10 ?
already has been look at my sig
Dwarden
02-17-2012, 09:53 PM
any idea if author will update it with your changes and other fixes?
Hippy
02-17-2012, 10:02 PM
nope it doesn't seem the author will update.. a few of use have been doing it .. look in my sig and foceHSS above your post
Tahooma
02-22-2012, 08:15 AM
Search for a users thanked posts
Search for all thanked posts
Could anyone give me a little heads up on those features ?
Where can i find them ?
THANX
sadiq6210
02-22-2012, 08:24 AM
•Search for a users thanked posts
•Search for all thanked posts
Could anyone give me a little heads up on those features ?
Where can i find them ?
THANX
Read the last 3 pages.
Tahooma
02-22-2012, 08:53 AM
Read the last 3 pages.
THANK YOU :) ! (can not find the button in here hehehe)
Nirjonadda
02-22-2012, 05:15 PM
Installed working fine.
RustyF
02-22-2012, 07:32 PM
Anyway to get this to work with 4.1.1? I tried DBTech's didn't work don't understand why. Asked for help. help didn't help. I'd really like to get this working. Even better if it works with Experience. Thanks. :)
ForceHSS
02-22-2012, 07:38 PM
Anyway to get this to work with 4.1.1? I tried DBTech's didn't work don't understand why. Asked for help. help didn't help. I'd really like to get this working. Even better if it works with Experience. Thanks. :)
it does work look at my sig
Duncan
02-23-2012, 06:37 AM
Anyone know how I can get THANKED THREADS instead of THANKS POSTS?
EG: display thread titles instead of displaying in post format when clicking
...../post_thanks.php?do=findthanks_user_gave&u=1
TheDevil666Damo
02-25-2012, 12:49 PM
I have installed and running Version 4.1.10 of vbulletin but it isn't working correctly, it says 2 people have thanked on a few occasions now when it was only me or someone else that has thanked, for example....
The Following 2 Users Say Thank You to ARRIVALS For This Useful Post:
Paul Murray (Today)
See here> http://www.graphicdesignforums.co.uk/adobe-forum/7249-emailing-my-portfolio-adobe-pdf-problems.html#post37275
Shouldn't that say the following 1 user? Also as an admin how am I supposed to delete other users thanks if I want to? As you can see from the above link it doesn't give me the option to 'Remove Posts' as the old version did.
Any ideas?
MasterofWorlds
02-25-2012, 12:57 PM
is their anyway to make this work for v4.1.10 final, since when you try to import it says it does not work on this new build of the forums?
Mark.B
02-25-2012, 01:09 PM
Have a look through the thread (just the recent pages will do), this has been answered many, many times now.
MasterofWorlds
02-25-2012, 01:25 PM
thanks found it
regd87
02-27-2012, 04:44 AM
I added my own personal button instead of the default thumbs up. How can I get the plain "Thanks" text to be removed but still have the button remain?
TheDevil666Damo
02-27-2012, 11:07 AM
Anyone got any ideas with regards to my post above?
temsamane
02-27-2012, 02:57 PM
we need an update for this great mod!
is it possible to make a top thanks of the week/month forum block?
temsamane
02-27-2012, 02:59 PM
Is there not some kind of plugin which shows the TOP 10 Users who recieved thanks?
thats what i need
michal72
02-27-2012, 04:14 PM
thats what i need
https://vborg.vbsupport.ru/showthread.php?t=235841
michal72
02-27-2012, 04:24 PM
I have installed and running Version 4.1.10 of vbulletin but it isn't working correctly, it says 2 people have thanked on a few occasions now when it was only me or someone else that has thanked, for example....
The Following 2 Users Say Thank You to ARRIVALS For This Useful Post:
Paul Murray (Today)
See here> http://www.graphicdesignforums.co.uk/adobe-forum/7249-emailing-my-portfolio-adobe-pdf-problems.html#post37275
Shouldn't that say the following 1 user? Also as an admin how am I supposed to delete other users thanks if I want to? As you can see from the above link it doesn't give me the option to 'Remove Posts' as the old version did.
Any ideas?
You should not be able to thank you more then one time. Is the page refreshing when you click thank you?
To correct number of thanks please go to db and vb_post table. There is the column with number of recived thanks.
DS MrSinister
02-27-2012, 04:48 PM
I added my own personal button instead of the default thumbs up. How can I get the plain "Thanks" text to be removed but still have the button remain?
This is one way todo it. login into your admincp goto Languages & Phrases --> Search in Phrases -->
Search for Text post_thanks_thanks
make sure you check Phrase Text and Phrase Variable Name
Replace in the box with this code and click save.
Hope this helps!
TheDevil666Damo
02-27-2012, 05:30 PM
You should not be able to thank you more then one time. Is the page refreshing when you click thank you?
To correct number of thanks please go to db and vb_post table. There is the column with number of recived thanks.
As mentioned this is happening more than once on lots of threads with a fresh install, I cannot keep fixing every single thanks made forever, look at the link I posted why does it say 2 lots of thanks when there has only been one, this happens on other occasions all over the forum.
...and where is the link to remove other peoples thanks, as a mod this should be shown but it doesn't.
When I give thanks the page refreshes but not when I remove it, the whole box just dissapears, it only shows again if I manually refresh.
TheDevil666Damo
02-27-2012, 05:36 PM
also when I log into PHP My Admin there is no vb_post table??
Mark.B
02-27-2012, 05:45 PM
also when I log into PHP My Admin there is no vb_post table??
It might just be called "post".
Either way, if you genuinely have no post table, your forum isn't going to be working very well.
michal72
02-27-2012, 05:54 PM
When I give thanks the page refreshes
Probably this is the source of your problem. The page should not refresh when you give thanks.
Edit: check on default template
TheDevil666Damo
02-27-2012, 06:42 PM
Ok, have re-installed, zero'd all the thanks in the database, but still remains the problem that as an admin I cannot remove other posters thanks, in either the default Vbull template or our modified one the option just isn't there, all I can do is remove my own thanks.
michal72
02-27-2012, 07:08 PM
Ok, have re-installed, zero'd all the thanks in the database, but still remains the problem that as an admin I cannot remove other posters thanks, in either the default Vbull template or our modified one the option just isn't there, all I can do is remove my own thanks.
Please check if your admin group id is 6. There is condition in post_thanks_postbit template:
<vb:if condition="$bbuserinfo['usergroupid'] == 6">
<a href="post_thanks.php?do=post_thanks_remove_all&p={vb:ra w post.postid}"<vb:if condition="$vboptions['disable_ajax'] != 2"> onclick="return post_thanks_remove_all({vb:raw post.postid}, <vb:if condition="$vboptions['post_groan_integrate']">true<vb:else />false</vb:if>);"</vb:if> rel="nofollow">{vb:rawphrase post_thanks_remove}</a>
</vb:if>
The work around is to delete thanks directly in db. there is a table named vb_post_thanks.
Pleas check also if the page refreshs on default telmplate.
Hippy
02-28-2012, 12:25 AM
Anyone got any ideas with regards to my post above?
never seen that before .. + I cant see who thanked anything being a guest ..
Nirjonadda
02-28-2012, 08:35 PM
vBulletin Message
The following dependencies were not met:
1. 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)
Internetcafe
02-28-2012, 08:48 PM
vBulletin Message
The following dependencies were not met:
1. 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)
Works on 4.1.0 on my place (http://www.greentractortalk.com/forums/forum.php)
Mark.B
02-28-2012, 09:03 PM
vBulletin Message
The following dependencies were not met:
1. 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)
This has been answered hundreds of times in the thread, please take the time to read back a few pages and the answer is there.
Brexen
02-29-2012, 12:11 AM
Can you update this to 4.1.8 or 4.1.9??
Thanks
Hippy
02-29-2012, 12:31 AM
Can you update this to 4.1.8 or 4.1.9??
Thanks
ForceHSS sig and my sig if you choose to do it your self..
otttto
03-01-2012, 08:52 AM
Hallo,
when i click the Thanks Button come this here:
https://vborg.vbsupport.ru/external/2012/03/43.jpg
All is working only this message come up.
What can i do to switch off this message ?
vbulletin 4.1.10
temsamane
03-02-2012, 10:46 AM
i dont want the guests see this mod, so they cant see who's thanks a post (for seo)
how can i do this? with an if condition?
HHelp1
03-02-2012, 09:52 PM
I have a question and it's umm in some styles i can see thumb up at thanks button which is here https://vborg.vbsupport.ru/ but some style i dont it which is here https://vborg.vbsupport.ru/ any help please?
Hippy
03-02-2012, 10:00 PM
i dont want the guests see this mod, so they cant see who's thanks a post (for seo)
how can i do this? with an if condition?
in permissions you'll find where you can edited how can view..
I have a question and it's umm in some styles i can see thumb up at thanks button which is here https://vborg.vbsupport.ru/ but some style i dont it which is here https://vborg.vbsupport.ru/ any help please?
make sure you have it in that styles correct dir ..
HHelp1
03-02-2012, 10:22 PM
in permissions you'll find where you can edited how can view..
make sure you have it in that styles correct dir ..
Where may i check ?
Hippy
03-02-2012, 10:50 PM
sorry I thought there was some kind of permissions under usergroups for this .. but there isn't
I am not sure on this one..
you can make a vb:if condition I am sure so nothing will display for guests ..
I am swamped but I will look into it
HHelp1
03-02-2012, 11:09 PM
I have a question and it's umm in some styles i can see thumb up at thanks button which is here http://screensnapr.com/e/ue37ay.png but some style i dont it which is here http://screensnapr.com/e/hZckwN.png any help please?
Any help?
temsamane
03-03-2012, 12:53 AM
sorry I thought there was some kind of permissions under usergroups for this .. but there isn't
I am not sure on this one..
you can make a vb:if condition I am sure so nothing will display for guests ..
I am swamped but I will look into it
can you help us please Hippy
there is no kind of permissions to hide this mod for guests. I know its possible with if condition, but i dont know how. i tried a lot of things, but it was still showing for guests.
i will appreciate your support
Hippy
03-03-2012, 03:16 AM
i dont want the guests see this mod, so they cant see who's thanks a post (for seo)
how can i do this? with an if condition?
can you help us please Hippy
there is no kind of permissions to hide this mod for guests. I know its possible with if condition, but i dont know how. i tried a lot of things, but it was still showing for guests.
i will appreciate your support
ok ok ..
first so guest can't see the post thanks box under each post
replace your "post_thanks_box" template with this code
<li class="postbit<vb:if condition="$vboptions['legacypostbit']">legacy</vb:if> postbitim" id="post_thanks_box_{vb:raw post.postid}"<vb:if condition="!$post_thanks_box == 1"> style="display:none"</vb:if>>
<vb:if condition="$bbuserinfo['userid'] != 0">{vb:raw post_thanks_box}</vb:if>
</li>
now, so quests can't see the postbit info under your avatar open up "post_thanks_postbit_info" template
and replace it with this code
<vb:if condition="$bbuserinfo['userid'] != 0">
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd >{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd>{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd>{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
</vb:if>
:eek:
let me know if I missed something
temsamane
03-03-2012, 10:13 AM
ok ok ..
first so guest can't see the post thanks box under each post
replace your "post_thanks_box" template with this code
<li class="postbit<vb:if condition="$vboptions['legacypostbit']">legacy</vb:if> postbitim" id="post_thanks_box_{vb:raw post.postid}"<vb:if condition="!$post_thanks_box == 1"> style="display:none"</vb:if>>
<vb:if condition="$bbuserinfo['userid'] != 0">{vb:raw post_thanks_box}</vb:if>
</li>
[/code]
:eek:
let me know if I missed something
This is not working for me, it messed up the lay-out of the first post.
In post_thanks_box i have this code:
<div <vb:if condition="!$post_thanks_box == 1"> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin:
0px auto 0px auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;display:none" <vb:else />
style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; -
moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;"
</vb:if> id="post_thanks_box_{vb:raw post.postid}">
{vb:raw post_thanks_box}
</div>
its from https://vborg.vbsupport.ru/showpost.php?p=2222087&postcount=35 (to turn this mod into a like system similar to vb.org)
is it possible to modify this code, so the guests not seeing this mod?
Hippy
03-03-2012, 11:34 AM
not test so you will have to
try this first
<div <vb:if condition="!$post_thanks_box == 1"> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin:
0px auto 0px auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;display:none" <vb:else />
style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; -
moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;"
</vb:if> id="post_thanks_box_{vb:raw post.postid}">
<vb:if condition="$bbuserinfo['userid'] != 0">{vb:raw post_thanks_box} <vb:if>
</div>
then try this if the first one doesn't work
if this does not work I will have to add your changes and test..
<vb:if condition="$bbuserinfo['userid'] != 0">
<div <vb:if condition="!$post_thanks_box == 1"> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin:
0px auto 0px auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;display:none" <vb:else />
style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; -
moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;"
</vb:if> id="post_thanks_box_{vb:raw post.postid}">
{vb:raw post_thanks_box}
</div><vb:if>
Emeralda
03-03-2012, 11:55 AM
I don't know what I'm doing wrong. I've uploaded the 7.83 version, then tried 7.82fixed, put all the files in the right place and.... nothing.
http://img851.imageshack.us/img851/7430/eb79759c5b4540749893ad1.png
I tried it on two forums with 4.1.10, and it doesn't work on the second one. I'm not sure what I'm doing wrong.
temsamane
03-03-2012, 12:05 PM
not test so you will have to
try this first
<div <vb:if condition="!$post_thanks_box == 1"> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin:
0px auto 0px auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;display:none" <vb:else />
style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; -
moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;"
</vb:if> id="post_thanks_box_{vb:raw post.postid}">
<vb:if condition="$bbuserinfo['userid'] != 0">{vb:raw post_thanks_box} <vb:if>
</div>
then try this if the first one doesn't work
if this does not work I will have to add your changes and test..
<vb:if condition="$bbuserinfo['userid'] != 0">
<div <vb:if condition="!$post_thanks_box == 1"> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin:
0px auto 0px auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;display:none" <vb:else />
style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; -
moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;"
</vb:if> id="post_thanks_box_{vb:raw post.postid}">
{vb:raw post_thanks_box}
</div><vb:if>
i'm srry, they both not working. When i save this edits, i get the error
The following error occurred when attempting to evaluate this template:
Unclosed Tag
and above the template i see:
Parse error: syntax error, unexpected ')' in /home/mydirectory/forums/includes/class_core.php(4623) : eval()'d code on line 11
and i tested with guests and registered members but they all not seeing this post thank you hack.
( i can also give you access to my forum, to test it)
michal72
03-03-2012, 12:26 PM
Hippy solution is perfect and working. Just small mistake. :)
<vb:if condition="$bbuserinfo['userid'] != 0">
<div <vb:if condition="!$post_thanks_box == 1"> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin:
0px auto 0px auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;display:none" <vb:else />
style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; -
moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;"
</vb:if> id="post_thanks_box_{vb:raw post.postid}">
{vb:raw post_thanks_box}
</div></vb:if>
temsamane
03-03-2012, 12:37 PM
Hippy solution is perfect and working. Just small mistake. :)
<vb:if condition="$bbuserinfo['userid'] != 0">
<div <vb:if condition="!$post_thanks_box == 1"> style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin:
0px auto 0px auto; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;display:none" <vb:else />
style="background-color: #f2f6f8; border: 1px ridge #417394; border-width: 1px 1px 1px 1px; padding: 2px; width:92%; margin: 0px auto 0px auto; -webkit-border-radius: 5px; -
moz-border-radius: 5px; border-radius: 5px; margin-top:10px; margin-bottom:0px;"
</vb:if> id="post_thanks_box_{vb:raw post.postid}">
{vb:raw post_thanks_box}
</div></vb:if>
that's the right code! thank you michal72! :D
and thank you hippy for your time!
Hippy
03-03-2012, 12:39 PM
yeah I forgot to close the vb:if
he no morning coffee yet
thanks for pointing that out michal72
your welcome
HHelp1
03-03-2012, 12:46 PM
Any help plz ? https://vborg.vbsupport.ru/showpost.php?p=2305511&postcount=2325
michal72
03-03-2012, 12:56 PM
Any help plz ? https://vborg.vbsupport.ru/showpost.php?p=2305511&postcount=2325
You need to copy two files: post_thanks-hover.png and post_thanks.png to images/buttons directory of each of your styles
tareqbd
03-03-2012, 01:03 PM
mobile user can see thanks button in Dartho's mobile style but they has to click the thanks button many times, also need to refresh the page to view the content posted inside . please let me know what to do.
Thanks.
northvanmike
03-04-2012, 01:59 PM
it installs, but when i go to a thread, database error.
is this related to our servers MySQL version updates recently?
Database error in vBulletin 4.1.10:
Invalid SQL:
SELECT * FROM nikon_post_thanks AS post_thanks INNER JOIN nikon_user AS user USING (userid) WHERE post_thanks.postid IN (0Array) ORDER BY post_thanks.username ASC;
MySQL Error : Unknown column '0Array' in 'where clause'
Error Number : 1054
Request Date : Sunday, March 4th 2012 @ 09:55:47 AM
Error Date : Sunday, March 4th 2012 @ 09:55:47 AM
Script : http://www.canadian-photographer.ca/forums/showthread.php?t=16173
Referrer : http://www.canadian-photographer.ca/forums/forumdisplay.php?f=44
IP Address : 174.7.113.111
Username : N.V.M.
Classname : vB_Database
MySQL Version : 5.1.56-log
Fangs404
03-04-2012, 07:12 PM
Thought someone might find this useful. The way thanks is used on the forums I run is that I like the thread to be bumped each time thanks is hit (so, thanks functions just like reply but without cluttering up the thread with useless posts). This is all it takes to make that happen:
In post_thanks.php, find this chunk of code:
add_thanks($postinfo);
($hook = vBulletinHook::fetch_hook('post_thanks_main_add_th anks_end')) ? eval($hook) : false;
Add the following chunk of code between those two lines:
//bump thread when user hits thanks
$threadman =& datamanager_init('Thread', $vbulletin, ERRTYPE_ARRAY, 'threadpost');
$threadman->set_existing($threadinfo);
$threadman->set('lastpost', TIMENOW);
$threadman->save();
That's it!
Hi thanks for this mod I just upgraded my forum and now does not work I tried to remove the mod and install now getting the below error
The following dependencies were not met:
This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
Will there be any updates for it to work?
ForceHSS
03-04-2012, 07:57 PM
my sig
my sig
Thanks for your quick reply thats it now installed.
Thank you:up:
northvanmike
03-04-2012, 09:56 PM
i am having no luck. :(
uninstalled, darn it!
ForceHSS
03-05-2012, 01:59 AM
i am having no luck. :(
uninstalled, darn it!
after checking your forums you dont have the new version installed it is still showing you have the old one uninstall plugin delete all files you uploaded to ftp and install the new files and plugin
northvanmike
03-05-2012, 02:38 AM
thanks for the response. yes, i've uninstall the plugin, and i do see old files at the server.
i'm trying to restore this addon as the actual owner of the site inherited the forum with the addon installed, but that was before previous versions of vBulletin.
which files i have to remove on the server i have no idea. i suppose i'll have to hire somebody, its too scary for me.
ForceHSS
03-05-2012, 05:48 AM
you dont need to hire someone if you download the plugin you will see what files to remove if you have a problem pm me will help. You also need to update the new tabs plugin link in my sig for the updated one as well
I m getting the same error. I have 4.1.11.
The following dependencies were not met:
This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
iyama
03-05-2012, 09:43 AM
I m getting the same error. I have 4.1.11.
The following dependencies were not met:
This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
Change in the xml the version to 4.x.x
iyama
03-05-2012, 09:44 AM
Question:
I have the hide hack.
Is it possibel to refresh the page after thanks?
Mackeral_Fillet
03-05-2012, 10:42 AM
if your talking about the thanks button.. you can open your postbit
or postbit_ledgen
find
{vb:raw template_hook.postbit_controls}
and move it just below
<span class="postcontrols">
for
postbit_legacy
move the same code below
<div class="textcontrols floatcontainer">
<span class="postcontrols">
or I can make a new hook to add in this place so you don't have to move that one .. but you need to change something else so it works..
this is most of the time good .. I don't know amy mods that use it ..
and if they do noone want it there anyway ..
Hi.
I tried this on my forum http://ducatiforum.co.uk but it didn't seem to work. All the buttons moved to the left after this edit.
Is there another way to move the Thanks button to the right hand side, next to Reply?
Thanks.
Change in the xml the version to 4.x.x
I did this. Now I get this:
The following dependencies were not met: 1.This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.1.11 / Incompatible with 4.1.11 and greater)
DS MrSinister
03-05-2012, 02:58 PM
I did this. Now I get this:
The following dependencies were not met: 1.This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.1.11 / Incompatible with 4.1.11 and greater)
Just download the one in ForceHSS sig.
TheDevil666Damo
03-05-2012, 04:05 PM
How easy is it to move the Thanks button? In the latest version of vbulletin there is the LIKE system, would be nice to have the Thanks as a text link next to the Like text, is this possible?
BirdOPrey5
03-05-2012, 06:51 PM
How easy is it to move the Thanks button? In the latest version of vbulletin there is the LIKE system
that is news to me...
TheDevil666Damo
03-06-2012, 09:22 AM
that is news to me...
Actually I think it is part of VBSEO, would be good though, as whether you 'like' a post or would like to 'thank' someone for their useful post would be in the same place.
Hippy
03-06-2012, 09:34 PM
Hi.
I tried this on my forum http://ducatiforum.co.uk but it didn't seem to work. All the buttons moved to the left after this edit.
Is there another way to move the Thanks button to the right hand side, next to Reply?
Thanks.
either you edited wrong or there is other mods you hav that might be conflicking ..
this works 100% with out 1 issue..
I will write up a new hook and explain what you need to do tonight..
so post thanks will have it's own hook.. and the rest of the ( other buttons will remain) they must be other mods using the same hook..
Hippy
03-06-2012, 09:52 PM
Hi.
I tried this on my forum http://ducatiforum.co.uk but it didn't seem to work. All the buttons moved to the left after this edit.
Is there another way to move the Thanks button to the right hand side, next to Reply?
Thanks.
Go to Plugiins & Products
then click on plugin manager
Look under post thank you hack.
find the one that says " postbit_display_complete "
open it up and look for
$templater = vB_Template::create('post_thanks_button');
$templater->register('post', $post);
$templater->register('display_thanks_image', $display_thanks_image);
$template_hook['postbit_controls'] .= $templater->render();
and replace it with
$templater = vB_Template::create('post_thanks_button');
$templater->register('post', $post);
$templater->register('display_thanks_image', $display_thanks_image);
$template_hook['postbit_thanks'] .= $templater->render();
Now go to postbit_legacy
since your using postbit_legacy template
find
div class="textcontrols floatcontainer">
<span class="postcontrols">
and add uder that code
{vb:raw template_hook.postbit_thanks}
and for those that are useing " postbit template "
add {vb:raw template_hook.postbit_thanks}
under
<span class="postcontrols">
enjoy
DeadCode
03-08-2012, 01:34 AM
Not compatible with 4.1.11
Hippy
03-08-2012, 03:30 AM
<a href="https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847" target="_blank">https://vborg.vbsupport.ru/showp...postcount=1847</a>
raj4x
03-08-2012, 07:41 AM
Not compatible with 4.1.11
Works fine here on 4.1.11.
attroll
03-08-2012, 05:31 PM
Wow, there are a lot of posts to read through for this Mod. I read quite a few pages but could not find the answer I was looking for, maybe there was so many post I overlooked it.
I know you can find find out how many Thanks I have given or a particular user has given by looking at there About Me page.
But how can I look and find out what posts that users has Thanked or I have Thanked?
Is this possible?
attroll
03-08-2012, 05:34 PM
Wow, there are a lot of posts to read through for this Mod. I read quite a few pages but could not find the answer I was looking for, maybe there was so many post I overlooked it.
I know you can find find out how many Thanks I have given or a particular user has given by looking at there About Me page.
But how can I look and find out what posts that users has Thanked or I have Thanked?
Is this possible?
Sorry, after reading back though. I found out how to do this.
Mackeral_Fillet
03-10-2012, 12:08 AM
Go to Plugiins & Products
then click on plugin manager
Look under post thank you hack.
find the one that says " postbit_display_complete "
open it up and look for
$templater = vB_Template::create('post_thanks_button');
$templater->register('post', $post);
$templater->register('display_thanks_image', $display_thanks_image);
$template_hook['postbit_controls'] .= $templater->render();
and replace it with
$templater = vB_Template::create('post_thanks_button');
$templater->register('post', $post);
$templater->register('display_thanks_image', $display_thanks_image);
$template_hook['postbit_thanks'] .= $templater->render();
Now go to postbit_legacy
since your using postbit_legacy template
find
div class="textcontrols floatcontainer">
<span class="postcontrols">
and add uder that code
{vb:raw template_hook.postbit_thanks}
and for those that are useing " postbit template "
add {vb:raw template_hook.postbit_thanks}
under
<span class="postcontrols">
enjoy
Thanks but it still moves everything to the left!!
Not sure what to do now?
Hippy
03-10-2012, 01:14 AM
works perfect.... gotto be something you have custom thats doing it..
send me a link and I will take a peek this weekend
Was workking fine, then dissapeared. The last few days I installed a few mods. Today I noticed the thanks button and all thanks were not displayed.
I unstalled the mods I put in, disabled the hack, then enabled. I also reverted the postbit template. Still not there. I do not want to uninstall and reinstall because I will loose the thanks.
Any advice?
Hippy
03-10-2012, 06:08 AM
Was workking fine, then dissapeared. The last few days I installed a few mods. Today I noticed the thanks button and all thanks were not displayed.
I unstalled the mods I put in, disabled the hack, then enabled. I also reverted the postbit template. Still not there. I do not want to uninstall and reinstall because I will loose the thanks.
Any advice?
if you un-installed you lost the thanks...
you need to disable all the mods but the thanks mod and see if it comes back .. when or if it does turn one mod on @ a time and see what one is conflicting
Toorak Times
03-10-2012, 09:39 AM
Hi, Is this no good with 4.1.9 and 4.1.11? Not having much luck...
Adam H
03-10-2012, 11:22 AM
Anyone got this working on the vb Mobile style yet ? , Ive got the Thanks button to appear on the postbit and it works , however im not sure what If conditions to surround the text to make the button disappear after it has been clicked.
Also not sure what part needs to be added to show the thanks that have been given although im not that bothered about that bit, Just the disappearing of the button after it has been clicked would be good enough ?
Hippy
03-10-2012, 12:41 PM
Hi, Is this no good with 4.1.9 and 4.1.11? Not having much luck... forceHSS sig has a updated version https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847
Anyone got this working on the vb Mobile style yet ? , Ive got the Thanks button to appear on the postbit and it works , however im not sure what If conditions to surround the text to make the button disappear after it has been clicked.
Also not sure what part needs to be added to show the thanks that have been given although im not that bothered about that bit, Just the disappearing of the button after it has been clicked would be good enough ?
dartho has posted info on this for me in his moble style maybe it will have you get it working in the vb moblie style https://vborg.vbsupport.ru/showpost.php?p=2305658&postcount=845
Adam H
03-10-2012, 11:21 PM
Thanks for that link, i figured it out earlier today all those steps are not really needed as it messes with the layout , one thing you do need to do is activate the additional css in the mobile theme which isnt active as standard, also the postbit hook locations need to be in place, you will also need to edit the phrases or the code for the phrases as they are too long for a mobile theme to handle, ive just edited the code for mine but others may wish to do it globally. Once you have that you can style it how ever you like with alot of playing around.
Hippy
03-11-2012, 12:12 AM
I am sure but you got a idea .. it wasn't ment for vb mobile style ..
was just the info from post thanks that could be used or to figure out what to look/ or use
enjoy
salvador21
03-13-2012, 12:11 PM
I am getting a database error with 4.1.11
can anyone help please? I don't want to uninstall as I like this mod.
Request Date : Tuesday, March 13th 2012 @ 05:22:22 AM
Error Date : Tuesday, March 13th 2012 @ 05:22:23 AM
Script :http://myforum.com/post_thanks...ser_gave&u=100
So I wonder if there's a way to fix this without losing the thanks that are already in the stats.
Hippy
03-13-2012, 01:28 PM
use the version from forceHSS's sig re upload overwriting all files and re import the xml all over write
DO NOT UN_INSTALL
jimnyc
03-13-2012, 04:59 PM
I've followed all the instructions for "forceHSS"'s new version. I manually deleted file by file and added the new ones, then imported/overwrite the new XML file.
All looks great until you actually click on the "thanks" button. After clicking, the thanks button just disappears and it never registers underneath the post that you thanked. Then if you refresh, the button comes back, but no thanks underneath.
Anyone kno0w what might cause this?
jimnyc
03-13-2012, 05:03 PM
Sorry, forgot to add, I'm on version 4.1.11
jimnyc
03-13-2012, 05:36 PM
Disregard prior messages, I'm an idiot. I was forgetting/missing the "post_thanks" file in the root while uploading the 4 folders. Too bad I uninstalled and re-installed before realizing my error, as all my stats are now back to zero. :(
sadiq6210
03-14-2012, 06:29 AM
I have something new
https://vborg.vbsupport.ru/showthread.php?t=279907
It will be great if the coder make it for vb4 .. isn't it ?
Hippy
03-14-2012, 10:38 AM
I have something new
https://vborg.vbsupport.ru/showthread.php?t=279907
It will be great if the coder make it for vb4 .. isn't it ?
this is in your about me in your profile..
sadiq6210
03-14-2012, 10:47 AM
this is in your about me in your profile..
?? :rolleyes:
Hippy
03-14-2012, 10:59 AM
If you were using forceHSS's version from his Sig you have that info in there under about me who give u thanks and who u thanked
https://vborg.vbsupport.ru/attachment.php?attachmentid=77306&d=1205637411
sadiq6210
03-14-2012, 11:12 AM
If you were using forceHSS's version from his Sig you have that info in there under about me who give u thanks and who u thanked
https://vborg.vbsupport.ru/attachment.php?attachmentid=77306&d=1205637411
Yes ^_^
I have this, but that thread will add the recent thanks (sent / received) in one list (no need to search) and with notification when you receive new thank.
omglance
03-14-2012, 02:42 PM
Cant get this to work on 4.1.11 can someone pm me a thank system for 4.1.11 please
Mackeral_Fillet
03-15-2012, 11:02 PM
works perfect.... gotto be something you have custom thats doing it..
send me a link and I will take a peek this weekend
http://ducatiforum.co.uk
Really frustrating that I can't get it to work! Do you do custom installs?!
Hippy
03-15-2012, 11:10 PM
http://ducatiforum.co.uk
Really frustrating that I can't get it to work! Do you do custom installs?!
pm me details..
Chris Sotier
03-16-2012, 02:11 AM
Nothing is displaying on my forum but its installed.
Hippy
03-16-2012, 02:20 AM
set permissions
Chris Sotier
03-16-2012, 04:10 AM
What permissions?
Hippy
03-16-2012, 04:23 AM
Post Thank settings
make sure your permissions are set right
if your on a test form to view the thanks button you need to have it set to thank your self..
if this is not the issue please give more detail
Chris Sotier
03-16-2012, 04:27 AM
http://i.picup.org/osihJ.jpghttp://i.picup.org/cz9nR.jpghttp://i.picup.org/0aQgk.jpg
Doesn't show up!
Hippy
03-16-2012, 04:34 AM
set it to allow posters to thank them self .. to yes
with 1 post I assume your the only one there
or it's a test site
it will show if it's install correctly
Chris Sotier
03-16-2012, 05:05 AM
Thanks!
mitch84
03-16-2012, 06:24 AM
Hi, is there a script to transfer data from DBTech thank/like? thank you
Videx
03-16-2012, 01:58 PM
Hi, is there a script to transfer data from DBTech thank/like? thank youNo. But that's interesting. You've tried that one and there's something so broken about it that you would consider going with this abandoned unsupported one? Please expand a bit on that - what trouble were you having with it and why couldn't it be solved? Were you getting support (paid/free version?)?
mitch84
03-16-2012, 05:25 PM
this hack work fine but why pay for a hack when there is something similar and free?:D
Hippy
03-16-2012, 07:04 PM
No. But that's interesting. You've tried that one and there's something so broken about it that you would consider going with this abandoned unsupported one? Please expand a bit on that - what trouble were you having with it and why couldn't it be solved? Were you getting support (paid/free version?)?
this mod has worked perfect since day one with as good of support than any..
who knows what happened to abe1.. could have family issues work issues life is first ... and if this mod was abandoned or has security issues it would be in the graveyard
have you seen this https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943 the support group
this mod has more support than many..
+ what mitch84 said!
with all do respect for dragonbytes crew... you get a basic mod witch is much appreciated but if you want a little more you have to pay for the full version..
I understand people need money and maybe it's there job doing this..
but till this mod is in the graveyard don't call it unsupported
more people support this mod unlike other mods it's just the owner..
when or if abe1 comes back we will have the bugs worked out for him to update...
+ any one that asks about a mod that has all the fixes it in I can email it to them..
+ I support it to my best ability
regards
Hippy
michal72
03-16-2012, 08:54 PM
have you seen this https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943 the support group
Hippy
One more: BirdOPrey5 solution "How to turn the "Post Thank You" hack into a "Likes" system similar to vBulletin.org" :)
Hippy
03-16-2012, 09:21 PM
Hippy
One more: BirdOPrey5 solution "How to turn the "Post Thank You" hack into a "Likes" system similar to vBulletin.org" :)
added thanks for pointing it out
<snipped>
Popa Andrei
03-16-2012, 10:29 PM
Hippy where can i download the version with all fixex included untill now?
Hippy
03-16-2012, 10:31 PM
updated and added a new fix and some great addons
Recognized all the people that had supported this mod since Abe1 has not been around
Post_thanks-fixes and Great Addons UPDATED (https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1941)
Popa Andrei
03-16-2012, 10:35 PM
ok but i cant find the download,or i have to make all that modifications to the original file from the first post?
Hippy
03-16-2012, 10:37 PM
Hippy where can i download the version with all fixex included untill now?
read that post thanks fixes and credit's and you will see how near the bottom
Popa Andrei
03-16-2012, 10:44 PM
Ok i read all the post,word by word,still now download link of the mod.Can you tell me where is the download OR i have to make those steps miselfe.
Hippy
03-16-2012, 10:52 PM
there is a part in that post thats wrapped in code .. for security reason... if your not a licensed vb owner you will not see it
if you are then you will
read whats wrapped in code
Popa Andrei
03-16-2012, 10:52 PM
nv i found it.Thanks a lot for the "puzzle" :D
Hippy
03-16-2012, 10:53 PM
nv i found it.Thanks a lot for the "puzzle" :D
no puzzle my friend.. out of respect for the autor I will not post it on the forum also vb.org rules
Popa Andrei
03-16-2012, 10:55 PM
you could had just give me the link like this
DOWNLOAD HERE (https://vborg.vbsupport.ru/showpost.php?p=2181392&postcount=1433)
And for your knowlegend,non licensed cant post,id do so... :D
Popa Andrei
03-16-2012, 10:56 PM
And in the code box is this
Code:
but if you pm me I can get it to you..If you can't or don't want to edit it all yourself
Hippy
03-16-2012, 11:07 PM
you could had just give me the link like this
DOWNLOAD HERE (https://vborg.vbsupport.ru/showpost.php?p=2181392&postcount=1433)
And for your knowlegend,non licensed cant post,id do so... :D
anyway thats not the version up to day..
some people post there own .. but like I said out of respect of the author.. I will not
and I know un licensed member can't download attachments but they can read the forum and they can pm me .. so if it's wrapped they will not know to pm me..
follow me..:D
you cough me in the middle of updating that post with the latest fixes and addons I also added
so I'm thinking of 100 things..
enjoy
tianpru
03-17-2012, 07:57 AM
I'm having SQL Database problem when find thank, such as
Invalid SQL:
REPLACE INTO search (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)
VALUES (386295, '113.178.43.105', 1, 'WN', '', 'post.dateline', 'DESC', 0.00279, 1, '252973', 1331970867, 'a:6:{s:5:\"words\";a:0:{}s:9:\"highlight\";a:0:{}s:6:\"common\";a:0:{}s:5:\"users\";a:1:{i:386295;s:2:\"WN\";}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\";}}', '05dfdc156366e7a6f3fad9ffac54e7ae');
MySQL Error : Table 'webth_forum2.search' doesn't exist
Error Number : 1146
Request Date : Saturday, March 17th 2012 @ 02:54:27 PM
Error Date : Saturday, March 17th 2012 @ 02:54:27 PM
Script : http://thegioitinhoc.vn/home/post_thanks.php?do=findthanks&u=386295
Referrer :
IP Address : 113.178.43.105
Username : WN
Classname : vB_Database
MySQL Version : 5.0.92-community
Link: http://thegioitinhoc.vn/home/post_thanks.php?do=findthanks&u=386295
I have uninstall this mod and reinstall, but nothing is better.
michal72
03-17-2012, 08:32 AM
<a href="https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943" target="_blank">https://vborg.vbsupport.ru/showp...postcount=1943</a>
The first fix on the list
Regards
Popa Andrei
03-17-2012, 08:57 PM
Why dont you post the version and post to BIG credits to abe1 and when (if) he returs and he doesent want you can remove it.I am shure no one woud mind that.
ForceHSS
03-17-2012, 09:00 PM
Why dont you post the version and post to BIG credits to abe1 and when (if) he returs and he doesent want you can remove it.I am shure no one woud mind that.
it has been already posted by me link in my sig
Hippy
03-17-2012, 11:42 PM
Why dont you post the version and post to BIG credits to abe1 and when (if) he returs and he doesent want you can remove it.I am shure no one woud mind that.
it will most likely will get lost in the thread anyway forceHSS has his version,
anyway most pm me and I email them the mod I applied all the fixes and file changes to. (with out my name pasted all over it like it's mine-unless that was something I did or fixed) as I have been..
Popa Andrei
03-17-2012, 11:56 PM
i was thinking about makin a new thread (a new release)
Hippy
03-18-2012, 12:01 AM
i was thinking about makin a new thread (a new release)
would have to be your own code .. this is not reusable code... other wise Iwould of did it .
Popa Andrei
03-18-2012, 12:14 AM
oooo.Aham,and Abe1 doesent responds on email or anything else?
Videx
03-18-2012, 12:23 AM
He's probably passed on. But regardless, there are centuries of case law dealing with salvage of unclaimed property, so it still puzzles me why vb.org doesn't have a very clear definition of it, including a way to claim it and improve on it.
Popa Andrei
03-18-2012, 12:34 AM
This is really stupid.Maibe he even died(not being rude,simple honest)that doesen mean the mode had to die with it.
Administrators please let the guys that can continue this plugin and want to suport it rereleas it and of course with the given credits to the orignal creator.
It will be a shame a mode like this to die.
Videx
03-18-2012, 02:29 AM
Not going to happen;
They can't and never will - it would be a breach of copyright.Bzzzt. Wrong. Simply writing a modification to someone else's program does not immediately grant you rights to all similar code for eternity.
Prove me wrong if you can, but we need links to actual laws, not just chatter.
It's this type of nonsense that's curbing invention on a huge scale today. Companies suing each other for silly things like gestures. If you swipe from left to right it's patented by company X, but if you swipe up then down it's patented by company Y. Absurd.
Popa Andrei
03-18-2012, 10:38 AM
Like i seed.This is a matter that the vbulletin staff should take kare of.
BirdOPrey5
03-18-2012, 12:13 PM
As was said nothing can be done without his permission. I see his last activity here was June 9, 2010.
I see also he listed an AIM username in his profile. If I see him sign onto AIM at some point I will ask him if he would be interested in checking in here and maybe giving permission for the community or a specific developer to take over the mod.
Of course if I bring it up there's always the risk he wants to have the mod removed completely.
Hippy
03-18-2012, 12:22 PM
will not let it die..
and all the above it why I don't post the one I did up with all the fixes
I hope you understand a little better now PoPa..
how did the install go by the way ..
Popa Andrei
03-18-2012, 01:41 PM
Its working good,untill now no problems.
And i dont think that abe1 will want the mode removed.If he wanted to make money with it he wouldnt released it in the first place.
Hippy
03-18-2012, 03:27 PM
Its working good,untill now no problems.
And i dont think that abe1 will want the mode removed.If he wanted to make money with it he wouldnt released it in the first place.
nor do I
glad it worked out for you..
regards
My friend
giaxaydung
03-18-2012, 04:53 PM
I have just ugraded 4.1.11 and I get problem with Post Thank You Hack. When I imported product-post_thanks.xml, a notice like this:
The following dependencies were not met:
This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
Help me, please. Thank you very much.
Hippy
03-18-2012, 06:04 PM
forceHSS has a version in his sig .. or email me and I will send you the mod with all fixes added .. my detail in my profile..
HHelp1
03-19-2012, 03:18 PM
Hmm i just installed new postbit but seem like the thanks postbit info work not good and here is the picture http://screensnapr.com/e/nMwTEp.png
may any one here please show me how to out the thanks separate the post ? Like single box like the Join Date and i want the thanks should look like this
Thanks: #
Thanks 2 Times in 5 post Just example
and i wont want like the pic
Thanks
#
Thanks 2 Times in 5 post
then
And here is my legacy postbit:
{vb:raw template_hook.postbit_start}<b>
<li class="postbitlegacy postbitim postcontainer" id="post_{vb:raw post.postid}">
<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->
<div class="posthead">
<label for="post_imod_checkbox_{vb:raw post.postid}">
<span class="postdate {vb:raw post.statusicon}">
<vb:if condition="$show['announcement']">
<span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
<vb:else />
<span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw post.posttime}</span></vb:if></span>
</vb:if>
</span>
</label>
<span class="nodecontrols">
<vb:if condition="$post['postid'] AND $post['threadid']">
<a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="postcounter">#{vb:raw post.postcount}</a>
</vb:if>
<vb:if condition="$show['inlinemod']">
<input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist[{vb:raw post.postid}]" value="{vb:raw post.checkbox_value}" />
</vb:if>
</span>
</div>
<div class="postdetails">
<div class="userinfo">
<div class="username_container">
<vb:if condition="$post['userid']">
<div class="eti_postbit_merkezli">
{vb:raw memberaction_dropdown}
<vb:else />
{vb:raw post.musername}
</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}
</span>
</div></div>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['avatar']">
<div class="eti_postbit"=a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<center>
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</center>
</a>
</div></vb:if>
<vb:if condition="$post['rank']">
<div class="eti_postbit_merkezli">
{vb:raw post.rank}
</div> </vb:if>
<div class="eti_postbit">
Status : {vb:raw post.onlinestatus}
</div>
<vb:if condition="$post['userid']">
<vb:if condition="$post['joindate']">
<div class="eti_postbit">
{vb:rawphrase join_date} : {vb:raw post.joindate}</div></vb:if>
<vb:if condition="$post['field2']">
<div class="eti_postbit">
{vb:rawphrase location_perm} : {vb:raw post.field2}</div></vb:if>
<vb:if condition="$post['age']"><div class="eti_postbit">
{vb:rawphrase age}: {vb:raw post.age}</div></vb:if>
<div class="eti_postbit">
{vb:rawphrase 'posts'} : {vb:raw post.posts}
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</div>
<vb:if condition="$show['infraction'] OR $show['reppower']">
<div class="eti_postbit">
<vb:if condition="$show['infraction']">
{vb:rawphrase infractions} :
{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})<br />
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
{vb:rawphrase reppower}
: {vb:raw post.reppower}
</vb:if>
</vb:if>
</dl></div>
</vb:if>
<vb:if condition="$show['reputation']">
<div class="eti_postbit">
Reputation : {vb:raw post.reputation}<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span></div>
</vb:if>
{vb:raw template_hook.postbit_userinfo_right}
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
</vb:if>
</div>
<div class="postbody">
<div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
{vb:raw template_hook.postbit_messagearea_start}
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>
<vb:if condition="$post['isfirstshown']">
{vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
</vb:if>
<vb:if condition="$post['islastshown']">
{vb:raw ad_location.thread_last_post_content}
</vb:if>
<div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
<div id="post_message_{vb:raw post.postid}">
<blockquote class="postcontent restore ">
{vb:raw post.message}
</blockquote>
</div>
<vb:if condition="$show['attachments']">
<div class="attachments">
<vb:if condition="$show['thumbnailattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_thumbnails}</legend>
{vb:raw post.thumbnailattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
{vb:raw post.imageattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachmentlink']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
<ul>
{vb:raw post.imageattachmentlinks}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['otherattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_files}</legend>
<ul>
{vb:raw post.otherattachments}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['moderatedattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attachments_pending_approval}</legend>
<ul>
{vb:raw post.moderatedattachments}
</ul>
</fieldset>
</vb:if>
</div>
<!-- / attachments -->
</vb:if>
</div>
</div>
<vb:if condition="$show['postedited'] || $post['signature']">
<div class="after_content">
<vb:if condition="$show['postedited']">
<!-- edit note -->
<blockquote class="postcontent lastedited">
<!-- <img src="{vb:stylevar imgdir_button}/edit_40b.png" class="inlineimg" alt="" /> -->
<vb:if condition="$show['postedithistory']">
{vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
{vb:raw post.edit_time}, {vb:raw post.historyurl}}
<vb:else />
{vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
</vb:if>
<vb:if condition="$post['edit_reason']">
<span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
</vb:if>
</blockquote>
<!-- / edit note -->
</vb:if>
{vb:raw template_hook.postbit_signature_start}
{vb:raw ad_location.ad_showthread_firstpost_sig}
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
</vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
<div class="cleardiv"></div>
</div>
</div>
<div class="postfoot">
<!-- <div class="postfoot_container"> -->
<div class="textcontrols">
<span class="postcontrols">
<img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
<vb:if condition="$post['editlink']">
<a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$post['replylink']">
<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> {vb:rawphrase reply_with_quote}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['multiquote_post']">
<a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
</span>
<span class="postlinking">
<vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
<vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
<a href="{vb:raw $promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
<span class="seperator"> </span>
</vb:if>
</vb:if>
{vb:raw template_hook.postbit_controls}
{vb:raw post.iplogged}
<vb:if condition="$show['reputationlink']">
<span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" title="{vb:rawphrase reputation}" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase reputation}" /> --> </a></span>
</vb:if>
<vb:if condition="$show['infractionlink']">
<a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> </a>
</vb:if>
<vb:if condition="$show['reportlink']">
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a>
</vb:if>
<vb:if condition="$show['moderated']">
<img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
</vb:if>
<vb:if condition="$show['spam']">
<img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
</vb:if>
<vb:if condition="$show['deletedpost']">
<vb:if condition="$show['managepost']">
<a class="deleted" href="postings.php?{vb:raw session.sessionurl}do=managepost&p={vb:raw post.postid}" title="{vb:rawphrase manage}"><!-- <img src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase manage}" /> --> </a>
<vb:else />
<img class="deleted_nolink" class="inlineimage" src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
</vb:if>
</vb:if>
<vb:if condition="$show['redcard']">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> </a>
<vb:elseif condition="$show['yellowcard']" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> </a>
</vb:if>
<vb:if condition="$post['forwardlink']">
<a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:stylevar imgdir_button}/reply_40b.png" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
</vb:if>
</span>
<!-- </div> -->
</div>
</div>
<hr />
</li>
{vb:raw template_hook.postbit_end}</b>
And the post thank info
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if>
thanks in advance !
Hippy
03-19-2012, 05:06 PM
edit this code <div class="eti_postbit">
{vb:rawphrase 'posts'} : {vb:raw post.posts}
{vb:raw template_hook.postbit_userinfo_right_after_posts}
</div>
in your postbit_legacy template
so it looks like this
<div class="eti_postbit">
{vb:rawphrase 'posts'} : {vb:raw post.posts}
</div>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
and replace your post thanks info template with this
<vb:if condition="$post['userid']">
<div class="eti_postbit">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<div class="eti_postbit">
{vb:rawphrase post_thanks_time_post}</div>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="eti_postbit">
{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</div>
<vb:else />
<div class="eti_postbit">
{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</div>
</vb:if>
</vb:if>
and or try this
<vb:if condition="$post['userid']">
<div class="eti_postbit">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd></div>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<div class="eti_postbit">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd></div>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<div class="eti_postbit">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd></div>
<vb:else />
<div class="eti_postbit">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd></div>
</vb:if>
</vb:if>
one may be better..
both will work
HHelp1
03-19-2012, 06:13 PM
I added as you said but i got this messed http://screensnapr.com/e/hzTjZS.png and Thanks work gReat! http://screensnapr.com/e/KN3JE4.png but i want the Thanks at top should looks like this :
Thanks : 2
NOT
Thanks
2
Thanks you!
HHelp1
03-19-2012, 06:25 PM
NVM I FIXED! ^_^ but 1 thing please that the reputation images not showing. . . . Only the # like this http://screensnapr.com/e/P3zH66.png May you please tell me how to make it images ? not #.. thanks!
Hippy
03-19-2012, 06:48 PM
there was 2 template you could of tried .. one with the nowrap would of been the one to use .. as far as the reputation image not showing .. thats a error on your part.... make sure you did not remove this part of the postbit template
<vb:if condition="$show['infraction'] OR $show['reppower']">
<div class="eti_postbit">
<vb:if condition="$show['infraction']">
{vb:rawphrase infractions} :
{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})<br />
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
{vb:rawphrase reppower}
: {vb:raw post.reppower}
</vb:if>
</vb:if>
</dl></div>
</vb:if>
<vb:if condition="$show['reputation']">
<div class="eti_postbit">
Reputation : {vb:raw post.reputation}<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span></div>
</vb:if>
Hippy
03-19-2012, 07:38 PM
HHelp1.. this should of been posted in the forum that your postbit mod was from this was by no means a post thanks issue..
you have a modded postbit so you need to figure out how things tick and make the necessary adjustments..
being the type of guy I am I just start helping...
now if your missing anything .. I made the adjustment to your legacy postbit template replace your with it.
{vb:raw template_hook.postbit_start}<b>
<li class="postbitlegacy postbitim postcontainer" id="post_{vb:raw post.postid}">
<!-- see bottom of postbit.css for .userinfo .popupmenu styles -->
<div class="posthead">
<label for="post_imod_checkbox_{vb:raw post.postid}">
<span class="postdate {vb:raw post.statusicon}">
<vb:if condition="$show['announcement']">
<span class="date">{vb:rawphrase x_until_y, {vb:raw post.startdate}, {vb:raw post.enddate}}</span>
<vb:else />
<span class="date">{vb:raw post.postdate}<vb:if condition="!$show['detailedtime']"> <span class="time">{vb:raw post.posttime}</span></vb:if></span>
</vb:if>
</span>
</label>
<span class="nodecontrols">
<vb:if condition="$post['postid'] AND $post['threadid']">
<a name="post{vb:raw post.postid}" href="{vb:link thread, {vb:raw thread}, {vb:raw pageinfo_post}}#post{vb:raw post.postid}" class="postcounter">#{vb:raw post.postcount}</a>
</vb:if>
<vb:if condition="$show['inlinemod']">
<input class="postimod" type="checkbox" id="post_imod_checkbox_{vb:raw post.postid}" name="plist[{vb:raw post.postid}]" value="{vb:raw post.checkbox_value}" />
</vb:if>
</span>
</div>
<div class="postdetails">
<div class="userinfo">
<div class="username_container">
<vb:if condition="$post['userid']">
<div class="eti_postbit_merkezli">
{vb:raw memberaction_dropdown}
<vb:else />
{vb:raw post.musername}
</vb:if>
<span class="usertitle">
{vb:raw post.usertitle}
</span>
</div></div>
{vb:raw template_hook.postbit_userinfo_left}
<vb:if condition="$show['avatar']">
<div class="eti_postbit"=a class="postuseravatar" href="{vb:link member, {vb:raw post}}" title="{vb:rawphrase {vb:raw post['onlinestatusphrase']}, {vb:raw post.username}}">
<center>
<img src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" title="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
</center>
</a>
</div></vb:if>
<vb:if condition="$post['rank']">
<div class="eti_postbit_merkezli">
{vb:raw post.rank}
</div> </vb:if>
<div class="eti_postbit">
Status : {vb:raw post.onlinestatus}
</div>
<vb:if condition="$post['userid']">
<vb:if condition="$post['joindate']">
<div class="eti_postbit">
{vb:rawphrase join_date} : {vb:raw post.joindate}</div></vb:if>
<vb:if condition="$post['field2']">
<div class="eti_postbit">
{vb:rawphrase location_perm} : {vb:raw post.field2}</div></vb:if>
<vb:if condition="$post['age']"><div class="eti_postbit">
{vb:rawphrase age}: {vb:raw post.age}</div></vb:if>
<div class="eti_postbit">
{vb:rawphrase 'posts'} : {vb:raw post.posts}
</div>
{vb:raw template_hook.postbit_userinfo_right_after_posts}
<vb:if condition="$show['infraction'] OR $show['reppower']">
<div class="eti_postbit">
<vb:if condition="$show['infraction']">
{vb:rawphrase infractions} :
{vb:raw post.warnings}/{vb:raw post.infractions} ({vb:raw post.ipoints})<br />
</vb:if>
<vb:if condition="$show['reputation']">
<vb:if condition="$show['reppower']">
{vb:rawphrase reppower}
: {vb:raw post.reppower}
</vb:if>
</vb:if>
</dl></div>
</vb:if>
<vb:if condition="$show['reputation']">
<div class="eti_postbit">
Reputation : {vb:raw post.reputation}<span class="postbit_reputation" id="repdisplay_{vb:raw post.postid}_{vb:raw post.userid}">{vb:raw post.reputationdisplay}</span></div>
</vb:if>
{vb:raw template_hook.postbit_userinfo_right}
<div class="imlinks">
{vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon}
</div>
</vb:if>
</div>
<div class="postbody">
<div class="postrow<vb:if condition="$show['postedited'] || $post['signature']"> has_after_content</vb:if>">
{vb:raw template_hook.postbit_messagearea_start}
<vb:if condition="$post['title'] OR $show['messageicon']">
<h2 class="title icon">
<vb:if condition="$show['messageicon']"><img src="{vb:raw post.iconpath}" alt="{vb:raw post.icontitle}" /> </vb:if>{vb:raw post.title}
</h2>
</vb:if>
<vb:if condition="$post['isfirstshown']">
{vb:raw ad_location.ad_showthread_firstpost_start}
{vb:raw ad_location.thread_first_post_content}
</vb:if>
<vb:if condition="$post['islastshown']">
{vb:raw ad_location.thread_last_post_content}
</vb:if>
<div class="content<vb:if condition="$show['first_ad'] OR $show['last_ad']"> hasad</vb:if>">
<div id="post_message_{vb:raw post.postid}">
<blockquote class="postcontent restore ">
{vb:raw post.message}
</blockquote>
</div>
<vb:if condition="$show['attachments']">
<div class="attachments">
<vb:if condition="$show['thumbnailattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_thumbnails}</legend>
{vb:raw post.thumbnailattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
{vb:raw post.imageattachments}
</fieldset>
</vb:if>
<vb:if condition="$show['imageattachmentlink']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_images}</legend>
<ul>
{vb:raw post.imageattachmentlinks}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['otherattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attached_files}</legend>
<ul>
{vb:raw post.otherattachments}
</ul>
</fieldset>
</vb:if>
<vb:if condition="$show['moderatedattachment']">
<fieldset class="postcontent">
<legend><img src="{vb:stylevar imgdir_misc}/paperclip.png" class="inlineimg" /> {vb:rawphrase attachments_pending_approval}</legend>
<ul>
{vb:raw post.moderatedattachments}
</ul>
</fieldset>
</vb:if>
</div>
<!-- / attachments -->
</vb:if>
</div>
</div>
<vb:if condition="$show['postedited'] || $post['signature']">
<div class="after_content">
<vb:if condition="$show['postedited']">
<!-- edit note -->
<blockquote class="postcontent lastedited">
<!-- <img src="{vb:stylevar imgdir_button}/edit_40b.png" class="inlineimg" alt="" /> -->
<vb:if condition="$show['postedithistory']">
{vb:rawphrase last_edited_link_by_x_on_y_at_z_postid, {vb:raw post.edit_username}, {vb:raw post.edit_date},
{vb:raw post.edit_time}, {vb:raw post.historyurl}}
<vb:else />
{vb:rawphrase last_edited_by_x_on_y_at_z, {vb:raw post.edit_username}, {vb:raw post.edit_date}, {vb:raw post.edit_time}}
</vb:if>
<vb:if condition="$post['edit_reason']">
<span class="reason">{vb:rawphrase reason}:</span> {vb:raw post.edit_reason}
</vb:if>
</blockquote>
<!-- / edit note -->
</vb:if>
{vb:raw template_hook.postbit_signature_start}
{vb:raw ad_location.ad_showthread_firstpost_sig}
<vb:if condition="$post['signature']">
<blockquote class="signature restore"><div class="signaturecontainer">{vb:raw post.signature}</div></blockquote>
</vb:if>
{vb:raw template_hook.postbit_signature_end}
</div>
</vb:if>
<div class="cleardiv"></div>
</div>
</div>
<div class="postfoot">
<!-- <div class="postfoot_container"> -->
<div class="textcontrols">
<span class="postcontrols">
<img style="display:none" id="progress_{vb:raw post.postid}" src="{vb:stylevar imgdir_misc}/progress.gif" alt="{vb:rawphrase loading_editor_please_wait}" />
<vb:if condition="$post['editlink']">
<a class="editpost" href="{vb:raw post.editlink}" name="vB::QuickEdit::{vb:raw post.postid}"><img src="{vb:raw vboptions.cleargifurl}" id="editimg_{vb:raw post.postid}" alt="{vb:rawphrase edit_delete_message}" /> {vb:rawphrase edit_post}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['quickreply'] AND !$show['threadedmode']">
<a id="qr_{vb:raw post.postid}" class='quickreply' href="{vb:raw post.replylink}" rel="nofollow"><img id="replyimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase quick_reply_to_this_message}" /> {vb:rawphrase reply}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$post['replylink']">
<a id="qrwq_{vb:raw post.postid}" class="newreply" href="{vb:raw post.replylink}" rel="nofollow"><img id="quoteimg_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase reply_with_quote}" /> {vb:rawphrase reply_with_quote}</a>
<span class="seperator"> </span>
</vb:if>
<vb:if condition="$show['multiquote_post']">
<a class="multiquote" href="{vb:raw post.replylink}" rel="nofollow" onclick="return false;" id="mq_{vb:raw post.postid}"><img id="mq_image_{vb:raw post.postid}" src="{vb:raw vboptions.cleargifurl}" alt="{vb:rawphrase multi_quote_this_message}" /> </a>
</vb:if>
</span>
<span class="postlinking">
<vb:if condition="!$post['forwardlink'] && THIS_SCRIPT != 'usernote' && THIS_SCRIPT != 'announcement'">
<vb:if condition="$promote_sectionid AND $promote_sectionid != -1">
<a href="{vb:raw $promote_url}" class="promotecms">{vb:rawphrase promote_to_article}</a>
<span class="seperator"> </span>
</vb:if>
</vb:if>
{vb:raw template_hook.postbit_controls}
{vb:raw post.iplogged}
<vb:if condition="$show['reputationlink']">
<span class="reputationpopupmenu popupmenu popupcustom" title="{vb:raw post.postid}"><a class="popupctrl reputation" title="{vb:rawphrase reputation}" href="reputation.php?{vb:raw session.sessionurl}do=addreputation&p={vb:raw post.postid}" rel="nofollow" id="reputation_{vb:raw post.postid}"><!--<img src="{vb:stylevar imgdir_button}/reputation-40b.png" alt="{vb:rawphrase reputation}" /> --> </a></span>
</vb:if>
<vb:if condition="$show['infractionlink']">
<a class="infraction" href="infraction.php?{vb:raw session.sessionurl}do=report&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}"><!-- <img src="{vb:stylevar imgdir_button}/add-infraction_sm.png" alt="{vb:rawphrase add_infraction_for_x, {vb:raw post.username}}" /> --> </a>
</vb:if>
<vb:if condition="$show['reportlink']">
<a class="report" href="{vb:raw post.reportlink}" rel="nofollow" title="{vb:rawphrase report_bad_post}"><!-- <img src="{vb:stylevar imgdir_button}/report-40b.png" alt="{vb:rawphrase report_bad_post}" /> --> </a>
</vb:if>
<vb:if condition="$show['moderated']">
<img class="moderated" src="{vb:stylevar imgdir_misc}/moderated_sm.png" alt="{vb:rawphrase moderated_post}" />
</vb:if>
<vb:if condition="$show['spam']">
<img class="spam" src="{vb:stylevar imgdir_misc}/spam_detected.png" alt="{vb:rawphrase spam_post}" />
</vb:if>
<vb:if condition="$show['deletedpost']">
<vb:if condition="$show['managepost']">
<a class="deleted" href="postings.php?{vb:raw session.sessionurl}do=managepost&p={vb:raw post.postid}" title="{vb:rawphrase manage}"><!-- <img src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase manage}" /> --> </a>
<vb:else />
<img class="deleted_nolink" class="inlineimage" src="{vb:stylevar imgdir_misc}/deleted_sm.png" alt="{vb:rawphrase deleted_post}" />
</vb:if>
</vb:if>
<vb:if condition="$show['redcard']">
<a class="redcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_infraction}"><!-- <img src="{vb:stylevar imgdir_button}/red-card_sm.png" alt="{vb:rawphrase received_infraction}" /> --> </a>
<vb:elseif condition="$show['yellowcard']" />
<a class="yellowcard" href="infraction.php?{vb:raw session.sessionurl}do=view&p={vb:raw post.postid}" rel="nofollow" title="{vb:rawphrase received_warning}"><!--<img src="{vb:stylevar imgdir_button}/yellow-card_sm.png" alt="{vb:rawphrase received_warning}" /> --> </a>
</vb:if>
<vb:if condition="$post['forwardlink']">
<a class="forwardpost" href="{vb:raw post.forwardlink}" rel="nofollow"><img src="{vb:stylevar imgdir_button}/reply_40b.png" alt="{vb:rawphrase forward_message}" /> {vb:rawphrase forward}</a>
</vb:if>
</span>
<!-- </div> -->
</div>
</div>
<hr />
</li>
{vb:raw template_hook.postbit_end}</b>
this should fix your issues
Bergler
03-19-2012, 07:48 PM
Does this mod have a notification when a thank you has been given?
Hippy
03-19-2012, 08:18 PM
Does this mod have a notification when a thank you has been given?
No but if you ust Paul's mod that sends notification for reputation and you have rep points given for thanks it will do what you want and like michal72 said
Scandal just released a mod as well..
michal72
03-19-2012, 09:02 PM
Does this mod have a notification when a thank you has been given?
https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943
Great Addon's for Post thanks
Scandal Recent Thanks for [AJAX] Post Thank You Hack
HHelp1
03-19-2012, 10:20 PM
Hippy every thing is GREAT THANKS!
Hippy
03-19-2012, 10:52 PM
Hippy every thing is GREAT THANKS!
:up: welcome
HHelp1
03-20-2012, 06:26 PM
Hippy is the best ! hell yea!
GeorgeEcuador
03-22-2012, 06:35 PM
Need for v4.1.7 download for my forum is mod.
Regards.
HHelp1
03-22-2012, 07:04 PM
So you want the Post thanks hacks working one and upload to ur forum? Thats what you mean or what ?
Internetcafe
03-22-2012, 09:24 PM
Read more posts than I care to remember and cannot find an answer :-
Is it possible to obtain a top ten thanked members ?
michal72
03-22-2012, 09:34 PM
Read more posts than I care to remember and cannot find an answer :-
Is it possible to obtain a top ten thanked members ?
There is other very nice and useful mod: https://vborg.vbsupport.ru/showthread.php?t=235841
Hippy
03-22-2012, 09:45 PM
Read more posts than I care to remember and cannot find an answer :-
Is it possible to obtain a top ten thanked members ?
there are 2 other mods that will do that ..
the only post ATM that consolidates everything into a nut shell is here
same link in my sig
https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943
you'll find the addons there + all the fixes ..
if you haven't done them look for forceHSS and in his sig is a version with some of the fixes in it ..
or pm me..
you can also find if you have the fixed version the recent post thanks in your profile under about me..https://vborg.vbsupport.ru/attachment.php?attachmentid=77306&d=1205637411
this image was from vb3 .. under vb4 it's under about me
enjoy
Internetcafe
03-24-2012, 05:09 PM
Thanks for the help Hippy but I've already got that working in user profile.
tinoco2
03-25-2012, 12:20 AM
Work in vbulletin 4.1.10 ?
thanks
HHelp1
03-25-2012, 03:43 AM
Work in vbulletin 4.1.10 ?
thanks
This post thanks hack work on 4.1.11 too ;) if u got trouble dont afraid pm me or ask here ;)
phantasy
03-25-2012, 06:51 AM
Hello,
I'm trying to install this mod on ( VB 4.1.11 ), but I keep encountering this error:
The following dependencies were not met:
This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
I have heard it works with this version, any ideas?
Thanks
sadiq6210
03-25-2012, 07:05 AM
Hello,
I'm trying to install this mod on ( VB 4.1.11 ), but I keep encountering this error:
The following dependencies were not met:
This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
I have heard it works with this version, any ideas?
Thanks
https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847
tinoco2
03-25-2012, 08:36 AM
Error:
Please upload the files that came with this Hack before installing or upgrading!
:S
Mi vbulletin is 4.1.10
sadiq6210
03-25-2012, 11:34 AM
Error:
Please upload the files that came with this Hack before installing or upgrading!
:S
Mi vbulletin is 4.1.10
The solution is:
Please upload the files that came with this Hack before installing or upgrading!
Hippy
03-25-2012, 11:39 AM
Hello,
I'm trying to install this mod on ( VB 4.1.11 ), but I keep encountering this error:
The following dependencies were not met:
This product is not compatible with version 4.1.11 of vBulletin. (Compatible starting with 4.0.0 beta 4 / Incompatible with 4.1.0 alpha 1 and greater)
I have heard it works with this version, any ideas?
Thanks
https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847
Error:
Please upload the files that came with this Hack before installing or upgrading!
:S
Mi vbulletin is 4.1.10
The solution is:
Please upload the files that came with this Hack before installing or upgrading!
https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943
Igel1
03-25-2012, 12:54 PM
Hello, since upgrading to vb4.1.11 in the User Control Panel the "Find all thanked posts by ..." or "Find all posts thanked by ..." disappears.
I now the hack of Scandal, but i find the old version in User Control better.
Can anybody post a solution please..
I use, post_thanks_7_83_with search fix of ForceHSS
ForceHSS
03-25-2012, 06:07 PM
try reinstalling the plugin put dont remove it just over write it
Igel1
03-25-2012, 06:12 PM
That was my first attempt, no change
Everything is working only in the UserControl, the two search entries are gone
ForceHSS
03-25-2012, 06:13 PM
did you also upload all the files as well
Igel1
03-25-2012, 06:17 PM
Yes of course.
I upload all files, then import the XML file and override
ForceHSS
03-25-2012, 06:32 PM
try removing all files from ftp and plugin and install a fresh copy
BrightStar
03-26-2012, 07:37 AM
Hiya
Great mod and working fine on my 4.0.x installation.
However I've installed the mod from this on my vb4.1.11
https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847
but it messes up my postbit
https://vborg.vbsupport.ru/external/2012/03/13.jpg
Hippy
03-26-2012, 09:07 AM
Hiya
Great mod and working fine on my 4.0.x installation.
However I've installed the mod from this on my vb4.1.11
https://vborg.vbsupport.ru/showpost.php?p=2249550&postcount=1847
but it messes up my postbit
https://vborg.vbsupport.ru/external/2012/03/13.jpg
the mod didn't do it .. you never added the class to the template like the rest of your postbit
BrightStar
03-26-2012, 10:40 AM
How do I do that Hippy? Sorry not an expert when it comes to templates.
Hippy
03-26-2012, 11:29 AM
what postbit mod are you using ? to get the fieldset around everything
post your Posbit_legacy template here and I will whip something up for you
eTiKeT™ 2011 Posbit_legacy - Postbit Details ?
https://vborg.vbsupport.ru/showthread.php?t=274568&highlight=userinfo_extra
if so I posted here https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943 how to
or a different one..?
mike8823
03-26-2012, 11:56 AM
I have downloaded the Thanks button and tried to install and now I am getting an error at the top of the page
(Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: post_thanks_navbar_search in [path]/includes/functions.php on line 4330
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/includes/class_bootstrap.php(1403) : eval()'d code on line 95)
Help please..
BrightStar
03-26-2012, 02:56 PM
I am not using any mod. Just tweaked it myself part of it.
Thanks
Hippy
03-26-2012, 03:49 PM
<div class="post_field"> is your doing?
you also did it to the <div class="post_field">{vb:raw template_hook.postbit_userinfo_right_after_posts}</div>
this is what this mod is using to display there..
you edited the flag mod and the gender mod in the template
what you can do is remove that from the hook and add it to the
post_thanks_postbit_info template as so
<div class="post_field">
<vb:if condition="$post['userid']">
<dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
<vb:if condition="$post['post_thanks_thanked_times'] == 1">
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
<vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
<vb:else />
<dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
</vb:if>
</vb:if></div>
or make a new hook leave the other like you have it use what i posted above as well
or add the code to the new hook and leave the template stock
if other mods or even vb are using the same hook this is what i seen happen you need to do that edit manually to the others as well..
this is why I suggest a new hook so you don't have to
GeorgeEcuador
03-26-2012, 05:49 PM
I let him just say thank received.
BrightStar
03-26-2012, 06:39 PM
Hippy you are absolutely right, all these changes which you have pointed have been made by me. I do appreciate what you have written and I understand that modifying the templates and adding <div class="post_field"> has cause issues.
I am struggling to understand what is hook and how do I make a new hook so I avoid all these problems?
Hippy
03-26-2012, 07:32 PM
ok I'm glad you understand a little so I don't mind going a little farther
go into your admincp
styles & templates
find postbit_legacy template in the styles you have (if more than one)
open it up
now search for (your edit) <div class="post_field">{vb:raw template_hook.postbit_userinfo_right_after_posts}</div>
right under it add
<div class="post_field">{vb:raw template_hook.postbit_userinfo_post_thanks}</div>
if your going to use the stock template!
if your going to use the template I posted above then just add
{vb:raw template_hook.postbit_userinfo_post_thanks}
and use the template posted above
now still in admincp
go to Plugins & products > click on plugin manager
find your Product : Post Thank You Hack "plugin" there are 10 hook locations
the one that says "postbit_display_complete"
in the hook location column under
product : Post Thank You Hack
click edit..
search for this line
$template_hook['postbit_userinfo_right_after_posts'] .= $templater->render();
replace it with
$template_hook['postbit_userinfo_post_thanks'] .= $templater->render();
save it
you should be all good...
I hope this helps
wildheart
03-27-2012, 02:13 PM
Thanks for this great hack and thanks Hippy, you know for what. ;)
Is there a way to make the block that appears under the post smaller?
jadeboy7
04-01-2012, 03:35 PM
Thanks for this great hack and thanks Hippy, you know for what. ;)
Is there a way to make the block that appears under the post smaller?
I believe this (https://vborg.vbsupport.ru/showthread.php?t=194553) should help with that.
cstreater
04-01-2012, 03:49 PM
So, Abe hasn't been online since June of 2010, it's marked as unsupported, and to get it working you have to read and put together a lot of posts in this thread and patch various files. On top of that it still isn't fully functional.
I guess where I'm going with this, is I'm wondering if someone can officially take it over and start a new thread where everything is consolidated into one post with a single download?
This is one of the most widely used plug-ins of any forums, and I think it would be painful to let it go, especially on a 5 million member forum.
jadeboy7
04-01-2012, 03:57 PM
So, Abe hasn't been online since June of 2010, it's marked as unsupported, and to get it working you have to read and put together a lot of posts in this thread and patch various files. On top of that it still isn't fully functional.
I guess where I'm going with this, is I'm wondering if someone can officially take it over and start a new thread where everything is consolidated into one post with a single download?
This is one of the most widely used plug-ins of any forums, and I think it would be painful to let it go, especially on a 5 million member forum.
I think all the most updated information can be found in this post (https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943).
Hippy
04-01-2012, 04:28 PM
I think all the most updated information can be found in this post (https://vborg.vbsupport.ru/showpost.php?p=2264681&postcount=1943).
some is always here to support this..
ForceHSS
04-01-2012, 06:17 PM
So, Abe hasn't been online since June of 2010, it's marked as unsupported, and to get it working you have to read and put together a lot of posts in this thread and patch various files. On top of that it still isn't fully functional.
I guess where I'm going with this, is I'm wondering if someone can officially take it over and start a new thread where everything is consolidated into one post with a single download?
This is one of the most widely used plug-ins of any forums, and I think it would be painful to let it go, especially on a 5 million member forum.
check sig
cstreater
04-01-2012, 06:42 PM
Thanks guys! I missed the signature part. I still think you guys should get your own thread :)
Very much appreciate all the hard work.
Delfi_r
04-01-2012, 08:00 PM
Thanks to all to maintain this hack alive, and to Hippy for his great contribution. Now I'm triing to understand all is packed here.
Hawk7173
04-03-2012, 06:00 PM
I tried uploading the product for this and got a error stating that it was not compatible with 4.1 and higher....
Any fix for that?
michal72
04-03-2012, 06:09 PM
I tried uploading the product for this and got a error stating that it was not compatible with 4.1 and higher....
Any fix for that?
https://vborg.vbsupport.ru/showpost.php?p=2315815&postcount=2473 :-)
BrightStar
04-06-2012, 08:55 AM
Does anyone know how can I show a small image like "heart" next to thanks?
Cheers
ForceHSS
04-06-2012, 11:46 AM
Does anyone know how can I show a small image like "heart" next to thanks?
Cheers
just change the post_thanks.png image to what you want to see
BrightStar
04-06-2012, 11:59 AM
Thanks ForceHSS but the image is not shown on my posts. It's just Thanks word. How can I display images too? Cheers
https://vborg.vbsupport.ru/external/2012/04/41.jpg
ForceHSS
04-06-2012, 12:31 PM
make sure you have uploaded all files to the right folders
BrightStar
04-06-2012, 01:03 PM
make sure you have uploaded all files to the right folders
Got it....thanks for your help.
Cheers
links4rank
04-07-2012, 05:41 PM
Just installed but no working. not compatible with 4.10
Emeralda
04-07-2012, 06:06 PM
every time i like pimps messages
Faux Angel, you do not have permission to access this page. This could be due to one of several reasons:
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.
Some members on the forum sometimes complain about that. I got it only once, so it's not consistent.
PamelaE
04-08-2012, 01:08 AM
Just installed but no working. not compatible with 4.10
Yes same problem here. It doesn't show anything in 4.10
ForceHSS
04-08-2012, 12:22 PM
Yes same problem here. It doesn't show anything in 4.10
dont take ops version try looking harder and u will find a updated version, hint sig
PamelaE
04-08-2012, 02:24 PM
dont take ops version try looking harder and u will find a updated version, hint sig
Thanks Force, but it's your one I used. Maybe my style is a problem
ForceHSS
04-08-2012, 03:44 PM
Thanks Force, but it's your one I used. Maybe my style is a problem
any error log, also do make sure you have uploaded all the files to the right folders
PamelaE
04-08-2012, 09:41 PM
any error log, also do make sure you have uploaded all the files to the right folders
Yep checked all this and triple checked. Uninstalled and reinstalled and still zilch.
I'm guessing there is a theme problem
ForceHSS
04-09-2012, 01:13 AM
check on default skin
PamelaE
04-09-2012, 07:53 AM
Nope, not working on default. It's showing in CP as it should just not on the front end.
ForceHSS
04-09-2012, 02:10 PM
Then not a skin problem as you said. What version of forums are u running it also could be another plugin you have installed causing it not to show right or you dont have one file installed in the right place
PamelaE
04-09-2012, 02:22 PM
Then not a skin problem as you said. What version of forums are u running it also could be another plugin you have installed causing it not to show right or you dont have one file installed in the right place
I'm using 4.10. Are there any plug-ins that it's incompatible with?
ForceHSS
04-09-2012, 02:36 PM
disable all of them that are custom see if it helps
michal72
04-09-2012, 03:49 PM
I'm using 4.10. Are there any plug-ins that it's incompatible with?
Are you talking about forum directed by the entry in your profile?
If yes, everything seems to be ok. :)
PamelaE
04-09-2012, 04:00 PM
Thank you Ok fixed it, not sure what was going on but disabling everything and then reinstalling got it working. But I noticed groans as a lowercase g when it should be uppercase. like Thanks. Any idea how to solve this?
BrightStar
04-09-2012, 05:29 PM
Is it possible to bump up the thread once "Thanks" has been given to a post?
ForceHSS
04-09-2012, 06:32 PM
Thank you Ok fixed it, not sure what was going on but disabling everything and then reinstalling got it working. But I noticed groans as a lowercase g when it should be uppercase. like Thanks. Any idea how to solve this?
view page source should help you change it
ForceHSS
04-09-2012, 06:32 PM
Is it possible to bump up the thread once "Thanks" has been given to a post?
plugin does not work like that
PamelaE
04-10-2012, 10:01 AM
Is it possible to bump up the thread once "Thanks" has been given to a post?
That would kind of defeat the purpose. In my view it helps to stop bumping posts and increase counts by replying with Thanks.
iyama
04-11-2012, 02:56 AM
Un-installed. Its not refreshing after say thanks!
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.