Yes he meant grunt 😆
Vanilla Theme - {posts.picture} 404-ing.
-
I'm running the Vanilla theme and there there's a button with a drop-down for the user associated with each post, and that button includes a reference to a variable image which is not being replaced with an actual value:
<img class="" src="{posts.picture}" width="18" height="18">
I see this is in the topics.tpl file for the theme (verified here: https://github.com/NodeBB/nodebb-theme-vanilla/blob/7b3e4a1d7276e89559bf0cbd16add33d91166832/templates/topic.tpl).
Is there something wrong with my installation that it does not have this file/variable, or is this a problem with the theme? I see several other references to posts.user.picture, but that image is already being used to the left of each post and it would seem redundant to repeat it right next to itself.
-
It should be posts.user.picture, fixing in vanilla.
Fixed here https://github.com/NodeBB/nodebb-theme-vanilla/commit/a14d2b2cf06a56ca1e51f07f55a69b895fe56605
-
Heh ... you responded in the time it took me to update the value and restart my NodeBB. Nice.