• Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
Skins
  • Light
  • Default
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Quartz
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Slate
  • Solar
  • Superhero
  • Vapor
Collapse

Community

EisFreiE

EisFrei

@EisFrei
About
Posts
21
Topics
1
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Chrome notification extension
  • EisFreiE EisFrei

    I've started building a notification extension for Chrome.
    It basically works like the Google Mail-Checker, informing about posts and chats. You can add your own favourite NodeBB forums to the notifier list.

    Currently you can only get it if you know the extension's URL. Before making it public, I wanted to know what you guys think and if you had any suggestions.

    grab it here

    nodebb-notifier.png


  • Template conditional <!-- IF x=y --> possible?
  • EisFreiE EisFrei

    I think you just discovered a bug in the title handling.
    When visiting this topic directly without involving ajax, the title tag gets corrupted and the HTML looks like this:

    <title>Template conditional rel="icon" type="image/x-icon" href="/favicon.ico" />
    

    Can't help you on your initial question, though. Sorry.


  • How can I handle two one async.each into async.waterfall....Cannot read property 'bodyClass' of undefined
  • EisFreiE EisFrei

    I have no idea where bodyClass comes into play, but maybe this will help:

    var async = require('async');
    
    var total = ['a', 'b'];
    async.waterfall([function(called) {
    	var arr = [1, 2];
    	async.forEach(total, function(item, callback) {
    		arr = arr.concat(item);
    		callback();
    	}, function(error) {
    		called(null, arr);
    	});
    }], function(err, elem) {
    	console.log(err, elem);
    	// Output: null [ 1, 2, 'a', 'b' ]
    
    });
    

  • Spot the irony in this screenshot.
  • EisFreiE EisFrei

    @Ted I actually added two hooks (action:groups.join and action:groups.leave) to my local repo yesterday. I'll refactor a little and do a pr in the next 24h.
    Do you need any more hooks regarding groups while I'm at it?


  • German Installation on Vserver
  • EisFreiE EisFrei

    @Florian hast du den nodebb prozess am laufen?

    ./nodebb setup
    ./nodebb start
    

    nodebb arbeitet übrigens nicht mit port 80, sondern 4567

    du müsstest also hier schauen ob es läuft: http://62.141.39.60:4567


  • Mobile view and post reply
  • EisFreiE EisFrei

    @trevor it basically removes the overlay-behaviour of the composer if your screen is very small. It keeps the textarea's height at a usable value (squished down to 2-3px isn't very useful) and you can look at the other posts to check something, too 😉

  • Login

  • Don't have an account? Register

  • Login or register to search.
Powered by NodeBB Contributors
  • First post
    Last post
0
  • Home
  • Categories
  • Recent
  • Popular
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development
  • Login

  • Don't have an account? Register

  • Login or register to search.