@Febian I will release it as soon as it gets a bit more stable, there are currently to many glitches left. If you wait for a few more days...

Best posts made by Nifty
-
RE: MyBB to NodeBB Importer?
-
Admin, Managing a bunch of Categories
I'm currently trying to get a Forum imported (from mybb) which has 300 Categorys, most of them Subcategory's.
The standard Admin manager is a Problem in handling such a number of categories, it takes ages to show up and the Category's don't display the Subcategories in a usable way, there just mixed up and it is nearly impossible to mange the whole thing.I would love to see that the Display is structured in a way that it is easy to see which Category's have subcategory's and some sort of a help to get permissions set.
-
RE: MyBB to NodeBB Importer?
@julian Yes, thats what i am doing.
But even there you have to deal with postings who have no owner...
The main export is working, it is only on special cases where im am not happy with.
-
RE: How To Copy NodeBB Installation from One Server to Another
@Febian This mean you need to install all neccesary software components on your server and after that just copy databasefiles & the nodebb files to it and fire it up.
Latest posts made by Nifty
-
RE: How To Copy NodeBB Installation from One Server to Another
@Febian This mean you need to install all neccesary software components on your server and after that just copy databasefiles & the nodebb files to it and fire it up.
-
RE: How To Copy NodeBB Installation from One Server to Another
@Febian And you have a Nodebb already installed on the destination system ?
-
RE: How To Copy NodeBB Installation from One Server to Another
@Febian What kind of customization have you done ? Did you changed file or data on the database ?
-
RE: Login issue
I have the same Problem. I logged in Yesterday and let the Browser open, then this morning i had to relogin, so i clicked on Login ...:
Request
POST /login HTTP/1.1
Host: community.nodebb.org
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:34.0) Gecko/20100101 Firefox/34.0
Accept: /
Accept-Language: de-de,en-us;q=0.7,en;q=0.3
Accept-Encoding: gzip, deflate
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
x-csrf-token: JeYKg0SP-ogi0oId5I25LmkFrIuFH6GAiJho
X-Requested-With: XMLHttpRequest
Referer: https://community.nodebb.org/login
Content-Length: 73
Cookie: express.sid=s%3AJbfGk0kTbgSsJRCOsYYRPCbqpj1om1Vq.4leOFMahMtak8WYv5j4WwwP779LhpsjenK%2Bnbskz6T8
Connection: keep-alive
Pragma: no-cache
Cache-Control: no-cacheParameters
username=Nifty&password=xxxx&remember=on&returnTo=search%2Fno%2520login
Response
HTTP/1.1 403 Forbidden
Server: nginx/1.4.6 (Ubuntu)
Date: Sun, 14 Dec 2014 07:56:47 GMT
Content-Type: text/plain; charset=utf-8
Content-Length: 9
Connection: keep-alive
x-powered-by: NodeBB
X-Frame-Options: SAMEORIGIN
Vary: Accept-EncodingBody
Forbidden
I had to reload the Page (F5) to get into.
-
RE: NodeBB integration with Tapatalk
tapatalk is for most plugins a problem. I had it on mybb running and disabled it be course of that.
Best deal is if the forum supports Mobil directly. -
RE: MyBB to NodeBB Importer?
@TaLoche You run into a known Problem, it is fixed on nodebb 0.6 but not in 0.5x. Please change the following file
Find this file NodeBB/src/groups.js LINE-454, change
From
if (err) {To
if (err && err.message !== '[[error:group-already-exists]]') {
Kill nodebb before. And then just re import. Thanks to @bentael for this solution.
-
RE: MyBB to NodeBB Importer?
@TaLoche Did you saved the Log Files to the Server ?
-
RE: MyBB to NodeBB Importer?
@TaLoche It was the soft delete option of Mybb1.8. I removed it. Just Upgrade the import plugin and you are fine.