Hello,
Will you be updating this plugin with WordPress 4.2.2?
]]>I am rebuilding a site that was using wp-addpub, so I installed wp-addpub, then imported content from the other site. Wordfence then alerted me that it detected malware in wp-addpub. Is this a known false positive, or is it possible that content imported from the old site into the new site contains malware? I have not used wp-addpub before, so I am unfamiliar with the most efficient way to determine the cause of the Wordfence alert.
]]>Hi, I just did an update on your plugin. Now the shortcodes are showing up instead of the banners. Got any ideas why this would happen? Thanks.
]]>Dear Mr/Miss,
After i’ve updated to version 1.2.7. All my banners changed. On all pages the standard banner is used, instead of the different banners. How can i update and make sure that all banners will be the same?
Thanks.
Best Regards,
TBE
The wp-addpub plugin version 1.2.5 wasn’t working in a Windows server with MySql 5.1.32-community. I found out that the insertion sql query was causing the error. At line 232 and 234, I removed the ID field from the query, and the problem was solved. The code became:
$sql = ‘INSERT INTO ‘.$table_banners.’ (title, zone, filter, file_link, file_url, file_path, width, height, target, version, html_code, active, lang_id)
VALUES
(“‘.mysql_real_escape_string(stripslashes($_POST[‘banner_title’])).'”,”‘.mysql_real_escape_string(stripslashes($_POST[‘banner_zone’])).'”,”‘.mysql_real_escape_string(stripslashes($_POST[‘banner_filter’])).'”,”‘.mysql_real_escape_string(stripslashes($_POST[‘banner_link’])).'”, “‘.mysql_real_escape_string($file[‘url’]).'”, “‘.mysql_real_escape_string($file[‘file’]).'”, “‘.$width.'”, “‘.$height.'”, “‘.mysql_real_escape_string($target).'”, “‘.$version.'”, “‘.mysql_real_escape_string(stripslashes($htmlcode)).'”, ‘.$active.’, 0)’;
Hope it helps.
]]>I have installed the plugin, and added an advert.
There is NO DOCUMENTATION as to what code to place in the template, so I have no way of knowing if it if working correctly.
One line of text in the installation notes would be all that is necessary to include the code necessary to add theis to a template.
A very poorly documented plugin, I would not bother downloading until the writer has decided to supply full documentation!
]]>