@yariplus
Yes, it's true, almost everything in the forum has an API.
Then websockets? I don't see a websocket stream interface which client/app can get notifies, mentions.
niro
Posts
-
Other webapps derived from nodebb, non-forum? -
Other webapps derived from nodebb, non-forum?A API-first system will be more interesting in mobile phone age.
-
Other webapps derived from nodebb, non-forum?Lack of a complete API support. Such as live stream.
I don't think Nodebb is a good choice to develop web/phone apps. -
customized category slug@Jam No
-
customized category slugCategory slug consist cid and slugify category name.
var slug = cid + '/' + utils.slugify(data.name);
Is it possiable give a custom setting like this?
var extSlug = custSlug || utils.slugify(data.name); var slug = cid + '/' + extSlug;
While custSlug set at category setting page.
-
Nodebb chat box+1 for the feature
-
Is there any plan for group chat?Is there any plan for group chat?
-
[nodebb-plugin-custom-homepage] Basic CMS plugin - custom homepage@psychobunny said:
When I enter "/", custom homepage appeared , then "/forum/, it work ok, then to topics list page, then click browser's "back" button , it can't back to "/forum".
I don't know how to make it ok, need help
Don't think I follow 100%, are you building your own plugin and using this one as a base?
Yes, I'm building my own plugin, but I only adopt the idea of the route rules. I had try to just install the custom homepage plugin to see if it is ok, but seems also the problem. I did need a hompage before enter forum home. Some good idea please?
-
[nodebb-plugin-custom-homepage] Basic CMS plugin - custom homepageDear master
I follow the idea of the plugin's route:
app.get('/', middleware.buildHeader, renderHomepage); app.get('/api/home', renderHomepage); app.get('/templates/home.tpl', renderHomepage); app.get('/forum', middleware.buildHeader, controllers.home); app.get('/api/forum', controllers.home);
When I enter "/", custom homepage appeared , then "/forum/, it work ok, then to topics list page, then click browser's "back" button , it can't back to "/forum".
I don't know how to make it ok, need help
-
no plugins found , how fix it@Paul.Li-ζι±ε
Check your network! -
How about give reputation system more choice?@julian said:
We're looking to expand how the reputation system is currently used -- upvotes is one way, but hopefully we'll add other methods as well.
seems good!
-
How about give reputation system more choice?@dylenbrivera
Yes, it's true@zenkamal
I want to increase user's activities, seems no rank and virtual points system of nodebb, so I wonder if is possible that one can gain some reps except vote, such as
create topic, by reply count, and other strategy. -
How about give reputation system more choice?Image that one could get some reputation when create new topic or new post while give a option in ACP define how many reputation of one topic or post?
-
[nodebb-plugin-quickstart] Plugin starter kit@niro said:
Notice that client-side script added in plugin.json, and have not a scripts.get hook. I actived the plugin and found the client-side log "nodebb-plugin-quickstart: loaded" not print untill refreash the page.
Take back the post, it's ok, some wrong with my code.
-
[nodebb-plugin-quickstart] Plugin starter kitNotice that client-side script added in plugin.json, and have not a scripts.get hook. I actived the plugin and found the client-side log "nodebb-plugin-quickstart: loaded" not print untill refreash the page.
-
Can not install plugin ! No plugin found!It seems some problem of my internel network
-
Can not install plugin ! No plugin found!@julian
Thanks for replied!- When click "Plugins" and then timeout, only a "localhost:4567/admin/plugins" URL request, no other internel URL and no error of the browser's develop tool's console.
- But when refresh the admin panel, two timeout error appear the browser's develop tool's console.
GET https://api.github.com/repos/designcreateplay/NodeBB/tags net::ERR_CONNECTION_TIMED_OUT
GET https://secure.gravatar.com/avatar/59235f35e4763abb0b547bd093562f6e?size=128&default=&rating=pg net::ERR_TIMED_OUT -
Can not install plugin ! No plugin found!npm install nodebb-plugin-custom-homepage ,and also other plugins.
And then go to the admin panel click "Plugins", nothing show , about 1 minute later, "No plugin found" show there.
From the browser's develop tool, notice that a GET request there, "http://localhost:4567/api/admin/plugins?_=1399982674566" , no respond.I don't know what's wrong.