MNG Posted July 2, 2013 Posted July 2, 2013 Hope you guys enjoy You're unable to view this code. Viewing code within this forum requires registration, you can register here for free. Quote
rjddev Posted July 2, 2013 Posted July 2, 2013 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. Quote
rjddev Posted July 2, 2013 Posted July 2, 2013 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. Quote
fbiss Posted July 5, 2013 Posted July 5, 2013 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. Quote
Tangled Posted September 9, 2014 Posted September 9, 2014 Could someone code this for V2? I'm new at this and I'm not figuring this out. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.