Skip to content

3.0.0 Bug Report Thread

Bug Reports

Suggested Topics


  • Topic display bug

    Bug Reports
    3
    0 Votes
    3 Posts
    1k Views
    F
    The problem maybe i can't activate 'Allow HTML' in Markdown Plugin Settings. Save Settings button not working and I don't know why!
  • Notification Bug

    Bug Reports
    8
    0 Votes
    8 Posts
    3k Views
    julianJ
    The unread page works well if the # of new posts per visit is fewer than 10. After that it gets a bit hard to keep up Some newer changes may make the list a little more manageable. /cc @psychobunny @baris
  • 3 Votes
    7 Posts
    4k Views
    esiaoE
    Fun thing about Apple Safari on iOS the bars that are not removable takes like 100px of the total height resulting in a 400px height canvas for your website and add the keyboard over this to have some fun.
  • Using NodeBB for a Makerspace

    General Discussion
    2
    0 Votes
    2 Posts
    1k Views
    A
    @arasbm I wouldn't say their was any specific plugins for a makerspace, just a community page would be sufficient. You can create a feedback/suggestions topic, then feedback can be upvoted and sorted by the most upvotes, if you want to use Ghost or Wordpress for your blog, then nodebb-plugin-blog-comments is worth a look. If there's a specific plugin you can't see or need, then you can make a request for it here and someone may like the idea and build it, or send the devs an email and they'll build it for you for a small fee.
  • JS use in homepage

    General Discussion
    11
    0 Votes
    11 Posts
    5k Views
    B
    @kimmanuel what I meant that it's too fast for the user to see it. just use the Custom JS and try it out. It'll work, i already edit the menu items here: http://forums.afraidtoask.com/ Right click and view-source (or if you're in chrome click here) and you'll see the Custom JS script tag that reverses the menu items, hides the icons, shows the text instead and it adds a new item called "Home" <script> $(function() { var ul = $("ul#main-nav"); var items = ul.find("li"); items.each(function(i, li){ li = $(li); li.find("a>i").addClass("hide"); li.find("a span").removeClass("visible-xs-inline"); }); ul .append(items.get().reverse()) .prepend('<li><a href="http://www.afraidtoask.com" title="" target="_top" data-original-title="Home"><i class="fa fa-fw fa-home hide"></i><span class=""> Home</span></a></li>'); }); </script>

Looks like your connection to NodeBB Community was lost, please wait while we try to reconnect.