@jksh I agree. You could add these yourself to your Forum with editing of the templates/themes, but I'm not very good at that. Maybe change the text with Custom CSS/JS?
So, making a forum with some of the same subcategories is a huge pain in the ass when I can only copy some of the settings and not the whole category. Would love to see support for this added
Hello,
I'm developing(trying :)) a user applications api system for mobile application. Users register application with ID and Secret. With UserAPI and Token System, posting posts, commenting, and chat.
Hmm, theres a few ways you could solve this issue. One way I solved this was to change code { white-space: nowrap; } to
code { white-space: pre-wrap; } which is the more quicker way.
Other ways, I can think of off the top of my head is adding an overflow-x: auto to .post-content.