Recep Baltaş
Well-known member
Hi,
I want to have full control over my board, so I check every single topic and answer to questions if required. But somtimes, I miss some topics.
In vbulletin, I was running a querry to set my login date to a previous date and then click on New Posts and voila, everything after that date was in front of me.
I want to do the same with Xenforo. So, my question is, is this code OK ?
Thakns.
I want to have full control over my board, so I check every single topic and answer to questions if required. But somtimes, I miss some topics.
In vbulletin, I was running a querry to set my login date to a previous date and then click on New Posts and voila, everything after that date was in front of me.
I want to do the same with Xenforo. So, my question is, is this code OK ?
Code:
UPDATE `technopa_xenforo`.`xf_user` SET `last_activity` = '1394379900' WHERE `xf_user`.`user_id` =1;
Thakns.