M

Syntax error in custom template

  • Thread starter Thread starter Milen
  • Start date Start date

Visitor Greeting

Welcome to NullWarehouse.com... We are currently seeking Mod's and Contributors. If you wish to apply for a Mod position then please click on Members dropdown arrow, then click on Staff App and fill it out completely and submit it. If you want to be a Contributor then start contributing and we will have our eye on you and take notice, something great could come of it.

  • We have redone the forum. If you notice any issues or errors please open a Support Ticket under the Members dropdown and let us know.
M

Milen

Guest

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...
 
Similar content Most view View more
Back
Top Bottom