@oplik0 said in How to customize the Theme's design?:
Thank you for your reply.
I want to know where to write the code for design and I don't need follow components.
Capture.PNG
Instead of this, I need to add the following screen.
Capture2.PNG
You can check this image on http://planetstyles.net/demo/milk/3.3/1/viewtopic.php?f=5&t=25&sid=834ed09ad81c0c19778c16063ed453df
Please teach me.
Thank you again.
Cannot find module 'nconf'
-
Hi guys and girls,
I installed Node.js, npm, got nodeBB from github, opened with VS, ran the project and got the below
What am i missing here?
-
Given that is the first line of code, it appears you neglected to install the dependent modules by running
npm i
Also, It seems you did not install MongoDB. NodeBB requires a MongoDB and/or Redis database. You will need to install one locally unless you are using a remote solution.
One more thing, using
git clone
is recommended over downloading the source, as it provides an easier upgrade path. -
@yariplus Thanks! Any resources or Step by step guides to do everything properly? Still new to Node.js and I feel very stupid
-
Ok managed! Not so stupid after all... Thanks!
-
Another question. I am trying to initialize my nodeBB on my local pc. I create my database as follows
Then I give the necessary information at the installer page
After some time, the response is this one
Any ideas what might be wrong?
-
@panagiotis-charalampous Try following this guide on Ubuntu.