Which theme shows recent posts on homepage like discourse or flarum?

Moved Solved Technical Support

Suggested Topics


  • 0 Votes
    17 Posts
    742 Views

    You are using the wrong hook name

    action:composer.topics.post => for new topic
    action:composer.posts.reply => for new reply

  • 0 Votes
    9 Posts
    507 Views

    @pitaj Clearing my browser cache didn't do anything either. For context my browser is Opera GX

    Thanks a lot for your help! The issue is now forwarded to the Quill github

  • Invalid URI When Posting

    Technical Support
    3
    0 Votes
    3 Posts
    359 Views

    Great! Thanks for sharing your solution with everybody 😄

  • 0 Votes
    1 Posts
    593 Views

    I'd like to be able to enable generation of css source maps so that I can identify which less file a rule is defined in. For example, the .btn class has padding defined as '10px 16px'. I'd like a workflow which allows me to quickly figure out which less file contains that rule, without having to manually search for it. I have show 'show original sources' enabled in the firefox dev tools but also need to tell nodeBB to generate the source maps or generate them myself.

    The button padding seems to come from the bootstrap mixin:

    .button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) { padding: @padding-vertical @padding-horizontal; font-size: @font-size; line-height: @line-height; border-radius: @border-radius; }

    During development, I'd also like nodeBB to re-generate css based on changes I make to less files. For now I am running nodebb dev, editing a less file and then manually reloading the forum in the admin panel.

    All advice appreciated - hopefully this will be useful to others. I searched for 'source maps' but didnt get any relevant hits.

  • 0 Votes
    7 Posts
    2k Views

    Hmm, That should work, as long as you changed all the identifiers. I've done the same thing with my own themes.