[RSS Feed/News] buildLink help to create own link

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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:

http://xenforo.com/review?12

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom