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: BBcode that render time
Let's say,
A user posts 2020-12-25;12:30 within a BbCode like 2020-12-25;12:30
I need to check the post $owner's timezone and convert...
Hi i use this to create link:
\XF::app()->router('public')->buildLink('canonical:review', $review->id, ['id' =>$review->id]),
and my url look like this:
Code:
http://xenforo.com/review/?id=12
But i want to look like this:
Code:
http://xenforo.com/review/12
Or like this:
Code...