How to show Best posts made by users?

General Discussion

Suggested Topics


  • teaser- user avatar

    General Discussion
    0 Votes
    2 Posts
    68 Views

    It should be

    {{{ if ./teaser.user.picture }}}
  • Pinned posts in topics

    General Discussion
    0 Votes
    4 Posts
    157 Views

    @DanAdair Everytime when you install or remove the plugins, you need click to restart and rebuild NodeBB in ACP, this procedure is safe, but if you worry, you can create backup of you're database before something to do it, use command mongodump ⛹

  • 0 Votes
    3 Posts
    1k Views

    This will give me the complete day posts and I'm looking for something like get all the posts from 9:00 AM to 12:00 PM.

  • 0 Votes
    3 Posts
    1k Views

    Persona theme doesn't show this information you will have to edit the template and add it somewhere like {post.ip}

  • 0 Votes
    4 Posts
    2k Views

    @Alankrit-Choudhary Fork the lavender theme, go to the highlighted line in this file

    And add {categories.posts.topic.title} inside whatever container, small, or h tags, or a P tag. Up to you I guess.

    But do note that updates to the official lavender theme will require you to do some work to get them on your forked theme.

    EDIT: If you want to make the title clickable, then you could do something like

    <a href="{categories.posts.topic.slug}">{categories.posts.topic.title}</a>

    Add small or span as neccessary...