• The Recontre plug-in provides very useful functionality.

    I am thinking of using it with another WordPress plug-in. However this plug-in will delete WordPress wp_users entries if a user hits the Delete button from this plug-in.

    I can try to stop the database row being deleted, but that would involve altering third party code and it could have multiple points.

    The best thing to do is to detect a wp_users database row has gone and to then write a bit of custom code to delete all database entries in Rencontre. There are a limited number of tables and so this should not be difficult.

    However what about the photos? I notice Rencontre has functionality to delete abandoned photographs.

    So my question is…. Will Rencontre eventually detect it is storing photographs for users not in the Rencontre user database and eventually delete them?

    Many thanks for answering my last question.

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

    (@sojahu)

    Hi,

    Will Rencontre eventually detect it is storing photographs for users not in the Rencontre user database and eventually delete them?

    Yes, when a Rencontre user is deleted, the function “f_suppImgAll(user_id)” is called and all the photos are deleted.

    When a user is deleted in wp-users and not in Rencontre (dashboard users tab), the user (and photos) will be deleted during maintenance period.

    Regards

    Thread Starter Marisa

    (@marisa2023)

    Thank you for your reply. This plug-in is well designed.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does Rencontre delete photographs for users gone from the database’ is closed to new replies.