The new community.nodebb.org theme!

NodeBB Development

Suggested Topics


  • NodeBB v1.8.1 released

    Moved NodeBB Development
    5 Votes
    1 Posts
    1k Views

    Hello all,

    We have released v1.8.1 which is a minor patch that solves these issues.

    Cheers!

  • 0 Votes
    17 Posts
    3k Views

    @julian and this is enough. Im done with any type of conversation with you.
    In addition to this :: I will not contribute any of my asset (time/code/whatever you think I have) to NodeBB.

  • 0 Votes
    1 Posts
    809 Views

    Hi!

    I'm a completely new developer in NodeBB and I have started developing a custom theme with Vanilla as base theme but I have two main doubts that are probably linked.

    First of all, I would like to modify the default value of "Custom Class" attribute in theme configuration related with category view.

    Admin > Manage > Category Settings:

    0_1483372017464_Screen Shot 2017-01-02 at 16.40.55.png

    But I think it's not theme related but global variable related.
    Anyone can help me to find out where those values are coming from and how can I change the default behaviour?

    The second one is also related. I would like to add a new custom field in the config screen:

    0_1483372227886_Screen Shot 2017-01-02 at 16.40.45.png

    Similar to the "Category Image" one, but with other name, in order to use it as category background image for instance...

    I really appreciate your help!

    Regards,

  • 0 Votes
    5 Posts
    1k Views

    @jiangcaiyang you can report an issue to request/discuss that option on the github repo. I'm pretty sure @administrators woul not mind to modify the behaviour if it doesn't break anything.

    Edit: update with the github issue for easier tracking in the forum.
    https://github.com/NodeBB/NodeBB/issues/4791

  • 0 Votes
    1 Posts
    967 Views

    In my topic.tpl I made some changes using @first to separate first post in topic from others. It worked, but there is now next problem. When i create a new post it doesn't show it instantly, I have to refresh page to see that post.

    This is how my topic.tpl looks now http://pastebin.com/jYNQ1WVr

    Also, I noticed this http://screencast.com/t/jESEIi9GiY . Instead of just creating one more <li> in .otherPosts div it creates another .firstPost and .otherPosts div.

    I think that maybe I made some mistake with using @fist but I can't figure out what is it. Someone help? 🙂