@jtsimoes For sure! Actually, we are using a custom composer based on CKEditor which I've developed
kfirba
Posts
-
Is it possible to post a topic on all categories? -
Is it possible to post a topic on all categories?@yariplus that’s not what our content department wants. They would like to post to all categories as each category has its own “community”
-
Is it possible to post a topic on all categories?@jtsimoes hey! How is it going? Saw that the repo is currently empty
-
Getting a notification of new topics in the categories I moderate@jtsimoes tons of plugin ideas . Unfortonately I don't have the time to create them at the moment.
-
Is it possible to post a topic on all categories?@jtsimoes thanks for your response. I wish the feature was there but
Well, I thought about using the write API to create a user interface for my admins on the main website that will simply use the API to create new topics. I will try to scan for a plugin that does that first, tho.
-
Getting a notification of new topics in the categories I moderateHello,
Is it possible getting a notification each time a new topic is created in a category I moderate? Say I have 6 moderators, I want them to receive a notification when there is a new topic in a forum they moderate.
For now, the only way I found to do something like that is by going to the "unread" page and filter the topics there to the forums I moderate to see any unread (new) topic.
-
Is it possible to post a topic on all categories?Hello,
I was wondering if it is possible to post a new topic on all forums (also pinning it) as an administrator? At the moment, I have to go to every one of our 21 categories and re-create the topic in each one of them.
Any help would be much appreciated!
Thanks!
-
Redactor Error Handler / PostgreSQL Error on 8000+ characters message@JJSagan This issue isn't only with Redactor.
You can easily reproduce that issue by writing custom CSS/LESS in your dashboard. As it turns out, Postgress cannot emit messages larger than 8000 bytes.
There should be some mechanism that prevents from a notification to be broadcast if the payload is bigger than 8k bytes. Alternatively, truncate the notification OR send the notification in batches (which will require some front-end adaptations).
Also, the switches that enable or disable the "live reloading" or "live updating" aren't disabling the notification itself, they just don't LISTEN to the notification so turning those off does not resolve the error.
This error is all over in version 1.10.2. In version 1.11.1 I didn't get an error when adding custom CSS/LESS so maybe something changed?
cc @julianlam
-
Searching for a user by the "location" fieldHey!
We are using the Postgress database driver to store our data.
When we imported all users, we used the "location" field to store the user's id.What I need now is a way to get nodebb's user id by the "location" field. What I want is to reverse-sync the ids back to our main DB.
I've tried to hunt around the source code, but couldn't find a way to do it. Is there any way I can achieve that?
Thanks!
-
Adding an offset option for lazy loading images@PitaJ Is there any reason you decided to remove it? It is still available on version v1.10.2 (persona theme)
-
Adding an offset option for lazy loading imagesHey,
Currently, the image lazy-loading is only loading the images when they are in view. I would love to be able to specify an offset in pixels to load the images something like 500px before they get into view to make things feel a little faster.
I tried to find a setting to do so but could not. Any idea on how I can achieve that?
Thanks
-
Is it possible to not "watch" all categories by default? -
Is it possible to not "watch" all categories by default?Hello,
I'm looking for a way to ensure our users are not following all categories by default. We have many categories and by automatically following all of them we bloat the "unread" section for the user.
We would like to only show topics in the user's "unread" inbox if the topic is in one of the user's following categories, hence we would like the initial state to be "not watching".
Is this thing possible?
-
Run NodeBB with PM2@HARIOM-VASHISTH Hey!
There seems to be a problem with PM2 where I always get a notification about disconnecting and re-connecting. Had an issue with that?
-
How do I make a category "read-only" and private categories@PitaJ Thanks!
-
How do I make a category "read-only" and private categories@faizanzahid I'm not sure what you mean? Is it possible to "hide" categories from specific groups and vice-versa?
-
How do I make a category "read-only" and private categoriesHello!
We've recently installed NodeBB and we wondered if it's possible to make a category "read-only". People will be able to view the forum but not post to it.
Also, is it possible to have certain categories "hidden" from people? We want only people in the "mods" group to be able to see and participate in those categories.
Thanks!