Skip to:
Content
Pages
Categories
Search
Top
Bottom

Censor forum posts only if user is not logged in…


  • Alex
    Member

    @hempsworth

    I’m looking for a solution which would censor forum posts from a blacklist of ‘bad words’ – but only if the user is not logged in.

    If somebody were to view the forums whilst being logged in, they would see the ‘bad words’

    Any ideas?

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

  • chrishajer
    Participant

    @chrishajer

    How do users who have not logged in post to your forum? Is that done with some sort of plugin?


    _ck_
    Participant

    @_ck_

    I think they mean the block words would not be visible to non-members that aren’t logged in. Not to allow anonymous posting.

    A weird request but easily doable – you just take the word censoring plugin and add a if ( !bb_is_user_logged_in() ) { add_filter(blah blah blah)} to it’s add_filter.

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