- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,417
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
I don't want to bump threads, but I also don't want to add a new field to xf_thread.
But I have to know when custom_fields are changed. And I need this information in thread and not in post only.
The deal is update
thread->last_post
post->post_date
(and forum->last_)
but what I do with
post->last_edit_date?
Could there be any problem, if the last edit_date is before the post->post_date?
Is it the best solution to do?
post->post_date to now;
then post_last_edit_date to now, if not 0...
But I have to know when custom_fields are changed. And I need this information in thread and not in post only.
The deal is update
thread->last_post
post->post_date
(and forum->last_)
but what I do with
post->last_edit_date?
Could there be any problem, if the last edit_date is before the post->post_date?
Is it the best solution to do?
post->post_date to now;
then post_last_edit_date to now, if not 0...