- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,375
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Is it possible to replace the text between open and close tags with a callback?
I'm trying to make this feature work with an add-on:
Let's say,
A user posts
I need to check the post $owner's timezone and convert this string
I'm trying to make this feature work with an add-on:
Let's say,
A user posts
2020-12-25;12:30
within a BbCode like [timedate]2020-12-25;12:30[/timedate]
I need to check the post $owner's timezone and convert this string
2020-12-25;12:30
into the Unix timestamp and replace it back to...