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
B
I think that function was removed, you might have some old code that is still calling it. What is your NodeBB version and the rest of the stack trace?
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
C
here is post http://cryptocentral.info/topic/930/ann-levoplus-lvps-unbelievable-crypto-currency
J
@PitaJ Thanks for your patience in dealing with this problem.
P
@jiangcaiyang ajax is just an HTTP request with JavaScript. If you just mimic the request (you can log a request with the chrome dev tools), it doesn't matter where the request is from, it should respond the same.