@julian I want to post large number of topics at once on JSON format, and it will be frequently use under one user id.
Does body-parser has the ability? and is it easy to modify api/v3/topics ?
Many Thanks,
Khaled
Hello! I am Graham, the administrator & designer of https://juicylandgaming.com/.
Our community is probably going to need a bunch of categories- we want to have everything nicely laid out full width without having any widgets off to the side, we're instead going to put widgets up top (shoutbox, gameserver status, recent thread cards).
How could I put my "category sections" into two columns, for example how https://forum.superiorservers.co/ has their categories laid out.
I know SuperiorServers uses a persona-based theme and NodeBB, but I'd like to accomplish something simmilar.
nah, not gonna do this.
You can inspect their css and template looks like they are using
.columns {
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
@baris said in Two-column Persona Categories:
.columns {
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
I have no idea how to implement this
nah, not gonna do this.