Quantcast
Channel: WordPress.org Forums » [WP-Filebase Download Manager] Support
Viewing all articles
Browse latest Browse all 1341

M Szatkowski on "[Plugin: WP-Filebase Download Manager] how to disable clearing HTML tags in file-template"

$
0
0

I still have no idea why onclicks are disabled but I found a solution:

- just edit /wp-content/plugins/wp-filebase/classes/TplLib.php and comment line 15:

//$tpl = preg_replace(array('/<a\s+([^>]*)onclick=".+?"\s+([^>]*)href="%file_url%"/i', '/<a\s+([^>]*)href="%file_url%"\s+([^>]*)onclick=".+?"/i'), '<a href="%file_url%" $1$2', $tpl);


Viewing all articles
Browse latest Browse all 1341

Trending Articles