@yariplus Golden! And, now I know where the Custom CSS section is! Thank you!
Michael Pfaff
Posts
-
Javascript HTML Widget -
Anyone have a dice roller plugin?Got this one by @djensen47 working!
https://github.com/djensen47/nodebb-plugin-dice-bot
Just have to take out line 10 of plugin.json and create a user to be a bot and modify the bot UID in dice.js.
-
Bug: Admin Notification Options Not Saving@baris seems to be working on v1.8.1 now. Thanks!
-
Plugin Commission - Replace FontAwesome Icons?I'm wondering if this can be done with a plugin and how much a developer would charge to create. If this can be done, and you're interested in helping, please send me a bid. The plugin can remain free for everyone else to use once it's been developed.
It seems like a plugin is the best option so it isn't over-written when I upgrade NodeBB.
Here are the icons I was hoping to include on the NodeBB forum I have:
-
Recent Cards Not Working After 1.4.4 upgrade?v0.3.1 works great on NodeBB v1.4.4.
-
Issues Installing - Hired Help?Looking for someone to help me install NodeBB on my server. Please send me a PM with a price quote. Running a CentOS server.
-
Exclude Categories from Recent CardsThe Recent Cards plugin has the option to only show posts from a certain category. It'd be nice to be able to exclude a category as an alternative.
-
Wtf? Upgrade from 1.5.1 to 1.5.3 and all my plugins were uninstalled...@pichalite said in Wtf? Upgrade from 1.5.1 to 1.5.3 and all my plugins were uninstalled...:
@michael-pfaff I have seen these issue when using nodejs 8. Not with NodeBB but with other app. Seems to be issues with npm on nodejs v8.
Yup. Downgrading resolved the issue. Very much appreciate the help!
-
Issues Installing - Hired Help?Thanks for all the bids! @trevor has helped me out and solved my issues! Very much appreciate his work! Awesome job!
-
Group Invite Notification?Is there a way to turn on email notifications for someone invited to a group?
-
Plugin Commission - Replace FontAwesome Icons?@teh_g said in Plugin Commission - Replace FontAwesome Icons?:
I'd pitch in to help on this too! I'd love to even have an option to add additional icons instead of just using the FontAwesome ones.
Sweet. Once I get some bids I'll shoot you a note if you want to chip in. Thanks!
-
Who is using NodeBB?Pretty basic. But:
-
SendGrid Emailer - Small Issue@yariplus said in SendGrid Emailer - Small Issue:
It sounds like you have not set your url in
config.json
That fixed it! Thanks!
-
Anyone have a dice roller plugin?But the labels and additions of hits would be a nice touch.
-
2017 CMS Critic Awards: Nominate NodeBB for Best Forum Software!Done and done.
-
Simple gamification pluginI think it'd be cool if you had a ratio score of posts / reputation also. So, someone with like 5,000 posts but 100 upvotes isn't as high a level as someone with only 2,000 posts, but 750 upvotes.
Does that make sense?
Maybe upvotes should be weighted far more than posts for the purposes of levels, in other words.
-
Javascript HTML Widget@julian said in Javascript HTML Widget:
Nice site, looks a lot like our community forum
Ha! Thanks! Just need some users now!
-
DigitalOcean droplets got a resize@teh_g said in DigitalOcean droplets got a resize:
@michael-pfaff said in DigitalOcean droplets got a resize:
I stuck with same pricing for double the resources. Incredible.
I didn't think the upgrade would make a difference (1 GB of memory to 2 GB), but I have seen a decrease in 503 errors, and the forums load much faster when going between pages. Totally worth it.
Yeah, Iām noticing a big difference.
-
Responsiveness on Galaxy S7I think I fixed it. Had an HTML widget causing issues.
-
Error when upgrading from 1.4.5 to 1.5.0@azeus said in Error when upgrading from 1.4.5 to 1.5.0:
@Michael-Pfaff said in Error when upgrading from 1.4.5 to 1.5.0:
@azeus I'm also about to upgrade from 1.4.4. to 1.5.0. What steps did you take to install? I'm kind of nervous!
Like usual
$ cd /nodebb_Home
$ git fetch
$ git checkout v1.5.x
$ ./nodebb upgradeAnd of course backup before
Worked perfectly! Thank you!