- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,420
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
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:
But i want to look like this:
Code:
Or like this:
Code:
\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:
http://xenforo.com/review?12
نام موضوع : buildLink help to create own link