• 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

jareyJ

jarey

@jarey
Translator
About
Posts
339
Topics
31
Groups
4
Followers
2
Following
13

Posts

Recent Best Controversial

    Host NodeBB?
  • jareyJ jarey

    @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.


  • Plugin Development Workflow
  • jareyJ jarey

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


  • PDF attachments and Photo adding?
  • jareyJ jarey

    @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.


  • How to install NodeBB with Redis?
  • jareyJ jarey

    @roy.miller

    404 Not Found

    favicon

    (docs.nodebb.org)

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


  • User slug not generating link to user profile on a replay.
  • jareyJ jarey

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

    User slug not generating link to user profile on a post reply. · Issue #5363 · NodeBB/NodeBB

    Just saw the issue on the community.nodebb.org site: Can be reproduced/seen on this post: https://community.nodebb.org/topic/10098/loading-nodebb-in-my-site-through-iframe I think the problem should be the space or ' character present in...

    favicon

    GitHub (github.com)

    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!


  • Loading nodebb in my site through iframe
  • jareyJ jarey

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


  • [nodebb-plugin-ignore-users] Ignore Users for NodeBB
  • jareyJ jarey

    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.


  • NodeBB as an SSO provider?
  • jareyJ jarey

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


  • Error when pasting in an image prior selecting topic
  • jareyJ jarey

    @PitaJ said in :

    @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 %


  • [nodebb-plugin-ignore-users] Ignore Users for NodeBB
  • jareyJ jarey

    Bumped version to 1.1.14 and published to npm.

    Bugfix version, solving this issue, 2 to go:

    Upvote notification is received from and ignored user. · Issue #23 · exo-do/nodebb-plugin-ignore-users

    When an user that is ignored, upvote, the notification is still received. Have to see if websocket messages can be intercepted and evaluated to not be sent to users that you are ignored by before they get sent. Or even if they get sent i...

    favicon

    GitHub (github.com)


  • [nodebb-plugin-ignore-users] Ignore Users for NodeBB
  • jareyJ jarey

    Version 1.1.13 just released on npm.

    Changelog:

    • Fixed issue with deleted posts when users seeing "This post is deleted" on all messages of a thread. Thanks @tedbaker for the bugfix.

    @torn2 hope this bugfix solves the issue for you too.

    PS: 3 little bugs pending of resolution if anyone want to contribute with PR:

    Issues · exo-do/nodebb-plugin-ignore-users

    Contribute to exo-do/nodebb-plugin-ignore-users development by creating an account on GitHub.

    favicon

    GitHub (github.com)


  • This post is deleted!
  • jareyJ jarey

    @tedbaker versión 1.1.13 has been just pushed to npm (it should be available right now). Thanks again.

    pinging @torn2 to let him know of the available new version fixing the problem.

    PS: 3 little bugs pending of resolution if anyone want to contribute with PR:

    Issues · exo-do/nodebb-plugin-ignore-users

    Contribute to exo-do/nodebb-plugin-ignore-users development by creating an account on GitHub.

    favicon

    GitHub (github.com)


  • This post is deleted!
  • jareyJ jarey

    @tedbaker said in :

    You can correct this by changing the line (about 42) in the library.js in the plugin folder

    from...

    if (p.deleted && !(privi[0].isAdminOrMod || p.selfPost)) {

    to...

    if (p.deleted === 1 && !(privi[0].isAdminOrMod || p.selfPost)) {

    Hope that helps

    Thanks

    Ted

    Thank you very much @tedbaker. Since i couldn't replicate the issue it hasn't be fixed yet. I will publish just today your fix after testing ( doesn't seem that your change will broke anything so it looks great to me).

    Again thanks for the contribution.


  • Plugin Development Workflow
  • jareyJ jarey

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

    nodebb-grunt/README.md at master · NodeBB-Community/nodebb-grunt

    Comfortable development on NodeBB plugins, themes, etc. - nodebb-grunt/README.md at master · NodeBB-Community/nodebb-grunt

    favicon

    GitHub (github.com)

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

    Regards.


  • Logging in programmatically; Using access token from read API with write API plugin?
  • jareyJ jarey

    Shouldn't your client app, have the token on your code, to act as a consumer of the API?


  • [nodebb-plugin-broadcast] Ustream Broadcaster
  • jareyJ jarey

    @Rome-Li what problems are you facing? I haven't tested the plugin but, the more information you can give here on the community, the more likely you can get help here.


  • Internet randomly crashes with Installshield
  • jareyJ jarey

    @alanwaston excuse me, but... what has this to do with nodebb?

    Technical Support forum here on community.nodebb.org is ment to be the place to give thecnical support about nodebb.


  • How to get forward user's avatar
  • jareyJ jarey

    Maybe you can check nodebb-plugin-mentions, since is in that plugin where the @user-slug is searched and processed in order to compose de link to the user profile in the post message.

    In that plugin i suppose a search is made in order to obtain the user id, you could obtain user avatar the same way.


  • Just saw this markdown editor while browsing stack overflow.
  • jareyJ jarey

    It catched my eye how similar it its to the nodebb default composer.

    Would a web versión of this fit the nodebb needs?

    https://github.com/egoist/eme

    I think it would be great to be able to not worry about this aspect on nodebb and simply attatch markdown as a dependecy like this.


  • Thread Modes Cannot login or register on barebones cms forum
  • jareyJ jarey

    This forum is about NodeBB, not MyBB. Seems you're not on the right place.

  • 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.