XenForo
Administrative
- Thread starter
- Admin
- #1
In the
Code:
with a different form action.
I thought this could be done using a template modification that finds the above text and replaces it, something like this
Code:
Read more
ادامه مطلب...
forum_post_thread
template I want to conditionally replace the line Code:
Code:
<xf:form action="{{ link('forums/post-thread', $forum) }}" ajax="true" class="block" data-xf-init="attachment-manager"
draft="{{ link('forums/draft', $forum) }}">
with a different form action.
I thought this could be done using a template modification that finds the above text and replaces it, something like this
Code:
Code:
<xf:if is="{$forum.my_condition}">
<xf:form action="{{...
Read more
ادامه مطلب...