also how to block such users at registration time ? i mean by email domain.
ningji
Posts
-
How to delete spam users by email domain ? -
Issues on the upgradeFollowed this
https://docs.nodebb.org/configuring/upgrade/
ubuntu 22.04for "Backing up Redis", i cannot find rdb files.
for "Backing up MongoDB",
ningji@51above:~$ sudo service mongodb stop
[sudo] password for ningji:
Failed to stop mongodb.service: Unit mongodb.service not loaded.
ningji@51above:~$ mongodump
2023-01-06T23:26:38.668+0000 Failed: error creating intents to dump: error getting database names: (Unauthorized) command listDatabases requires authentication -
How to turn on blog feature if it exists ?I can click someone's profile and see the posts, but these posts seem not organized. Is there's a blog mode ?
-
How to let user always able to edit his/her own posts ?@cagatay it's working, NodeBB is awesome so far
-
How to let user always able to edit his/her own posts ?Right now after say 10 mins i cannot edit my posts anymore, how to disable this feature pls ?
-
Modifying groups doesn't take effect@cagatay yes i did from admin panel.
Followed what you said and checked again, not groups for this user.Why do i need to rebuild ? this'd be a configuration issue.
Version v1.18.6I can live with it for now since my site is still in testing.
But want to report this. -
How to embed another page from another site ?There's a good post from another site.
I can add the link to my post in nodeBB but readers need to click the link.Can we embed the post directly into my post ?
-
Modifying groups doesn't take effect@PitaJ neither
-
Modifying groups doesn't take effect@cagatay Did check the category privileges settings, only "Global Moderators", "spiders", "Group1 users" are allowed to view category1.
What i'm afraid is once a while i saw "This action cannot be undone"
-
How to auto-shrink image if it's too big ?Got errors when inserting large size images, is there a way to auto shrink ?
-
Modifying groups doesn't take effectInitially i added user1 to group1,
only group1 can have access to category1.Now i delete user1 from group1, i found user1 still have access to category1.
Bug or feature ?
-
How to support multi-language forum pls ?@julian tried, works, loving this feature
-
Cannot see attach picture icon on iphonei can find the attach picture icon for a post in PC, which is the last in the list of icons.
With my iphone x max, i cannot see it unless i turn 90 degrees, this is not good for the new users.
-
How to support multi-language forum pls ?@julian good to know, let me play with it, thx !
-
How to support multi-language forum pls ?So if ppl write posts using different languages, what's the best way to make the forum clear in NodeBB ?
- Create separate catalogs for different languages ?
- Use tag ?
- anything else ... ?
-
How to config Nginx to load both index.html & NodeBB1st of all i'm new to Nginx, and this is the 1st time i'm really setting up NodeBB. So pls forgive me when i'm asking basic dummy questions.
Basically followed this
https://docs.nodebb.org/installing/os/ubuntu/
using Ubunt 20. So far so good with the installation.The folder structure looks like this in the server:
/home/user/abcde/index.html /root/nodebb (This might be a mistake but ...)
Eventually index.html will have a hyperlink which links to the NodeBB forum.
Right now the /etc/nginx/nginx.conf has a block like this, and index.html does load fine in browser
server { server_name mysite.com; location / { root /home/user/abcde; } }
My question is: how to modify nginx.conf so it can load the NodeBB as well ?
Again the final goal is ppl can access NodeBB from its link from index.html.Thanks very much for your help !
-
Since which version nodebb added a search button in the top right corner ?@pichalite said in Since which version nodebb added a search button in the top right corner ?:
@ningji that's been there for a long time now. You just need to have one of the search plugins installed and activated.
nodebb-plugin-dbsearch
gets installed by default. Activate the plugin and restart NodeBB to see the search icon.@yariplus FYI... plugins themselves don't add that search menu. NodeBB checks for any active plugins listening for the hook
filter:search.query
to decide whether to show or hide the search icon.Thanks very much, will give it a try later !
-
Since which version nodebb added a search button in the top right corner ?So in this community.nodebb.org/, in the top right corner you have this search icon.
I installed 1.0.3, but not seeing it though.so which version should i install to get this search feature ?
Thanks !
-
How to add some pictures in the homepage ?Hi i'm able to install, see different categories in the home page.
Now how can i add some pictures in the homepage ?If i need to change the code, what file will that be, i do have some node.js experience.
Thanks !