Jump to content
MakeWebGames

Recommended Posts

Posted

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.

Posted
Hope you guys enjoy

 

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

And heres a code with pagination function in it. ;)

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

Posted
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.

  • 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...