We already have category sections as a supported feature on many themes.

Posts made by PitaJ
-
RE: Add to NodeBB sections
-
RE: Add to NodeBB sections
I don't see how this is any different from the categories page we already have. You could give some more details on what features exactly you're looking for?
-
RE: nodebb-plugin-customize: Customize NodeBB Translations
@smartpunter I'm not able to reproduce this. Can you try running
./nodebb build
and restarting?Let me know if you see any errors during build, in the logs, on the client, etc
-
RE: Excuse me, how to set a nodebb two domain address.
More discussion here:
https://community.nodebb.org/topic/13388/faq-websockets-not-working-due-to-misconfigured-origins
There's another issue using two domains: you'll actually have to have separate nginx blocks for each because they can't share a TLS certificate.
The real question is why not just redirect one domain to the other?
-
RE: nodebb-plugin-customize: Customize NodeBB Translations
@smartpunter what nodebb version? Can you take a screenshot with the select drop-down open?
-
nodebb-plugin-customize: Customize NodeBB Translations
This plugin is meant to allow people to easily modify NodeBB translations on their forums.
I plan to add the ability to customize templates in the future.
-
RE: image upload issues
What commands did you try exactly, and what were the outputs of those commands?
-
RE: image upload issues
Have you tried upgrading to Node 10?
Have you tried any of the commands suggested previously in this topic?
-
RE: image upload issues
@Alvaro5 what have you tried?
What version of nodebb, nodejs, npm, database?
-
RE: How to install NodeBB via FTP
You can't install NodeBB through FTP.
-
RE: Backup Nodebb database and images to google drive or FTP daily and weekly automatically?
You can probably do it with a cron job and an sh script
-
RE: NodeBB connection has been lost, attempting to reconnect
Do you have any server-side experience? Can you log into the VPS and check if there are any errors?
You'll have to run
./nodebb log
in the base nodebb directory. -
RE: Getting a list of all categories on ACP plugin settings
It depends on what you hope to accomplish. Some things can only be done on the server, some things can only be done on the client, some things can be done on both but are easier on one or the other.
Without knowing what
runFunction()
does I can't really advise. -
RE: Scheduled Posts
It may also be possible to set up a script running client-side that would submit a post at a certain time, though that would require you keep your tab open (but would probably be better than the CLI method).
-
RE: Scheduled Posts
If you are willing to write them offline, you could use the write-api plugin,
curl
, andat
to schedule posts instead. -
RE: Custom homepage template
@its-brad you could try using custom-homepage instead then, I think it uses a single template file.