[RSS Feed/News] Template tags not matching in template modification

Status
Not open for further replies.

XenForo

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

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