@pichalite
Yes, I created a copy of partials/topics_list.tpl. Then I renamed it to partials/topics_list_diy.tpl
404 not found on load in JS console
-
GET http://10.1.10.130:4567/404 404 (Not Found) (index):1 Hello. This message was sent from scripts/inject.js
-
@Giorgio-Chiodi Please have the console open when you trigger this bug... then, go to the network tab, right click, save as HAR.
Then send me the HAR file
-
@julian Thank you Julian, I've sent it to you via chat.
-
Thanks @Giorgio-Chiodi, looks to be the theme attempting to load
{topic.thumb}
, which does not exist: -
@julian ah whoops didn't notice that
-
But shouldn't this work in
featured-topics-4x1.tpl
<!-- IF !topics.thumb --> <!-- <div><i class="fa {topics.category.icon} fa-4x"></i></div> --> <!-- ENDIF !topics.thumb -->
Since there's no
topics.thumb
, it shouldn't load it. -
I'm not sure -- it depends on the API call that that template calls. I believe @psychobunny might have a better idea?