Hah, wow that's an interesting bug. Definitely worth reporting, although I don't know if we'll make this something we can toggle 😛
gh#6170
@yaozixin13 That theme is Persona
@phenomlab thank you
Hi all. Sorry to jump on this thread. I have this theme (Persona) but not sure how to get all of the latest comments to appear around the edges like this (i.e. the boxes around the main categories). Any idea?
Thanks so much - this community has helped me so much
@DanAdair Hi - you'll need to use Widgets to achieve this look, which can be found within /admin/extend/widgets
. You'll also need to install nodebb-plugin-recent-cards
, which will need to be done from CLI in your NodeBB directory - in this case, you should use npm install [email protected]
to ensure you get the right version
Once installed, you'll need to add these as a widget
Choose "Recent Cards" from the available widgets, and then drag that to the location where you'd like it appear, and save.
Hope this helps.