Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
It currently says: "There are no topics in this category Why don't you try posting one".
Is there a way to change this?
Yep. You can change it in:
/public/language/<your language>/category.json
"no_topics": "<strong>There are no topics in this category.</strong><br />Why don't you try posting one?"
@xbenjii Brilliant! Thanks
J
WordPress itself can handle lots of traffic if scaled correctly. However, if you're looking to do lots of custom features that don't have WordPress plugins for and require custom work, then you're probably better off with a custom product.
M
@yariplus said in Remove postbar bottom topic (or making better but remove is also good):
Your negative margin pushes the bar into the content above. Apply it only to the first bar. ul .post-bar { background-color: #1d1f21; margin-left: -10px; margin-top: -20px; margin-right: -10px; }
Your negative margin pushes the bar into the content above. Apply it only to the first bar.
Thank you sir, you are awesome 🙂 Now it looks perfect 😄
43037d24-3183-4f8b-a5b6-95a2643f5fc1-image.png
D
Hey guys,
@sebastian-marinescu said in New topic button:
Do you use a custom theme? I'm using the default persona with an addon to disable subcategory view on the home page.
@julian said in New topic button:
You'll want to wire up a click handler to your trigger element, and when clicked, execute app.newTopic(); That's it!
Thank you, ill have to learn CSS/HTML to do this then I am guessing.
G
This is an old topic, but this comes up first on search results. It is possible to some degree with this plugin now:
K
If your server can support apache or nginx you can make a reverse proxy to serve NodeBB to the outside.