@pichalite said:
@reid you are probably better off switching to a supported theme.
i know! but i'd rather not, heh. i guess i'll just keep hacking away at the theme and core if i can't update
@pichalite said:
@reid you are probably better off switching to a supported theme.
i know! but i'd rather not, heh. i guess i'll just keep hacking away at the theme and core if i can't update
was unsure of where to post this, so I'm posting it in general discussion.
my forum is currently running version 0.6 due to theme compatibility issues. i'd like to have it up to 1.0 or so by the time it comes out, and i was wondering how much it'd cost to have the theme upgraded. my forum can be found here.
thanks!
@pichalite said:
@reid I think it's better to pay to get the theme compatible and upgrade NodeBB.
I agree! I'm just not sure how much it'd cost as the theme is quite complex (a modified version of Majestic) and I haven't got all too much money to spend right now.
Just what I was looking for! The only issue is, my forum is still running on 0.6 due to theme compatibility issues. Is there any chance you could make it compatible? I'm willing to pay.
Maybe add .tooltip { display: none !important; }
to your custom CSS (in the admin panel)?
@meh said:
Nah, it's just that none of the guide or manuals work. I have to figure it all out by myself.
It's also quite some change from eg. Wordpress, where you have a 1-click or 3–minute web launcher. I'm very unfamiliar with having to install 5–6 types of new software on my laptop just in order to set up a web–only forum. Doesn't seem to be necessary, really.
You seem to be taking a very negative stance on NodeBB based on your inability to install it. Most (infact, near all) people on this board have managed to install NodeBB perfectly fine.
Also, cut the developers (and us) some slack. NodeBB is free, open source software, and you come to the forums acting like you're entitled to immediate help. If you want to get it to work, please provide error logs where they appear, else we can't help. Please reconsider your attitude, and provide some error logs. Once you've got those things down, we can help you fix your problem(s) in regards to installing NodeBB.
I also feel like you should wait 0.5 of a second before displaying the card, in case the user didn't mean to hover over it (like me). It can get a little annoying sometimes.
Great work, though!
Breaks the chat taskbar.
Also in the chat dropdown.
In your NodeBB directory, there should be a node_modules
folder. Inside there, you'll want to find the folder of the theme you're using. So, for example, if you're using lavender, you'll want to search for nodebb-theme-lavender
(it'll be nodebb-theme-themename
). Inside there is a templates
directory, which should allow you to edit some parts of the theme.
To edit the composer, go to your NodeBB root, and then public/templates
. Copy the composer.tpl
file into your nodebb-theme-lavender
directory, edit it, and then reload your forum. That should do the trick.
Sorry if this has been asked before, but my search came up empty! Any pointers?
@RoldanLT there is some documentation on scaling NodeBB here. Hopefully this is of use to you.
You're looking at an older version of Majestic. It's very outdated now, but you can purchase newer versions on the forum.
v4: https://community.nodebb.org/topic/3279/majestic-4-5-final
v5: https://community.nodebb.org/topic/4017/majestic-5
@Victoryoftheppl How are you installing nginx? If you're using a package manager, it should handle the installation directory etc by itself. NodeBB can be installed anywhere, really. I recommend using your home folder (cd ~
).
On my distro (Ubuntu), nginx is installed in /etc/nginx
, and I installed it using sudo apt-get install nginx
.
Hey! There's a guide for setting up NodeBB with nginx here. As for your error, perhaps try downloading the latest stable (0.7.x) instead of using the master branch (which I assume you're using)? You can do that through git by running
git clone -b v0.7.x https://github.com/NodeBB/NodeBB.git nodebb
If you don't have git (which I'd recommend installing), you can download 0.7.x through GitHub, by following this link.
Finally, make sure redis is fully updated. Check your version with redis-server --version
, and make sure that it's version 2.8.9 or greater. If it isn't, there are various guides around which should help you update.
Hope this helps!
Sorry that I've been asking so many questions, recently! Anyway, the title pretty much says it all -- is there any way I can allow other user groups to log in while maintenance mode is active?
Thank you all!
@psychobunny thanks!
Hey! Another one of these threads (sorry!).
I was wondering if there was any way to get variables like total post count, topic count, users online, etc, through templates? I'm using 0.6.0, since I can't upgrade (due to my theme), and I believe you used to be able to use {global.postCount}
, {global.topics}
, etc. Could anyone point me in the right direction?
Thanks in advance!