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

  • Default (No Skin)
  • No Skin
Collapse
v3.5.2 Latest
Buy Hosting
A

azeus

@azeus
About
Posts
150
Topics
12
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

    Photos Masonry or Carousel
  • A azeus

    Hello experts,

    I've searched and all the existing plugins are deprecatedโ€ฆ

    It will be cool if someone could create or update un existing plugin to gather the photos posted in a post or a category and then display them in a beautiful way (Masonry or Carousel) in a widget or a custom page ๐Ÿ™‚

    I believe itโ€™s a missing plugin for NodeBBโ€ฆ Iโ€™ve tried to implement https://masonry.desandro.com with no success (Iโ€™m not a webdev ๐Ÿ˜ž )

    Thank you


  • Mail via Nodebb stops working (Postfix)
  • A azeus

    @julian said in Mail via Nodebb stops working (Postfix):

    587

    Actually somehow Actually, somehow the submission parameter on port 587 wasnโ€™t present anymore in my postfix settingsโ€ฆ And the TLS certificate wasnโ€™t valid anymoreโ€ฆ Anyway, Iโ€™ve forced to use port 25 without certificate. Its working again ๐Ÿ™‚

    Thank you again @julian


  • Mail via Nodebb stops working (Postfix)
  • A azeus

    The test mail generate this in nodebb logs:

    2020-01-21T15:17:23.841Z [8080/20347] - error: connect ECONNREFUSED 127.0.0.1:587 {"errno":"ECONNREFUSED","code":"ESOCKET","syscall":"connect","address":"127.0.0.1","port":587,"command":"CONN"}
    

  • Mail via Nodebb stops working (Postfix)
  • A azeus

    @julian said in Mail via Nodebb stops working (Postfix):

    hen mail is not sent? What happens if you send a test email via the Settings -> E

    Thanks for your support!

    The test email via the Setting > Emails says "SUCCESS Test Email Sent" but nothing in Postfix logs... Not sure what's really happens but it seems that the command dosn't arrive to the postfix server ๐Ÿ˜•


  • Mail via Nodebb stops working (Postfix)
  • A azeus

    Hi gurus,
    We are using Postfix as a web server and was working fine with Nodebb.
    Recently we have noticed that it's not working anymore....

    The test from the server is OK using nodebb user

    echo "Test mail" | sendmail -i -f [email protected] [email protected]
    echo "Test mail | mail -s "subject" [email protected]
    
    
    nodebb:~$ id
    uid=1002(nodebb) gid=1002(nodebb) groups=1002(nodebb)
    
    

    Any idea ? What command is using by Nodebb to initiate the mails?

    Thank you ๐Ÿ™‚


  • Exifs missing in the resized uploaded photos.
  • A azeus

    Perfect it's now working fine ๐Ÿ™‚ Thank you.


  • Upgraded to 1.13.1 and found a problem in the management platform.
  • A azeus

    @baris said in Upgraded to 1.13.1 and found a problem in the management platform.:

    Fixed https://github.com/NodeBB/NodeBB/issues/8105

    Dosn't fix it for me. I still have the [> _JSON] in my dashboard but the message when clicked is different now ๐Ÿ™‚

    {"query":{"units":"hours","until":1579190592728,"count":24},"result":{"uniquevisitors":[0,2,37,42,37,42,37,38,34,32,34,31,37,44,41,41,37,35,24,28,26,4,19,2],"pageviews":[0,4,186,123,463,179,102,137,132,1417,890,899,719,1095,439,250,173,174,143,161,110,42,99,4],"pageviews:registered":[0,3,102,50,93,103,42,0,0,0,1,0,0,38,40,32,34,99,71,55,51,40,70,3],"pageviews:bot":[0,1,51,63,336,53,52,106,122,1417,879,888,707,1056,330,200,118,49,54,92,53,2,21,1],"pageviews:guest":[0,0,33,10,34,23,8,31,10,0,10,11,12,1,69,18,21,26,18,14,6,0,8,0]}}
    

    Could you help?


  • A relative new user to NodeBB and just finished a working version of a lightgallery plugin.
  • A azeus

    @y-h said in A relative new user to NodeBB and just finished a working version of a lightgallery plugin.:

    didn't manage to get it working installed via npm rebuild and nothing happens when clicking on images, no errors in the log either.

    Maybe you need to clear your cache... Works fine for me.


  • Exifs missing in the resized uploaded photos.
  • A azeus

    @oplik0 said in Exifs missing in the resized uploaded photos.:

    @azeus said in Exifs missing in the resized uploaded photos.:

    Thank you but I don't see anything about stripping the exif data in /admin/settings/uploads (v1.12.2) ๐Ÿ˜ž What am I missing?

    You're missing 0.01.0 - this option was added with 1.13.0.

    Oh thnaks, will upgrade and let you know


  • Exifs missing in the resized uploaded photos.
  • A azeus

    @baris said in Exifs missing in the resized uploaded photos.:

    /admin/settings/uploads has a setting for stripping exif data, try turning it off.

    Thank you but I don't see anything about stripping the exif data in /admin/settings/uploads (v1.12.2) ๐Ÿ˜ž What am I missing?


  • Exifs missing in the resized uploaded photos.
  • A azeus

    Re: [Solved] Color profil missing in the resized uploaded photos.

    Hey experts,

    We are facing the same issue again, the Exifs are not present in the uploaded photos... ImageMagick plugin is still installed and activated, and Imagemagick bin is still running in the server...

    Any clue?


  • Is MongoDB 4.2 supported?
  • A azeus

    @baris said in Is MongoDB 4.2 supported?:

    Yes. As always make a backup of your database with mongodump before upgrading.

    Thank you ๐Ÿ™‚


  • Is MongoDB 4.2 supported?
  • A azeus

    Hi gurus ๐Ÿ™‚

    I've searched and didn't find anything, sorry if duplicated.

    Iโ€™m running Nodebb on Ubuntu Server 16.02 with MongoDB 3.2. I want to upgrade MongoDB to 4.2 (using apt-get) but Iโ€™m wondering if itโ€™s supported by NodeBB?

    Thank you.


  • A relative new user to NodeBB and just finished a working version of a lightgallery plugin.
  • A azeus

    @667 said in A relative new user to NodeBB and just finished a working version of a lightgallery plugin.:

    I was surprised that the gallery plugins seemed to be lacking... or maybe I'm missing something?!

    Anyway I'd love to get feedback about nodebb-plugin-lightgallery.
    https://www.npmjs.com/package/nodebb-plugin-lightgallery

    Thanks.

    @667 you're our boss ๐Ÿ˜„ We have been waiting for this for a long long long time... We are a photography forum and a decent LB is a must feature for us ๐Ÿ™‚

    It's running nice, we have maybe an issue with photos in landscape mode, as the LB seems to not load... Any idea?

    Thank you again.


  • Image lightbox?
  • A azeus

    @667 said in Image lightbox?:

    https://github.com/june07/nodebb-plugin-lightgallery
    https://www.npmjs.com/package/nodebb-plugin-lightgallery

    Also available in the NodeBB plugin menu under find.

    Awsome ๐Ÿ˜„


  • Image lightbox?
  • A azeus

    @PitaJ @ckubs I've managed to get https://github.com/psychobunny/nodebb-plugin-gallery to work with the help of @sosojni

    It was working just fine by changing the trigger in main.js of gallery plugin from:
    $(window).on('action:ajaxify.end', function() {
    to:
    $(window).on('action:images.loaded', function() {

    Now after the upgrade of Nodebb to v1.11.1 it's not working anymore ๐Ÿ˜ž

    Any idea guys?


  • Extensive load warning
  • A azeus

    I have the same issue, nothing relevant in the logs... I don't know what to do to fix it ๐Ÿ˜ž Any help? (I'm running on v1.9.0 but the problem existed before the upgrade)


  • Is NodeBB compliant with the GDPR (the newest legislative spam by the EU)?
  • A azeus

    @frankm thank you ๐Ÿ™‚


  • Is NodeBB compliant with the GDPR (the newest legislative spam by the EU)?
  • A azeus

    Hi @Julian, we just upgraded to v1.9.0. Where could we find the GDPR related settings? We don't find anything in the Admin Panel ๐Ÿ™‚ Tks


  • Is NodeBB compliant with the GDPR (the newest legislative spam by the EU)?
  • A azeus

    @julian said in Is NodeBB compliant with the GDPR (the newest legislative spam by the EU)?:

    e, and such, but otherwise, yes.
    We'll be launching v1.9.0 today

    Awesome, you guys rox ^^

  • 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
  • Top
  • Tags
  • Users
  • Groups
  • Documentation
    • Home
    • Read API
    • Write API
    • Plugin Development