XF 2.2 How to redirect form in overlay or page from list or from item?

I try to explain it one more time:

on page: Item list
  • edit opens in overlay, overlay closes with reply
  • edit opens in new page, doesn't close after sending, needs redirect to item or list, don't know how to tell that we are not in overlay.

on page: item
  • edit in overlay, should redirect to item again
  • edit in new page, should redirect to item again

can be solved be something like &from=list or &from=item

if from = list => reply
else redirect


but how to tell

itemlist -> edit in page -> now redirect!
 
Last edited:
Top Bottom