Title: binarymoon's Replies - page 21 | WordPress.org

---

# binarymoon

  [  ](https://wordpress.org/support/users/binarymoon/)

 *   [Profile](https://wordpress.org/support/users/binarymoon/)
 *   [Topics Started](https://wordpress.org/support/users/binarymoon/topics/)
 *   [Replies Created](https://wordpress.org/support/users/binarymoon/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/binarymoon/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/binarymoon/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/binarymoon/engagements/)
 *   [Favorites](https://wordpress.org/support/users/binarymoon/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 301 through 315 (of 352 total)

[←](https://wordpress.org/support/users/binarymoon/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/binarymoon/replies/?output_format=md) [2](https://wordpress.org/support/users/binarymoon/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/binarymoon/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/binarymoon/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/binarymoon/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/binarymoon/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/binarymoon/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/binarymoon/replies/page/22/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Login] [Plugin: BM Custom Login] BM Custom login css style adding f to hex](https://wordpress.org/support/topic/plugin-bm-custom-login-bm-custom-login-css-style-adding-f-to-hex/)
 *  Plugin Contributor [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-bm-custom-login-bm-custom-login-css-style-adding-f-to-hex/#post-2207285)
 * I have just fixed this – apologies
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Login] Feature suggestion](https://wordpress.org/support/topic/feature-suggestion-2/)
 *  Plugin Contributor [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/feature-suggestion-2/#post-2206614)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Login] [Plugin: BM Custom Login] Doesnt work](https://wordpress.org/support/topic/plugin-bm-custom-login-doesnt-work/)
 *  Plugin Contributor [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-bm-custom-login-doesnt-work/#post-1987218)
 * Sorry 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Custom Login] [Plugin: BM Custom Login] Back to Site issue with 3.2.1](https://wordpress.org/support/topic/plugin-bm-custom-login-back-to-site-issue-with-321/)
 *  Plugin Contributor [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-bm-custom-login-back-to-site-issue-with-321/#post-2198268)
 * Hi – 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Using relative instead of absolute links for images?](https://wordpress.org/support/topic/using-relative-instead-of-absolute-links-for-images/)
 *  [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/using-relative-instead-of-absolute-links-for-images/#post-706174)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Can’t find it in the option page](https://wordpress.org/support/topic/cant-find-it-in-the-option-page/)
 *  [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/cant-find-it-in-the-option-page/#post-695350)
 * Sorry 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Adding goal conversion tracking for comments](https://wordpress.org/support/topic/adding-goal-conversion-tracking-for-comments/)
 *  [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [19 years ago](https://wordpress.org/support/topic/adding-goal-conversion-tracking-for-comments/#post-578220)
 * I’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](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [2.1 RC1 link/blogroll problem](https://wordpress.org/support/topic/21-rc1-linkblogroll-problem/)
 *  [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/21-rc1-linkblogroll-problem/#post-505231)
 * I 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](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [2.1 RC1 link/blogroll problem](https://wordpress.org/support/topic/21-rc1-linkblogroll-problem/)
 *  [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/21-rc1-linkblogroll-problem/#post-505229)
 * 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.
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Links problem and Future Posting.](https://wordpress.org/support/topic/links-problem-and-future-posting/)
 *  [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/links-problem-and-future-posting/#post-506115)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Akismet:: comment security features](https://wordpress.org/support/topic/akismet-comment-security-features/)
 *  [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/akismet-comment-security-features/#post-377976)
 * Akismet 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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Regulus 2.1 – now with widgets](https://wordpress.org/support/topic/regulus-21-now-with-widgets/)
 *  Thread Starter [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/regulus-21-now-with-widgets/#post-373098)
 * I have updated the theme to version 2.1.2 now. You can [read the full details on my blog](http://www.binarymoon.co.uk/2006/04/regulus-wordpress-theme-version-212/)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [error with 2.02 and htaccess redirects](https://wordpress.org/support/topic/error-with-202-and-htaccess-redirects/)
 *  Thread Starter [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/error-with-202-and-htaccess-redirects/#post-357903)
 * Done that. Still not working 🙁
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [error with 2.02 and htaccess redirects](https://wordpress.org/support/topic/error-with-202-and-htaccess-redirects/)
 *  Thread Starter [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/error-with-202-and-htaccess-redirects/#post-357735)
 * That’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](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/](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](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Regulus 2 for WordPress 2](https://wordpress.org/support/topic/regulus-2-for-wordpress-2/)
 *  Thread Starter [binarymoon](https://wordpress.org/support/users/binarymoon/)
 * (@binarymoon)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/regulus-2-for-wordpress-2/#post-295510)
 * spicycauldron – 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.

Viewing 15 replies - 301 through 315 (of 352 total)

[←](https://wordpress.org/support/users/binarymoon/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/binarymoon/replies/?output_format=md) [2](https://wordpress.org/support/users/binarymoon/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/binarymoon/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/binarymoon/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/binarymoon/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/binarymoon/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/binarymoon/replies/page/24/?output_format=md)
[→](https://wordpress.org/support/users/binarymoon/replies/page/22/?output_format=md)