RSS Feed/News Syntax error in custom template

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
28,804
Points
823

Reputation:

Hello to the entire XenForo community. I'm trying to make a news ticker but I'm encountering a problem that I can't find a solution to.
Code:

<a href="{{ link('threads', {'thread_id': thread.thread_id}) }}">{{ thread.title }}</a>
There is an error in this line and I don't know where it is and how to fix it. Of course I tried and...
Code:

<a href="{{xf:link('threads', {'thread_id': thread.thread_id}) }}">{{ thread.title }}</a>
But the problem remains..... And this is the entire template...

Read more

Continue reading...
 
Status
Not open for further replies.
Top