Is it possible for Nodebb to be in control of wordpress privileges?
I have a page on my wordpress website, with some iframe/php on, but I would like this to be inaccessible unless the user has registered to my Forum initially.
Can this be done?
Hi,
I am totally in love with NodeBB, but there is one thing that really bugs me, because it actually strains my eyes:
When opening a topic, the text area for the posts is really wide. In fact, it seems to dynamically stretch with the width of your browser window. It's really hard to read if text is stretched out this wide.
Is there a setting somewhere to change this?
Thanks
This would be a change that would be incorporated from within a theme... to limit the width to something shorter like 760px...
Perhaps theme-simple is closer to what you're looking for? I'm not sure if it has a max-width... @pichalite ?
@julian theme-slick has same width as persona.
You can just add a custom css in the ACP page.
#content {
width: 640px;
}