[nodebb-plugin-ns-awards] NS Awards, Give Medals!
-
You should use general section for such questions
$ sudo apt-get install -y python-software-properties $ sudo add-apt-repository -y ppa:rwky/redis $ sudo apt-get update $ sudo apt-get install -y redis-server
If you have Ubuntu, It will update to latest redis.
-
Maybe It's another problem related to
redis
?
Number of records extracted correctly (you have 2 grants in user's profile), but there is no payload/data for this records:- no award data
- no grant data
- no awarded by data
Do you have access to NodeBB console logs?
Try to visit account page, and check in this moment - logs. Do you have any errors or warnings?
As a second option, try NodeBB setup with MongoDB. Will you have all these issues with mongo also? -
Hi @Nicolas , awesome plugin as I'm sure this is something people have been looking for.
Question: is it possible to make this display using the Lavender theme by just adding <!-- IMPORT partials/awards_profile.tpl --> to Lavender's profile.tpl?
Thanks
-
@ExperienceOz yes. Lavender is based on Vanilla. Most template changes in Vanilla, will be reflected in Lavender
-
@Nicolas said:
@1Smert1
Something weird, why do users have the Number at the end of their name?
Also, when you are entering name of the user, dtopdown menu should pop-up, select user from this pop-up window.@Xiph
For now, I don't have ideas, I will do clean install to find problem.Number at the end in the above screen shot is that users uid. Not part of the username.
-
-
@Nicolas i've added the topic view to topic.tpl in lavender but images just don't show up below the user's avatar in topics at all. I've disabled and enabled numerous css styling , tried .gif .jpg .png and nothing will make the image appear. Why? you can see the div is there but image remains blank
-
@Codejet did you activate Topic rendering in settings? If Yes, does it work for you in profile views?
Also, could you inspect image in html layout, maybe link is incorrect. Do you host NodeBB under domain/subdomain or subfolder? -
@Nicolas said:
@Codejet did you activate Topic rendering in settings? If Yes, does it work for you in profile views?
Also, could you inspect image in html layout, maybe link is incorrect. Do you host NodeBB under domain/subdomain or subfolder?<div class="awards-item"> <img class="awards-image" src="" alt="" title="" data-toggle="awards-tooltip" data-placement="top"/> </div>
Could possibly be why ? nothing in src
-
i see redis database and the image is stored as a hash
119834da7e5b6b87d6fa64b30a09f38e.pngshould i be able to find this image somewhere uploaded to the server ?
not that it would matter if the src="" is not filled by the appropriate image path
seems like its a problem with some variable not passing the image path to src.. ...
-
Problem could be in Redis.
I'm developing plugins under Mongo, but I use db-agnostic class from NodeBB.Yes, you can find image under
/public/uploads/awards/
.First thoughts:
- I an not using DB classes properly.
- Issue in Redis/Mongo db-agnostic class.
-
-
Version of NodeBB?