• 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

K

kimikelku

@kimikelku
About
Posts
31
Topics
4
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    RE: Install Nodebb and Ghost Blog
  • K kimikelku

    Inside this folder

    /etc/nginx/conf.d/
    

    Create a new file for the forum, like forum.conf
    Now inside the new file paste this:

    server {
        listen 80;
        server_name bundlesbug.com/forum;
        location / {
            proxy_set_header   X-Real-IP $remote_addr;
            proxy_set_header   Host      $http_host;
            proxy_pass         http://127.0.0.1:4567;
        }
    }
    

    Don't forget to check the port for nodebb, in this example i used the default one.


  • RE: Strange behavior
  • K kimikelku

    Any way to fix this?


  • RE: Windows Server 2012R2 IIS Configuration
  • K kimikelku

    @Fastidious

    Im not sure if it does that, but i think that this rule is called application request routing, and works the same way as a reverse proxy for what i can tell.


  • RE: Windows Server 2012R2 IIS Configuration
  • K kimikelku

    In the IIS manager, there is a option called URL rewrite, there you can add a new rule.
    The inbound should be the ip with the port (default 4567) and the outbound the TLD or a subdomain.


  • Strange behavior
  • K kimikelku

    I don't know for sure what is going on but i have already tried 3 diferent themes and they all behave in a strange way.
    So im in the homepage of the forum if i choose a category the topics display like this:
    1.PNG
    But if i reload the website the page is displayed properly like this:
    2.PNG
    If i go backward or forward the page doesnt disply properly, but if i reload the page it shows good.
    This happens in every theme except the persona theme.


  • RE: [nodebb-plugin-soundcloud] SoundCloud embed plugin
  • K kimikelku

    Its working with no problems.


  • RE: [nodebb-plugin-soundcloud] SoundCloud embed plugin
  • K kimikelku

    Is anyone having this problem? I can't make this plugin work on my forum, i get this:

    error: [meta/css] Could not minify LESS/CSS: './nodebb-plugin-soundcloud/style.css' wasn't found
    

  • RE: Who is using NodeBB?
  • K kimikelku

    Im using it too 🙂
    http://recbug.com/


  • RE: Nodebb constantly restarting!
  • K kimikelku

    Ok i did ./nodebb reset plugins and its working, i guess its a problem with a plugin.
    On the log above it says this:

    Could not minify LESS/CSS: './nodebb-plugin-youtube/style.css' wasn't found
    warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions". ```
    Can the youtube or mentions plugin be the problem?
    
    EDIT: im starting the plugins one by one and when i get to the youtube plugin i cant start back nodebb, how do i disable just the youtube plugin?
    With the dev command it shows the same error as above for youtube, so should i unistall it from the acp and install it back again?
    
    2EDIT: Manage to disable it, unistall it and install it back again and it works, but the size of the video is really small how do i increase it?
    
    3EDIT: I guess it was a problem with the cache in my browser, thanks for the help @a_5mith .

  • RE: Nodebb constantly restarting!
  • K kimikelku

    I get this:

    Launching NodeBB in "development" mode.
    To run the production build of NodeBB, please use "forever".
    More Information: https://github.com/NodeBB/NodeBB/wiki/How-to-run-NodeBB
    info: NodeBB v0.4.3 Copyright (C) 2013-2014 DesignCreatePlay Inc.
    info: This program comes with ABSOLUTELY NO WARRANTY.
    info: This is free software, and you are welcome to redistribute it under certain conditions.
    info:
    info: Time: Tue Jun 03 2014 16:04:38 GMT-0400 (EDT)
    info: Initializing NodeBB v0.4.3
    info: * using configuration stored in: /home/nodebbadmin/mynodebb/config.json
    info: * using redis store at 127.0.0.1:6379
    info: * using themes stored in: /home/nodebbadmin/mynodebb/node_modules
    info: Base Configuration OK.
    info: [notifications.init] Registering jobs.
    info: [user.startJobs] Registering User Jobs
    info: [plugins] Initializing plugins system
    info: [themes] Using theme nodebb-theme-lavender
    info: Middlewares loaded.
    info: [plugins] Found 1 CSS file(s) for plugin nodebb-widget-essentials
    info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-markdown
    info: [plugins] Found 1 js file(s) for plugin nodebb-plugin-google-adsense
    warn: [plugins/nodebb-plugin-youtube] staticDir is deprecated, use staticDirs instead
    info: [plugins] Found 1 CSS file(s) for plugin nodebb-plugin-youtube
    warn: [plugins/nodebb-plugin-desktop-notifications] staticDir is deprecated, use staticDirs instead
    
    warn: [plugins/nodebb-plugin-mentions] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
    warn: [plugins/nodebb-plugin-mentions] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-plugin-mentions".
    
    info: [plugins] Found 1 LESS file(s) for plugin nodebb-plugin-mentions
    info: [plugins] Found 2 js file(s) for plugin nodebb-plugin-mentions
    info: [plugins] Found 3 js file(s) for plugin nodebb-theme-lavender
    info: [plugins] Loaded plugin: nodebb-widget-essentials
    info: [plugins] Loaded plugin: nodebb-plugin-markdown
    info: [plugins] Loaded plugin: nodebb-plugin-google-adsense
    info: [plugins] Loaded plugin: nodebb-plugin-youtube
    info: [plugins] Loaded plugin: nodebb-plugin-emailer-mandrill
    info: [plugins] Loaded plugin: nodebb-plugin-desktop-notifications
    info: [plugins] Loaded plugin: nodebb-plugin-mentions
    info: [plugins] Loaded plugin: nodebb-theme-lavender
    info: [plugins] Sorting hooks to fire in priority sequence
    info: [plugins] Plugins OK
    info: [meta/css] Minifying LESS/CSS
    info: [sounds] Sounds OK
    warn: [plugins/nodebb-plugin-desktop-notifications] "callbacked" deprecated as of 0.4x. Use asynchronous method instead for hook: filter:scripts.get
    info: [themes] Compiling templates
    info: [themes] Successfully compiled templates.
    info: NodeBB attempting to listen on: 0.0.0.0:4567
    info: NodeBB is now listening on: 0.0.0.0:4567
    error: [meta/css] Could not minify LESS/CSS: './nodebb-plugin-youtube/style.css' wasn't found
    
    

  • Nodebb constantly restarting!
  • K kimikelku

    Today i restarted my website and now im getting 502 Bad Gateway, if i do ./nodebb status it says its running but every time i do it its in a diferent pid so i guess its constantly restarting?
    Im clueless on what to do here.


  • RE: The loading progress bar up there ^^^^...how to change?
  • K kimikelku

    Im not sure about making the load bar desaper but in my site i have this and it works

    .navbar-static-top, .navbar-fixed-top {
       border-top: 2px solid #FF0000;
    

    EDIT: its the same as yours but my bar shows the color when i load, try to shift + F5 maybe its in cache.


  • RE: [nodebb-plugin-mixcloud] MixCloud Embedding
  • K kimikelku

    You're inspired today, 2 new plugins, good job will install this on my site right away.


  • RE: Majestic v3
  • K kimikelku

    I want it, its so majestic.


  • RE: What Timezone are you in?
  • K kimikelku

    Im on GMT also


  • RE: How to upgrade from 0.4.1 to 0.4.2
  • K kimikelku

    Good thing i made a backup before trying to update, i just did ./nodebb stop then ./nodebb upgrade and messed up the site, gave me a heart attack, doing this and successfully updated, Thanks.
    All my plugins are working properly with the new version.


  • RE: Problem installing plugins
  • K kimikelku

    Tomorrow i can test it at school, at home it says it works.


  • RE: On which folder should I install plug ins ?
  • K kimikelku

    @meetdilip said:

    @a_5mith said:

    What happens when you do cd home/nodebb/nodebb?

    [email protected]:~# cd home/nodebb/nodebb
    -bash: cd: home/nodebb/nodebb: No such file or directory

    If you do cd home/something/something he will first try to look for the folder home, so if you're not in the root it won't find that folder, you need to had this / before home so he can start looking for that folder in the root, like this: cd /home/nodebb/nodebb and then do this to disable the plugins ./nodebb reset plugins.


  • RE: Problem installing plugins
  • K kimikelku

    Ok not sure why this is happening but at school i can see the options for the adsense plugin, here at home it gives me just a blank page.


  • RE: On which folder should I install plug ins ?
  • K kimikelku

    Do you remember on what folder you installed nodebb? The folder were you install nodebb is the folder were you will install the plugins and every other stuff.

  • Login

  • Don't have an account? Register

  • Login or register to search.
  • 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.