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:
Add After:
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