XenForo
Administrative
- Thread starter
- Admin
- #1
I have a custom addon where a user can click an edit link and it opens an overlay to edit that item like so:
Code:
In the template that is opened as an overlay, I use an editorrow like this which is a straight up copy...
Read more
ادامه مطلب...
Code:
Code:
<a href="{{ link('item/edit', $item) }}" data-xf-click="overlay" data-cache="false" data-href="{{ link('item/edit', $item, $editParams) }}">
{{ phrase('edit') }}
</a>
In the template that is opened as an overlay, I use an editorrow like this which is a straight up copy...
Read more
ادامه مطلب...