• HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    Get in touch
    Get in touch
    Menu
    • HOME
    • PRODUCT
    • PRICING
    • ABOUT
    • COMMUNITY
    • Sign in
    • Start free trial
    • Get in touch
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    • Documentation
      • Home
      • Read API
      • Write API
      • Plugin Development
    1. Home
    2. jarey
    • Profile
    • Following 13
    • Followers 2
    • Topics 31
    • Posts 339
    • Best 75
    • Controversial 1
    • Groups 4

    jarey

    @jarey

    Translator

    94
    Reputation
    2236
    Profile views
    339
    Posts
    2
    Followers
    13
    Following
    Joined Last Online
    Location A Coruña (Spain) Age 7

    jarey Unfollow Follow
    Translator GNU/Linux Gamers Plugin & Theme Dev

    Best posts made by jarey

    • RE: Good Options for Free NodeBB Hosting?

      You can try openshift. You can host there an instance of nodebb with little activity.

      https://docs.nodebb.org/en/latest/installing/cloud/openshift.html

      You can test performance on my test forum hosted on the openshift free plan if you want:
      http://nodebb-forumax.rhcloud.com/ (no real content on there, and is in spanish)

      posted in Technical Support
      jarey
      jarey
    • RE: Is it possable?

      No, it is not possible.

      Github pages is a service to host static pages only. Since nodebb need a database and server side code to run, you can not host it on github.io.

      There are some free hosting solutions that you cn use instead like for example openshift (there are more but i dont remember names right now, theres some posts on this community about them, try to search nodebb free hosting).

      You can also try cloud9, theres a nice tutorial made by @pichalite Setting up NodeBB on cloud 9 https://community.nodebb.org/topic/7983/setting-up-nodebb-on-cloud-9

      posted in General Discussion
      jarey
      jarey
    • NodeBB development environment (IDE - Tools - Configs etc)

      Hi guys.

      I'm running nodebb locally (0.7.0) with mongodb and node.js v.12.03 and would like to start developing some plugins.
      I come from a java background and i'm totally new to node.js. I was wondering what IDE do you use,** and i'm really interested in how do you debug code.**

      I'm trying to use Webstorm as an IDE, and make use of the debugger.

      I was a bunch of topics in the forum that ask this question, but all of them seems to be quite old, I would like to know your suggestion in order to have a comfortable development environment at the moment (things might have changed since the older topics where written).

      PS: I throw here the error i'm getting when i try to debbug nodebb whit webstorm so hopefully someone can help. But please, make your suggestions of different IDES editors or tools. Any link, tutorial or reference is highly appreciated.

      /usr/bin/node --debug-brk=49016 --nolazy app.js
      Debugger listening on port 49016
      24/5 16:27 [3566] - info: NodeBB v0.7.0-dev Copyright (C) 2013-2014 NodeBB Inc.
      ...
      
      24/5 16:28 [3566] - warn: [plugins/nodebb-theme-lavender] This plugin may not be compatible with your version of NodeBB. This may cause unintended behaviour or crashing.
      24/5 16:28 [3566] - warn: [plugins/nodebb-theme-lavender] In the event of an unresponsive NodeBB caused by this plugin, run ./nodebb reset plugin="nodebb-theme-lavender".
      
      Error: listen EADDRINUSE
          at exports._errnoException (util.js:746:11)
          at Agent.Server._listen2 (net.js:1156:14)
          at listen (net.js:1182:10)
          at Agent.Server.listen (net.js:1267:5)
          at Object.start (_debugger_agent.js:20:9)
          at startup (node.js:86:9)
          at node.js:814:3
      

      Thanks in advance!😄

      posted in NodeBB Development
      jarey
      jarey
    • RE: How to move the whole forum from / to /forum

      @bernatixer have a look at:

      Deploy NodeBB in a subfolder of a site https://community.nodebb.org/post/43630

      Hope it helps.

      posted in Technical Support
      jarey
      jarey
    • RE: Text color

      Markdown
      This forum is powered by Markdown. For full documentation, click here

      "Markdown is a simple way to format text that looks great on any device. It doesn’t do anything fancy like change the font size, color, or type — just the essentials, using keyboard symbols you already know."

      If your question is related to changes you want to make on your instance, you can try the Redactor Composer Plugin, it works with bbcode if i'm not wrong, that is it would support what you're looking for: https://community.nodebb.org/topic/6093/official-redactor-composer-now-available-in-0-7-1?_=1469356029163&page=1

      posted in General Discussion
      jarey
      jarey
    • RE: Translation - Galician

      I will collab in the Galician translation if it gets addes to transifex.

      Edit: just saw your link point to transifex, will definately help to translate.

      Cheers.

      posted in NodeBB Development
      jarey
      jarey
    • RE: [solved. Thanks to jarey, yariplus, pichalite] How to add background image to persona theme?

      @noobbb i think you could do that with custom css or directly modifying the theme.

      With custom css you can apply the background-image property to the body or other selector you may want the background in.

      Modifying the theme you can to that in the .less of the theme itself.

      posted in Technical Support
      jarey
      jarey
    • RE: Host NodeBB?

      @AgentZerp_ man whats wrong with you?

      People already answered your question with a solution thats it's free and you can do it by yourself. Also it has been pointed out that a guidd to do it step by step exists o de nodebb documentation.

      I'm sure nobody will host you anything for free when the only problem is that you don't want to move a finger.

      posted in General Discussion
      jarey
      jarey
    • RE: Plugin Development Workflow

      @devmattrick i think you can use grunt to benefit from file refreshing and to avoid restarting nodebb on plugin development.

      https://github.com/NodeBB-Community/nodebb-grunt/blob/master/README.md

      Haven't tried it myself and probably another devs can tell you if there's another option or an updated one.

      Regards.

      posted in Plugin Development
      jarey
      jarey
    • RE: [nodebb-plugin-ignore-users] Ignore Users for NodeBB

      The plugin has been updated to be compatible with Nodebb 1.0.0+ (tested on version 1.0.3). Plugin version 1.0.1.

      • https://github.com/exo-do/nodebb-plugin-ignore-users

      The plugin is now i18n ready with support included for the following laguages: English, Spanish, Galician.

      The Plugin now does not requiere to edit the tpls of the user section.

      The plugin is theme-Persona-oriented sinde, in order to now change the tpls to show the new data, all modifications to the view are made on client side. Testing when running over another theme with different tag layout would be needed and modifications might be needed.

      Here are some screenshots of the plugin in-use:

      A message of a user i ignore:
      0_1464455725979_upload-2b41fe83-71c5-47f0-9493-5f687a5d7c23

      A message when i stop ignoring that user:
      0_1464455772540_upload-081cba14-5c0b-4239-ad3e-943ca6fe06e0

      Access to my user ignored list:
      0_1464455803036_upload-1d148a2b-7644-4a10-b392-a484fab1e144

      Content of the ignored list:
      0_1464455839882_upload-0cd71b41-4140-4e55-aa89-c12d3738bfe8

      User removed from ignored list:
      0_1464455867166_upload-f6bc292a-9551-4729-af0b-8f46a5c613f1

      Ignore/Unignore user from him/her profile page:
      0_1464455902153_upload-af7cf76b-655d-4266-bce7-b853e2ed376f

      Any contribution/feedback is really appreciated, and any suggestion of making the plugin more compatible regarding themes (because of the modifications client side) is really appreciated too.

      Regards.

      posted in NodeBB Plugins
      jarey
      jarey

    Latest posts made by jarey

    • RE: Host NodeBB?

      @AgentZerp_ man whats wrong with you?

      People already answered your question with a solution thats it's free and you can do it by yourself. Also it has been pointed out that a guidd to do it step by step exists o de nodebb documentation.

      I'm sure nobody will host you anything for free when the only problem is that you don't want to move a finger.

      posted in General Discussion
      jarey
      jarey
    • RE: Plugin Development Workflow

      @Tomas-Pavlacky seems that we will have to submit a PR to update those dependencies. Did you managed to make it work?

      posted in Plugin Development
      jarey
      jarey
    • RE: PDF attachments and Photo adding?

      @educator you can upload images to any post. You have so many options for that starting with local image hosting, using imgur plugin, amazon plugin etc.

      You can also activate attachments in the forum in the admin panel.

      For spam you have several plugins, for example akismet plugin.

      posted in Technical Support
      jarey
      jarey
    • RE: How to install NodeBB with Redis?

      @roy.miller https://docs.nodebb.org/en/latest/installing/os/ubuntu.html

      What errors are you getting? Post them and we will try to help.

      posted in Technical Support
      jarey
      jarey
    • User slug not generating link to user profile on a replay.

      Jus filled and issue for some odd behaviour i just saw on this community:

      https://github.com/NodeBB/NodeBB/issues/5363

      Can be seen on this thread: https://community.nodebb.org/topic/10098/loading-nodebb-in-my-site-through-iframe

      As you can see, in the replay the @userslug is not highlighted and do not generate a link to the OP profile. The reply was posted using the "reply" button of the OP post.

      Thanks!

      jarey created this issue in NodeBB/NodeBB

      closed User slug not generating link to user profile on a post reply. #5363

      posted in Bug Reports
      jarey
      jarey
    • RE: Loading nodebb in my site through iframe

      @Jonathan-O'Donnell232 maybe hosting it in a subdomain of your site? is that an option?

      posted in Technical Support
      jarey
      jarey
    • RE: [nodebb-plugin-ignore-users] Ignore Users for NodeBB

      Bumped version to 1.1.15 and published to npm. Thanks @psychobunny for the contribution!

      His changes included the following functionality to the plugin:

      • Now the ignore/unignore controls are not available if the user is not logged in.
      • Fixed a bug if using redis.
      • Now admins/global moderators are able to to access/edit user's ignore list
      • A title is now displayed on user profile ignore list section.

      Great job @psychobunny and thanks again.

      posted in NodeBB Plugins
      jarey
      jarey
    • RE: NodeBB as an SSO provider?

      @Mike-Kunkel i suppose you could use nodebb-plugin-session-sharing. Or you could implement a plugin providing wiki functionality.

      posted in General Discussion
      jarey
      jarey
    • RE: Error when pasting in an image prior selecting topic

      @PitaJ said in Error when pasting in an image prior selecting topic:

      @JaredBusch

      it should not let the upload get to 100% in the first place

      I didn't notice that it let the upload start before rejecting it. That is indeed a bug.

      I may have misunderstood you. With regards to the %, is it actually displaying the text % on the screen, and not a %?

      I think @JaredBusch means 100% is displayed in the composer (preview is showing 100% correctly) instead of 100%, and that previously in composer you could see the % character instead %

      posted in Bug Reports
      jarey
      jarey
    • RE: [nodebb-plugin-ignore-users] Ignore Users for NodeBB

      Bumped version to 1.1.14 and published to npm.

      Bugfix version, solving this issue, 2 to go:

      https://github.com/exo-do/nodebb-plugin-ignore-users/issues/23

      jarey created this issue in exo-do/nodebb-plugin-ignore-users

      closed Upvote notification is received from and ignored user. #23

      posted in NodeBB Plugins
      jarey
      jarey

    Get Started

    • Product
    • Pricing

    Resources

    • Demo Site
    • Answers
    • Docs
    • Bug Bounty

    Company

    • About
    • Blog
    • Contact
    Start Free Trial
    Github Facebook Instagram Twitter
    © 2014 – 2022 NodeBB, Inc. — Made in Canada.
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact
    Menu
    • Terms
    • Privacy
    • GDPR
    • DMCA
    • Contact