Skip to:
Content
Pages
Categories
Search
Top
Bottom

Ephemeral Messages

  • @hefferst

    Participant

    Hi, I’m new to Buddypress and WordPress. Has anybody worked with ephemeral messaging and gotten it to work?

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • @henrywright

    Moderator

    Private messaging in BuddyPress is persistent (saved to the db). There is also “flash” messages but these are stored as a cookie and are removed after the page request.

    @hefferst

    Participant

    Thanks Henry. So there is no easy way to program around it?

    @henrywright

    Moderator

    So there is no easy way to program around it?

    What are you trying to do?

    @hefferst

    Participant

    I want to have messages and pictures disappear after a specified time.

    @henrywright

    Moderator

    You’d need to build a custom solution because I don’t think there’s anything available, at least for BuddyPress.

    Take a look at the WordPress Transients API. That might help.

    https://codex.wordpress.org/Transients_API

    @r-a-y

    Keymaster

    You could probably run a cronjob to remove various activity items and private message threads if they’re older than a certain interval.

    Of course, this would need to be custom-developed.

    @shanebp

    Moderator

    You could also do it manually using BP Bulk Delete.

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