Title: Robinj's Replies | WordPress.org

---

# Robinj

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Attachment.php doesn’t seem to work.](https://wordpress.org/support/topic/attachmentphp-doesnt-seem-to-work/)
 *  Thread Starter [Robinj](https://wordpress.org/support/users/robinj/)
 * (@robinj)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/attachmentphp-doesnt-seem-to-work/#post-631647)
 * Hey, that works. The permalinks are now set to just /post-title/image-title/ 
   and it all loads up fine. On reflection I should be able to leave permalinks 
   as it to keep categorised permalinks, and just change the links manually when
   I add images.
 * Thanks a lot!
 * Guess that’s a bug of sorts for someone to have fun with…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mass Delete 3,636 Tags in WP 2.3](https://wordpress.org/support/topic/mass-delete-3636-tags-in-wp-23/)
 *  [Robinj](https://wordpress.org/support/users/robinj/)
 * (@robinj)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/mass-delete-3636-tags-in-wp-23/#post-629780)
 * You could go into phpMyAdmin or whatever it is you’re using for your database
   and just update the table to set tag fields to empty. I don’t know the exact 
   query you’d need, but it’s one way to do it. **Take a backup first though!**
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Check to see if there is content](https://wordpress.org/support/topic/check-to-see-if-there-is-content/)
 *  [Robinj](https://wordpress.org/support/users/robinj/)
 * (@robinj)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/check-to-see-if-there-is-content/#post-630960)
 * It’s something of a guess but
    !empty($post->post_content) might just work?
 *   Forum: [Your WordPress](https://wordpress.org/support/forum/your-wordpress/)
   
   In reply to: [Keeping your blog safe from comment SPAM…](https://wordpress.org/support/topic/keeping-your-blog-safe-from-comment-spam/)
 *  [Robinj](https://wordpress.org/support/users/robinj/)
 * (@robinj)
 * [18 years, 7 months ago](https://wordpress.org/support/topic/keeping-your-blog-safe-from-comment-spam/#post-543426)
 * One fairly simple way to block comment spam is just to change the comment form
   system a little. Get people to put their URLs in the main comment box and take
   the URL field out of your form (but leave it in the script). Any comment with
   the URL field filled in has therefore not been done through the comment form,
   but by a script. Coming up with a little bit of script to automatically delete
   these is no problem (I get a lot of Christian dating websites, for some reason,
   very odd).
    Its such a simple way that I actually feel a bit embarrassed for 
   suggesting it, but it works. The downside is that you lose the URL field in comments,
   but you can either make a different one with a different name or include it in
   Name or Comment fields. And of course it only works where spambots leave a URL,
   but…they usually do, since that’s kind of the whole point.

Viewing 4 replies - 1 through 4 (of 4 total)