Jump to content
MakeWebGames

Free Event Log


MNG

Recommended Posts

But when the user deletes their events log, Staff won't see the old logs.

I have 2 tables that hold events data, one for the user, and one for the staff logs, so if a user deletes their events, it'll be still showed on the staff log.

Link to comment
Share on other sites

But when the user deletes their events log, Staff won't see the old logs.

I have 2 tables that hold events data, one for the user, and one for the staff logs, so if a user deletes their events, it'll be still showed on the staff log.

 

This can also be done without having a second table. Just include a column that holds a Boolean value and if its 1 then the players pull it in their query. The if they "delete" it, it just updates the value to 0. This would allow staff to still see it.

Link to comment
Share on other sites

  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...