the uprade worked flawlessly
NPM install I've done
but in "node app" I get this error ..
I've loaded a new persona plugin. but the error remains. I get NodeBB simply not start?
Bildschirmfoto vom 2015-09-27 10:50:10.png
the Nodebb.org is using which theme ? how can i display 3 columns category in every sigle line ?
@colornote
You have two choices :
<div class="<!-- IF categories.class -->{categories.class}<!-- ELSE -->col-md-3 col-sm-6 col-xs-12<!-- ENDIF categories.class --> category-item" data-cid="{categories.cid}" data-numRecentReplies="{categories.numRecentReplies}">
<div class="<!-- IF categories.class -->{categories.class}<!-- ELSE -->col-md-4 col-sm-6 col-xs-12<!-- ENDIF categories.class --> category-item" data-cid="{categories.cid}" data-numRecentReplies="{categories.numRecentReplies}">
col-md-4 in place of col-md-3 This mean an item is 4 columns in a 12 columns grid (3 items per line).
And then in ACP>Categories remove ervery single custom class.
col-md-4 col-sm-6 col-xs-12
which is simpler.@esiao it works,Thank you very much!