This is intentional, as an empty homepage is not a typical user scenario. You can hide the categories label via custom CSS, or custom JS if you want to hide it only when there are no categories.
Tracking Users?
-
What is the best way to track who logs into my forum and what they're looking for? The plugin available for Google Analytics does not seem to be working.
-
@kevin-redx said in Tracking Users?:
What is the best way to track who logs into my forum and what they're looking for? The plugin available for Google Analytics does not seem to be working.
This worked for us. It is free for one month.
-
The GA plugin should work fine (at least, I haven't really received reports that it isn't working). Make sure you run
./nodebb build
after activating it, so the client-side payload is added.