Title: antifuse's Replies | WordPress.org

---

# antifuse

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 173 total)

1 [2](https://wordpress.org/support/users/antifuse/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/antifuse/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/antifuse/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/antifuse/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/antifuse/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/antifuse/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PhotoQ Photoblog Plugin] [Plugin: PhotoQ Photoblog Plugin] PhotoQ not working with WordPress 3.1](https://wordpress.org/support/topic/plugin-photoq-photoblog-plugin-photoq-not-working-with-wordpress-31/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [15 years ago](https://wordpress.org/support/topic/plugin-photoq-photoblog-plugin-photoq-not-working-with-wordpress-31/#post-1955619)
 * I’m on WP 3.1.2, using PhotoQ… 1.9? The latest non-beta version, any way (just
   downloaded it yesterday). And yes, under the settings page, it warns me that 
   it’s only been tested up to 3.0… But it seems to still let me save settings.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [spam and trackback attack](https://wordpress.org/support/topic/spam-and-trackback-attack/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/spam-and-trackback-attack/page/2/#post-138533)
 * Oh, and if you read the [interview with the comment spammer](http://www.theregister.co.uk/2005/01/31/link_spamer_interview/)
   at the register, the dude says that most of them aren’t hired out – they spam
   to their own sites, which are themselves affiliates for the various pill, porn,
   and casino sites. They get some cut for every referral that comes from their 
   own site.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [spam and trackback attack](https://wordpress.org/support/topic/spam-and-trackback-attack/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [21 years, 4 months ago](https://wordpress.org/support/topic/spam-and-trackback-attack/page/2/#post-138531)
 * They’ve definitely stepped up the attacks on WP blogs in the last couple days.
   I’m using Spam Karma, and it has caught something like 2000 comment spams since
   Sunday. But it didn’t catch a single trackback spam (400 of them). That’s fine,
   I don’t really need trackback/pingback at the moment, as I only get about 1 valid
   one a month. So I just disabled it for all posts. Does Kitten’s Spaminator pick
   up trackback spam? If so, then I may decide to switch. Oh wait, looks like Spam
   Karma has been updated to check trackbacks too
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments not working (nightly 3-25)](https://wordpress.org/support/topic/comments-not-working-nightly-3-25/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/comments-not-working-nightly-3-25/#post-41834)
 * I would call it an anti-spam feature as opposed to a security feature 🙂
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [How to create another user with admin rights](https://wordpress.org/support/topic/how-to-create-another-user-with-admin-rights/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/how-to-create-another-user-with-admin-rights/#post-41724)
 * Also, if you don’t have phpmyadmin, it’s REALLY easy to setup yourself… You can
   find it [here](http://www.phpmyadmin.net/home_page/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [CSS: IE vs Firefox Screenshots!](https://wordpress.org/support/topic/css-ie-vs-firefox-screenshots/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/css-ie-vs-firefox-screenshots/#post-41723)
 * Why this happens: you’re using `get_links_list()` to display your links… this
   function displays all links, in all categories. Since you only have one category
   of links, it only displays that one title. You can uncomment that code you commented,
   and use `wp_get_links(1)` in your index.php which will just display the list 
   of links instead of the links with the category header.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [20040324 nightly – problems with postid > 102?](https://wordpress.org/support/topic/20040324-nightly-problems-with-postid-gt-102/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/20040324-nightly-problems-with-postid-gt-102/#post-41720)
 * Check if your time settings are correct… They added GMT time support since 1.0,
   so if your post is considered to be in the future, it might not show up.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2004-03-24 Nightly Features](https://wordpress.org/support/topic/2004-03-24-nightly-features/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/2004-03-24-nightly-features/#post-41719)
 * Post slug (this isn’t a new feature) is the text that will be used for creating
   permalinks… Usually it’s just a cleaned up version of the title of the entry (
   spaces replaced with -, invalid chars for URLs removed, etc) but you can customize
   it to whatever you want. Not sure about the rest of your questions 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2004-03-22 Nightly – notification e-mails broken?](https://wordpress.org/support/topic/2004-03-22-nightly-notification-e-mails-broken/)
 *  Thread Starter [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/2004-03-22-nightly-notification-e-mails-broken/#post-41718)
 * Ok, I have no idea why – but when I replaced the `\r\n` with `\n` it now works.
   So something about the `\r` in the header made something on my server very unhappy…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2004-03-22 Nightly – notification e-mails broken?](https://wordpress.org/support/topic/2004-03-22-nightly-notification-e-mails-broken/)
 *  Thread Starter [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/2004-03-22-nightly-notification-e-mails-broken/#post-41621)
 * Nope, using Outlook Express… I’ll get a message in one minute…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [2004-03-22 Nightly – notification e-mails broken?](https://wordpress.org/support/topic/2004-03-22-nightly-notification-e-mails-broken/)
 *  Thread Starter [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/2004-03-22-nightly-notification-e-mails-broken/#post-41602)
 * Anybody?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Comments pop-up doesn’t close](https://wordpress.org/support/topic/comments-pop-up-doesnt-close/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/comments-pop-up-doesnt-close/#post-41594)
 * Well, the javascript window.close() will close a window 🙂
    Having said that –
   I would personally to leave my comment window open, maybe with a message saying“
   Comment posted, but moderation is on so it will not display until approved by
   a moderator”… but that’s just me 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My first attempt at a WP photoblog](https://wordpress.org/support/topic/my-first-attempt-at-a-wp-photoblog/)
 *  Thread Starter [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 3 months ago](https://wordpress.org/support/topic/my-first-attempt-at-a-wp-photoblog/#post-37656)
 * For the thumbnail, I just put an img tag into my excerpt field for the entry.
   Then I took off the formatting for the excerpts, and just put the excerpt text
   in there.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Changing Admin Username](https://wordpress.org/support/topic/changing-admin-username/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 3 months ago](https://wordpress.org/support/topic/changing-admin-username/#post-38144)
 * Yup, I always rename my admin user in the database. Haven’t encountered any problems
   yet.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [index?cat=all (and rewrite)](https://wordpress.org/support/topic/indexcatall-and-rewrite/)
 *  [antifuse](https://wordpress.org/support/users/antifuse/)
 * (@antifuse)
 * [22 years, 3 months ago](https://wordpress.org/support/topic/indexcatall-and-rewrite/#post-36275)
 * I get that in a few places as well with the Feb 20 overnight… Search does it,
   as does the advanced editing page…

Viewing 15 replies - 1 through 15 (of 173 total)

1 [2](https://wordpress.org/support/users/antifuse/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/antifuse/replies/page/3/?output_format=md)…
[10](https://wordpress.org/support/users/antifuse/replies/page/10/?output_format=md)
[11](https://wordpress.org/support/users/antifuse/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/antifuse/replies/page/12/?output_format=md)
[→](https://wordpress.org/support/users/antifuse/replies/page/2/?output_format=md)