Reddit style vote up/down feature

General Discussion

Suggested Topics


  • 0 Votes
    1 Posts
    53 Views

    Hi all
    When I was using Persona theme, the avatars of the group members used to show on the main groups page (/groups)

    Screenshot 2023-03-02 135502.png

    I'm now using Lavender. Is there a way to show these avatars here now?
    Otherwise, what is the white space for?

    Thanks so much

  • 0 Votes
    4 Posts
    109 Views

    @jsmith
    The changes need to be made to the files of a Persona theme, found the directory like this:

    /path/to/your/nodebb-folder/node_modules/nodebb-theme-persona/templates/

    I was try to do this on my forum and I did it, this is what you need to do:

    tags-in-topic.png

    You need edit 2 files - topic.tpl and post.tpl

    /node_modules/nodebb-theme-persona/templates/topic.tpl /node_modules/nodebb-theme-persona/templates/partials/topic/post.tpl Copy and remove this code in the topic.tpl <div class="tags tag-list inline-block hidden-xs"> <!-- IMPORT partials/topic/tags.tpl --> </div> Paste this in the post.tpl after {posts.content}

    <div class="content" component="post/content" itemprop="text">
    {posts.content}

    <div class="tags tag-list inline-block hidden-xs"> <!-- IMPORT partials/topic/tags.tpl --> </div>

    </div>

    Now run the command to build Nodebb and that's it, ready.

    UPD.

    (note that when the screen size is a mobile phone the tag is not even displayed in the post/header.)

    Yes, you right. To show tags on mobile you need remove hidden-xs in the div class.

    <div class="tags tag-list inline-block"> <!-- IMPORT partials/topic/tags.tpl --> </div>
  • Group chat - New feature?

    General Discussion
    8
    2 Votes
    8 Posts
    3k Views

    @Danny-McWilliams Completely agree.

    This could definitely be a nice plugin, like nodebb-plugin-shoutbox already is, but to me it doesn't make much sense for it to be in NodeBB core.

  • 0 Votes
    1 Posts
    832 Views

    I have never seen on any forum which showed which users are reading the thread and keyboard icon next to someone if he's replying

  • 0 Votes
    7 Posts
    2k Views

    Looks fine to me as well, confirmed here.
    Screen Shot 2014-05-27 at 2.59.52 PM.png