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).
Hi guys, is there an url to access to global rss feed of the forum? If so, would it be possible to have the nice yellow icon somewhere?
Thanks
Ah, not /home specifically, as that's just a category listing, but /recent, perhaps?
/home
/recent
https://github.com/designcreateplay/NodeBB/issues/536
Indeed, that would make more sense.
A
Hello. This has already been asked by someone else, whether they can hide subcategories from home page but the response was to modify the CSS. Could there be a feature which could hide the subcategories without having to modify the CSS?
Good info, thanks!
@Iman-Tumorang you can place on the page using widgets
go to extend > widgets and then select from available widgets on the right side and drag to the left to where you want it to show.
example: you can show forum stats by dragging it to the footer
@Tanner yup, just slightly more work as you'd have to wire up the save/load calls when the homepage is loaded.
You could get away with doing the save only, if there were a hook for home page retrieval, but to my knowledge, we don't have one... (yet?)
@baris Thanks ! You were really quick. I have a slightly more complete PR here : https://github.com/NodeBB/NodeBB/pull/6185 because it happens on topics too. Cheers,