So, I'm well aware of the current points plugin that exists, but sad to find out that it doesn't include a points store where you can add items for people on your forum to buy with their points. After doing some research through old topics it seems forum gamification used to be a really big priority around nodeBB but that seems to have died off. 😞 Does anyone know of any points/points store systems similar to what they have currently on myBB?
Using Newsletter Plugin
-
Hi first post here, looking for some help regarding the Newsletter plugin.
It seems everytime I upload an image in my community newsletter it results in a broken image. I can send images by copying address but that doesn't really help.
Thanks, Alex
-
Thanks, I'll put it in the next update.
For now, you can just add your domain (
) to the front of the image address and it should work. -
@yariplus said:
Thanks, I'll put it in the next update.
For now, you can just add your domain (www.example.com/) to the front of the image address and it should work.
HI thanks Yariplus for the reply.
That didnt seem to help. The problem isnt getting from an address its actually uploading it from my HDD. Perhaps its a problem with Imgbed plugin? Everything else with Newsletter works perfectly just cant get the damn uploaded image to show.
Thanks
-
Please use examples from the bottom of
nodebb-plugin-imgbed
plug-in repo start page.
GitHub - bdharrington7/nodebb-plugin-imgbed: Embeds images into a post with just an image url
Embeds images into a post with just an image url. Contribute to bdharrington7/nodebb-plugin-imgbed development by creating an account on GitHub.
GitHub (github.com)
-
@MassivelyIndie The imgbed plugin doesn't do any uploading of any sort, unless you're on a very old version
If the images being uploaded aren't showing up in the newsletter, it's probably (?) because when you upload an image, it uses a relative address in the post, so in your newsletter it will have the relative address, but in an e-mail it won't have the same context as if you're viewing that post in the forum. If you could post a snippet of the source of the newsletter where you're seeing the issue, that would be much more helpful.
-
Fixed in latest. Sorry for the delay.
-
@rod It's actually just
{username}
Is there anything you would like added?