Our team build a iOS APP and Android APP,Android embedded nodebb web have a strange problem about nodebb-plugin-composer-defaul
plugin.
️
when I touch
so user cant post message in nodebb, i don
t know kill this problem, IOS and PC web are not have this problem, what I do? need your help : )
bgdztft
Posts
-
nodebb-plugin-composer-defaul in Andorid APP have a problem... -
Time to say goodbyeNodeBB is not for everyone.
-
Introduce other js files in footer.tplchrome console have errors
I don't know why these errors happen
@julian -
Average user can't upload vidoes@julian thank your answer.
-
Average user can't upload vidoes@florencewillburn thank your answer, this problem need edit code, It doesn't matter to the administrator.
-
Problem about global data transferThanks,
I have solved this question by myself. -
Average user can't upload vidoesSorry, I have problem.
Ordinary users do not have permission to upload video, what can I do? -
Problem about global data transferI want remove
breadcrumbs
compoent in navbar like this
️
All page look like this pic.
and i code inmenu.tpl
inster<!-- IMPORT partials/breadcrumbs.tpl -->
compoent,
like this ️
But
breadcrumbs
compoent inmenu
not have global data aboutbreadcrumbs
,
So I want register breadcrumb‘s data, what can i do?
I need your help, Thanks. -
Change lang of plugin 'nodebb-plugin-composer-redactor'@datcangio You can customize components
-
nodebb-plugin-composer-default requestsIf It involves only two layers of father son relationship, I am check they
category.parent
, I haved implemented the function, I wonder if this method is advisable.
-
nodebb-plugin-composer-default requestsI want custom
category-selector
subcategories items style, make them different from the parent plate.
like this pic ️I was readed
categoryList.js
code, But I don't know how to do it.
@julian -
Clustering with Mongo, How to configure?We project need clustering with Mongo,I find some documents,they are not my need。
Have somebofy configure for clustering with Mongo? -
nodebb-plugin-write-api Updates a user's profile information have Bug?User.updateProfile = function (uid, data, callback) { var fields = ['username', 'email', 'fullname', 'website', 'location', 'groupTitle', 'birthday', 'signature', 'aboutme']; var updateUid = data.uid; var oldData; console.log(uid) //28 console.log(updateUid) //undefined
curl -X PUT -H "Authorization: Bearer d1a81c3f-b0d4-4bc1-a307-dbed9aa5fbe" --data "uid=28&username=修改用户名测试" http://localhost:4567/api/v1/users/28 { "code": "ok", "payload": {} }
"uid=28&username=修改用户名测试"
The problem is solved!(是我的问题还是文档的问题???)@julian
-
nodebb-plugin-write-api Updates a user's profile information have Bug?This data wasn't update
/* 3132 */ { "_id" : ObjectId("599e6ec025bd5e96bac84286"), "_key" : "user:28", "username" : "gastby", "userslug" : "gastby", "email" : "111111@sd", "joindate" : 1503555264607.0, "lastonline" : 1503555264607.0, "picture" : "", "fullname" : "", "location" : "", "birthday" : "", "website" : "", "signature" : "", "uploadedpicture" : "", "profileviews" : 0, "reputation" : 0, "postcount" : 0, "topiccount" : 0, "lastposttime" : 0, "banned" : 0, "status" : "online", "uid" : 28 }