AndyWalpole
Forum Replies Created
-
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Postsyep, only 2mb size is the biggest.
I can change that actually.
I’ve put out a new version now so the draft / publish issue should be resolved
I’ve also added a new feature that allows tracking of clicks on affiliate links
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] PostsOkay, thanks for letting me know. I’m making some updates this week and I’ll take a look at that.
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Syntax-errorIssue resolved
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Syntax-errorI’ve worked out what the issue is. This plugin needs at least PHP 5.3. The code should have blocked installation without the correct PHP version. It will now. Ask your hosting provider to upgrade your version of PHP.
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Syntax-errorI can’t replicate that error. It comes through a silly mistake like leaving a semi-colon off the end of a line of code.
Please feed free to email me directly: wordpress@andywalpole.me
Forum: Plugins
In reply to: [Affiliate Hoover] [Plugin: Affiliate Hoover] Syntax-errorthat’s odd, I’ll investigate further
no response.
I’ve no idea what that error is about you must have an old version.
Please, please always update your plugin to the most recent version before reporting a bug.
Thanks
nigeljh99, I’ve just been coding today and made some changes so try latest version
delete all files from the affiliate hoover plugin folder and upload files from version 0.81
Forum: Fixing WordPress
In reply to: Quick question: multiple Options forms on different admin pages?No actually reading this post here there seems to be a solution by using the add_submenu_page() hook
http://wordpress.org/support/topic/subpage-in-admin-panel-without-menu?replies=2
Forum: Fixing WordPress
In reply to: A quick question on the Settings APIOkay, just found the answer to my second question:
AFAIK there is no way to update a single element of a serialized option, you have to retrieve and send the whole group.
So I’m going to have to create a new database table for my needs… which brings me back to my first question and how adaptive the Settings API is