• For some weird reason, I’m unable to post or reply in the bbPress support forums with this questions so I’m going to ask here since it does apply to moderation.

    I was wondering whether there was some way to NOT display the Topic Tag input field unless the topic poster or reply poster was a registered member?

    I allow anonymous posting and the Spammers posts do get blocked but bbPress allows their Tag Spam into the system.

    Thoughts?

    http://wordpress.org/extend/plugins/bbpressmoderation/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ianhaycox

    (@ianhaycox)

    Hi,

    Tag handling in bbPress does seem to be a bit of an issue. It comes up a lot in the bbPress forums where tags can be overwritten by subsequent posts.

    For your situation I would suggest a simple plugin/theme function that hooks into wp_enqueue_style and tests for is_user_logged_in() then enqueues a CSS file to hide the topic tag input fields.

    Thread Starter Martin

    (@rastarr)

    So messed up that I eventually removed the entry field altogether from the topic and reply pages 🙂
    I’m sure I’ve seen code changes being made in Trac so will see how this is changed in later releases. Thanks for your reply Ian.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Tags’ is closed to new replies.