Teaser images not working
-
I just updated to the latest commit as of now. Not sure why its doing this...
I currently am using the *almost same code as whats in the repo.
-
@baris I have
http://convoe.com/api/?
perhapsrecent
or anything with thetopics_list.tpl
partial - also the API routes are minified in my browser so I can't really "see" what you're talking about. -
"teaser": { "pid": "1270", "username": "kiratsuchi", "userslug": "kiratsuchi", "picture": "https://secure.gravatar.com/avatar/1475882ac6076e1a09a46364ea7ee75d?size=128&default=identicon&rating=pg", "timestamp": "2014-04-20T20:53:52.368Z" },
Looks like your teasers are still using the old structure. Now it looks like
"teaser": { "pid": "1270", "timestamp": "2014-04-20T20:53:52.368Z" "user": { "username": "kiratsuchi", "userslug": "kiratsuchi", "picture": "https://secure.gravatar.com/avatar/1475882ac6076e1a09a46364ea7ee75d?size=128&default=identicon&rating=pg" } },
Make sure NodeBB core is up to date.
-
@baris Thanks Baris, I just git pulled again and it worked.
:squirrel: /solved
Copyright © 2025 NodeBB | Contributors