We've released v1.15.4. Check out our GitHub page for fixed issues:
-
Plugin is installed on this community 🙂 In the composer you can post a topic as a question thread:
Or, you can convert it to a question from thread tools:
Mark your question as solved via thread tools:
And here is how it looks like in the category view, recent, popular, etc:
A navigation route is available, so you can see the most recent unsolved threads. Just activate it in ACP -> General -> Navigation:
Tested on Vanilla, Lavender, and Persona on latest 0.7-dev.
-
-
This plugin adds a new route to your NodeBB at /feed. This route shows a feed of posts from users that you follow. The page has 4 widget areas to further customize the page.
I installed the plugin on this forum to showcase it https://community.nodebb.org/feed
-
Hello All,
I need to add few additional fields while registration. Phone number and an attribute to check if user is individual or business. I also need to filter users who are business.
I have tried all the plugins which say that they help add attributes on user profile or registration form. I have not been able to understand where or how these new fields will be available.
So there is some very basic thing which I am missing and rest are doing. Any step by step instruction as to which plugin to use and how to see those fields will be appreciated.
I am running 1.16.2-beta.0.
Thanks,
Prashanth -
I installed this s3 upload plugin an set the environmental variable as mentioned in readme. But couldnt able to connect to s3 from my node bb app. I made the s3 bucket public and check it postman. And I also assigned roles to my ec2 instance to upload an download image. Where can I stack trace the issue. I cannot able to find what I am missing
-
Original topic: https://forum.vivaldi.net/post/450949
alt text
Basically, we won't need 2 paginations on top & bottom of the page IF we have one fixed position pagination at the left/right side. This will allow us to access the forum's pagination at all time, with ease.
-
-
Hello,
I do not seem to get the emojis to work in my forum. The code gets printed but in the preview the icon is not there and is also missing when submitted.
I read in other posts to install nodebb-plugin-emoji-extended but in my admin tools I cannot find this plugin 🤷
Probably I am missing something obvious, can anyone help me?
Regards -
Hi,
I'm looking at doing some automation of the creation of "private" categories and modifying their permissions so a newly created group (creating both at the same time) can be given access to the category.
I notice there is a PUT to update a category (https://docs.nodebb.org/api/write/#tag/categories/paths/~1categories~1{cid}/put) but I can't see anything to do with permissions as part of the payload.
Do we have a way of doing this with the v3 API?
-
Hi,
I've been trying to upgrade one of my forums to 1.16.2 from 1.16.1 as I've always done (and already done on a separate forum a few weeks ago and is working) but it seems to be stuck at 1.16.1 on origin/v1.16.x on the forum I'm trying to upgrade.
Is there a way I can fix this?
Git status:
On branch v1.16.x Your branch is up-to-date with 'origin/v1.16.x'. nothing to commit, working directory clean -
(With all plugins deactivated + custom css/js disabled)
go to /unread page (assuming there are some unread topics listed) click "Mark as read" click "All"Result: Page reloads, without any change. URL in browser address bar changes to something like
/unread?id[]=5&cid[]=5&cid[]=11&cid[]=11&cid[]=12&cid[]=12&cid[]=18&cid[]=18&cid[]=19&cid[]=19&cid[]=42&cid[]=42&cid[]=43&cid[]=43&cid[]=44&cid[]=44&cid[]=45&cid[]=45&cid[]=46&cid[]=46&cid[]=47&cid[]=47&cid[]=48&cid[]=48&cid[]=49&cid[]=49&cid[]=51&cid[]=51&cid[]=53&cid[]=53&cid[]=54&cid[]=54&cid[]=56&cid[]=56&cid[]=58&cid[]=58&cid[]=59&cid[]=59 .....There is no difference if I mark some topics individually and click "Mark as read" and then "Selected".
It works as expected if I change to Persona theme, so I assume there is a bug in Slick Theme.
Can anyone confirm this misbehavior on their forum?
Any idea how to fix it?
-
Hi,
I'm on the advanced cache page and I'm seeing Post Cache, Object Cache, Group Cache and Local Cache are all maxed out.
I'm guessing this affects performance somehow, right?
I am able to tweak Post Cache Size. I'm trying to double it right now. I'm assuming this would improve performance as we'll be getting more Hits and Misses.
I am not able to tweak the size for the other 3. Is that intentional?
Thanks!
Best regards,
Pat -
Hi,
I'm not sure if this is a bug; but when I click on the Recent Cards in the Carousel on my Home page it takes me to the "comments" section of the topic not the topic itself.
Is there a way to change this?
All the Best,
Dan
-
hi.
i added a HTML-widget to the global header section under /admin/extend/widgets with the following code
<script>var images = [ "/assets/uploads/system/header_0.png", "/assets/uploads/system/header_1.png", "/assets/uploads/system/header_2.png" ]; function getImageTag() { var randomIndex = Math.floor(Math.random() * images.length); var img = '<img src=\"' + images[randomIndex] + '\" alt=\"headerimage\" width=\"100\%\"/>'; return img; }</script><div style="padding-bottom:30px"><script>document.write(getImageTag());</script></div>which gave me the expected result: three randomly shown header images. great! but then i had to realize that the header image kind of overwrites the login. in some browsers one can snatch the input form before its suddenly replaced by one of the three header images.
is it a feature or a bug? decide yourselves. but it doesn't matter. what i need for the moment is just quick help to fix the problem!
as far as i know the HTML-widget should be found somewhere in the DB under the widgets:global keyword. it would be great if one of you - with more experience in manipulating or changing an existing line of a DB entry - could help me with some script-code i could use from command line. i'm still not confident in writing a small script which replaces the line which starts with "header": inside the widgets:global keyword to
"header": "[]"which should just empty the global header section under /admin/extend/widgets and prevent the login form to be hidden by accident. thank you.
ober!schöne grüße,
mrx. -
We have a self-hosted version of NodeBB 1.15.0. We use Redactor when users post, because our core audience are not the kind of folks who generally would "get" using markup.
Over the last several weeks (and this does seem to have come up long after we upgraded to 1.15.0) users have been complaining that they cannot reply, as you can see in this thread on our forum
Is this a known bug in 1.15.0? Does the latest version address this issue?
Thanks in Advance for Any Info,
Mark -
NodeBB: Embed
Embed media and rich content in posts: youtube, vimeo, twitch etc. It's a dynamic plugin, it means, you can add your own embed code, you don't need to write separate plugin for it. By default, plugin is shipped with several predefined embeds, you can tune them, remove them or add new ones:
Youtube Vimeo Coub VineTo install predefined embeds, use utility in ACP.
Don't forget to share your good ideas for embeds with others. Most popular will be included in predefined set.
Links Plugin ACP Look Preview NodeBB: Embed Prevew, ver. 1.0.0
Categories
-
NodeBB Development
Stay tuned here to hear more about new releases and features of NodeBB!
Feature RequestsNodeBB BlogBug ReportsNodeBB Localization -
Technical Support
Need help with installing or configuring NodeBB? Look here.
Swedish Support (Unofficial)Polish SupportDeveloper FAQ