Legacy Implemente the code in Downloading Package

Status
Not open for further replies.

Nirjonadda

Customer
Please can you do Implemente the code in Downloading Package, This code do work other Hide code with APTL-

dbtech\thanks\clientscript\thanks.js

for thanks.js

Find:

Code:
 var jqxhr = $.ajax({
            type: type,
            url: 'thanks.php',
            data: (SESSIONURL ? SESSIONURL + '&' : '') + $.param(extraParams)
        }).done(function(data) {

Add After:

Code:
 if ((extraParams['varname'] == 'thanks' || extraParams['varname'] == 'likes') && typeof(vFC_HT_JS) == "function") 
            {
            	 vFC_HT_JS.prototype.thanks_unhide(postid);
            }
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
We will not be adding support for a third party modification in this way. You're free to customise the code on your own server, though :)
 
Status
Not open for further replies.

Legacy Advanced Post Thanks / Like

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
4,044
Customer rating
5.00 star(s) 1 ratings
Back
Top