binarymoon
Forum Replies Created
-
I have just fixed this – apologies
Forum: Plugins
In reply to: [WP Custom Login] Feature suggestionI did consider changing the background colour on the page as well. This would also require changing the colour of the links below the login box.
Hiding the links is an interesting idea but not sure how popular that would be.
I’ll consider all of the above.
Forum: Plugins
In reply to: [WP Custom Login] [Plugin: BM Custom Login] Doesnt workSorry about the problems, there is now a totally rewritten update available!
It works in my test environment, hopefully it’s ok for you as well.
Forum: Plugins
In reply to: [WP Custom Login] [Plugin: BM Custom Login] Back to Site issue with 3.2.1Hi – it’s been a long time coming but there is now a totally rewritten update available!
It works in my test environment, hopefully it’s ok for everyone else.
Forum: Fixing WordPress
In reply to: Using relative instead of absolute links for images?Ignoring all the other arguments I would say absolute urls are essential for one reason.
Feed Readers
Any images with relative urls will not work in feed readers since they will try to load the image relative to the reader (eg load from reader.google.com) which clearly won’t work.
Forum: Plugins
In reply to: Can’t find it in the option pageSorry it isn’t obvious how to use this. It was designed more for programmers to use than for noobs. I’m not sure how I could make it easier to use but will have a think and see if I can come up with anything.
Thanks for the feedback though. Most appreciated.
Forum: Plugins
In reply to: Adding goal conversion tracking for commentsI’m not sure how I would do this. Since Google Analytics uses javascript and wordpress is in php it would probably be easier to write it as a plugin.
I would have thought it would be best to intercept the form submit process with javascript, run the Google Analytics query, and then submit the form.
I’m not good enough with javascript to tell you how to do this though. Sorry.
Forum: Alpha/Beta/RC
In reply to: 2.1 RC1 link/blogroll problemI gave up and restored my backups. I will consider upgrading again in a couple of weeks (when all this is hopefully fixed)
Forum: Alpha/Beta/RC
In reply to: 2.1 RC1 link/blogroll problemThis is definitely a problem and has nothing to do with not upgrading since I get the same errors and have now run the upgrade script three times.
Forum: Alpha/Beta/RC
In reply to: Links problem and Future Posting.This is definitely a problem and has nothing to do with not upgrading since I get the same errors and have now run the upgrade script three times.
Mario – thanks – will take a look…
ok – had a look. That’s a really long winded solution for a problem that should not have happened. I’m going to wait and see if there are any other solutions to the problem before doing anything so drastic.
Forum: Plugins
In reply to: Akismet:: comment security featuresAkismet doesn’t give you any sort of controls like this. You install it then let it do it’s thing. However I can’t see any reason not to run both the systems together – although I could well be wrong 🙂
Forum: Themes and Templates
In reply to: Regulus 2.1 – now with widgetsI have updated the theme to version 2.1.2 now. You can read the full details on my blog
The new version has a couple of extra features but it’s largely bug fixes so if anyone uses it it’s worth upgrading (especially if you use the widgets plugin)
Forum: Fixing WordPress
In reply to: error with 2.02 and htaccess redirectsDone that. Still not working 🙁
Forum: Fixing WordPress
In reply to: error with 2.02 and htaccess redirectsThat’s not the problem. The site works fine. The issue is the .htaccess rules that I created for myself to redirect to feeds. For example I am using
http://www.binarymoon.co.uk/index.php?&feed=feed&cat=-4
as one of the feeds, but I want it to look like this…
http://www.binarymoon.co.uk/feed/articles/
This used to work fine but with the new .htaccess rules doesn’t work at all.
Forum: Themes and Templates
In reply to: Regulus 2 for WordPress 2spicycauldron – I don’t know why things aren’t working for you. I developed the theme in Firefox and have had no problems, and the theme can be seen on WordPress.com and no-one else has complained. Sorry…
nammer – The content there has been slapped in a blockquote that isn’t closed. The problem appears to lie in the use of the excerpt reloaded plugin that I’m using to only show short posts on the homepage. Change the theme so it uses full posts and evething will fix itself.
The other problem could be the use of the wordpress wysiwyg editor which appears to be causing other problems on some sites.