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.
Back
Top