I’ve been using the Simple:Press blog linking (comments -> forum posts) feature since the early days, when lots of PHP modification was required to get it to work (sf_comments_number() and so on). Apparently now it’s quite easy, and everything “just works” with the stock code.
I do have some suggestions for the new setup, however, that would make management of active websites (thousands of comments) smoother, easier, and/or better.
First, I am running “delete original comments and put everything in the forum”, with original comments (effectively just pingbacks) shown interleaved. The problem with leaving the duplicates is spam: Akismet and Stop Spammer Registrations can’t catch everything, and if you leave the duplicates you have to delete every spam comment twice — once in WordPress and once in the forums! So I’m trusting SPF to continue to manage my comment threads for me.
Moving on:
1. How can I put an RSS link, and a “Subscribe to Comments” link, to the comment thread in each blog post when it’s actually a forum thread? (Since SPF is moving the comments to the forum and deleting them, the WP comments RSS is always empty.) Is there a hook for this already? If not, can I get one? I know there’s already an RSS for each forum thread, but I don’t know how to get it into the appropriate blog post.
2. Where can I change the default 20-character limit for displayed user names? I wouldn’t mind bumping this up to 25 or so, as some people (especially those with nicknames) can end up slightly over the limit…
3. The page title of every forum page and thread is just “Forums”, not the forum or thread title. How can I change this? I’m running the latest version of Atahualpa, if that helps.
4. It would be very useful to have a “spam words” function, whereby people with certain words in their username (particularly guest users) get their posts held for moderation or banned altogether.
Yes, WordPress has a similar function, but it’s useless because a. it matches inside words as well as whole words (it can’t reject “seo” for this reason), and b. it matches in the MESSAGE BODY as well as the name! For instance, anyone whose name contains “Internet”, “hack”, or “cheat” is likely a spammer, but those are perfectly reasonable words to use in the body of a comment.
Thus, I would like a menu function to create a list of spam keywords in the USERNAME ONLY, with separate lists for “match within” and “match only whole word”, and checkboxes to a. check Guest posts for these keywords (post is held for moderation) and b. check account registrations (account is not registered). Note that the first — checking guest posts — is more important, as that’s how comments come into the system.
5. This is more of a wishlist thing, but I was running blog linking way back when pingbacks were munched and turned into guest posts too. This got fixed by leaving pingbacks in the normal comment system, but I have a bunch that got munched. I kept the original Pingback emails from that era: can anyone help me out and write a script to convert the emails back into actual pingbacks in the WP database?
Anyway, that seems to be most of what I want. Hopefully I’ve been clear…please let me know if I can clarify anything here.
Thank you!