Here are the server logs.
No error when the server starts.

Posts made by tedr56
-
RE: nodebb--plugin-sso-ldapauth
-
nodebb--plugin-sso-ldapauth
Hi nodebbers.
I'm trying to adapt an old plugin for ldap connection with new nodebb requirements.
nodebb-plugin-sso-ldap is using passport-ldap wich doesn't seem to install anymore, I guess from node version.
So I'm trying this fork passport-ldapauth, but I'm the end of my javascript guessing.
The logo appears on login screen but I get this error/auth/ldap Unknown authentication strategy "ldap
I guess it's around the strategies.push something is wrong.
Any help appreciated.You can find my code here: tedr56/nodebb-plugin-sso-ldap
-
RE: Use Widget only on forum homepage
Hi.
It's already have been discussed in here..shoutbox { display: none; } .page-home .shoutbox { display: block; }
-
RE: Soundcloud embed not working anymore
Obviously there is dependencies issues, but this is as far as I can help you.
Maybe @julian or @psychobunny can help. -
RE: Showing widget on some of the pages
@yariplus Thanks. Works like a charm.
-
RE: Showing widget on some of the pages
@psychobunny I tried your method and it's working.
Except this little mistake.page-recent .my-widget { display: none; }
Is there a way to do the opposite?
Show a widget on only one page? -
RE: Soundcloud embed not working anymore
On the last lines, you get a Address Already in Use Error.
This means you didn't stop your forum before starting it in dev mode.Beside that, I don't see any issue.
-
RE: Soundcloud embed not working anymore
Sorry, but im out of ideas here.
I'd suggest to launch your nodebb in dev mod./nodebb dev
and see if anything strange appears.
Try enabling & disabling soundcloud plugin and post a soundcloud link. -
RE: Soundcloud embed not working anymore
I don't have the answer, but since it's working on your first site, it's not plugin related.
It is a configuration issue.My last guess would be to check in markdown plugin options. See if
Autoconvert url-like texts to links
is checked. -
RE: Soundcloud embed not working anymore
Just a guess, but maybe it's your plugin ordering.
Check in the plugin page, and see in "order active plugin"
You should order soundcloud plugin after the markdown plugin.
Hope it helps.