Skip to:
Content
Pages
Categories
Search
Top
Bottom

Restrict a User to Add Link Before Defined Number of Posts


  • laddi
    Participant

    @laddi

    Greetings to bbPress Scientists and Engineers,

    I want to restrict users to add an external link before a define number of topics and/or posts created.

    In other words:
    Allow a user to put external link in topics or posts only after he/she created some number of (say 20) topics or posts.

    This will be a revolution in bbPress if we could do this. It will help to stop spamming to a great level. And vBulletin and others must be worried about it.

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

  • Robin W
    Moderator

    @robin-w

    I suspect that without extensive time in coding this and your other requests will not be possible.

    Hopefully someone else will be happy to spend the time to resolve


    laddi
    Participant

    @laddi

    You are right, Man… 🙁
    I have to wait…

    Hey, I am using one or two plugins made by you… Thanxx


    Robin W
    Moderator

    @robin-w

    if you get the remove filter working in the other post you could have it ‘removed’ as default and then add a conditional filter

    e.g. if users has posted xx topics then {
    add_filter( ‘bbp_get_reply_content’, ‘bbp_make_clickable’, 10 );
    add_filter( ‘bbp_get_topic_content’, ‘bbp_make_clickable’, 10 );
    }

    but you’d need to code that yourself as I’m time strapped at the moment

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar