- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Hi,
I'm working on an add-on that changes the author of posts posted in specific threads, but there are a couple of things I haven't managed to figure out entirely:
I'm working on an add-on that changes the author of posts posted in specific threads, but there are a couple of things I haven't managed to figure out entirely:
- Replying to a thread: Currently I'm using a code event listener for post_pre_save to edit replies before they are saved. This works well enough, but is there a better way? I have tried e.g. using Service\Thread\Replier->_save() and Service\Post\Preparer->afterInsert(), but in both cases the reply did not appear...
نام موضوع : Bests way to change the author of a post