[RSS Feed/News] redirect to page x

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have a page like

http://localhost/items/?page=2

here i have items like threads or resources

here i have a link [edit]

i open an overlay and edit something

then i redirect to /items/

but I need to redirect to /items/?page=2


Do we have any example who this is done?

Should i edit with something like:

{{ link('item/itemedit', $item) }} and add somehow page=2


{{ link('item/itemedit', $item, 'page=$page') }}

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