Skip to:
Content
Pages
Categories
Search
Top
Bottom

Ephemeral Messages


  • Bruce K
    Participant

    @hefferst

    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)

  • Henry Wright
    Moderator

    @henrywright

    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.


    Bruce K
    Participant

    @hefferst

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


    Henry Wright
    Moderator

    @henrywright

    So there is no easy way to program around it?

    What are you trying to do?


    Bruce K
    Participant

    @hefferst

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


    Henry Wright
    Moderator

    @henrywright

    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

    @r-a-y

    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

    @shanebp

    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