Based on the Youtube plugin,
I modified it to embed vimeo videos with a classic link.
Intall with :
npm install nodebb-plugin-vimeo
Restart the server, activate the plugin in admin panel, and restart again.
Based on the Youtube plugin,
I modified it to embed vimeo videos with a classic link.
Intall with :
npm install nodebb-plugin-vimeo
Restart the server, activate the plugin in admin panel, and restart again.
Here it is,
little plugin to insert Soundcloud tracks
with a little :
npm install nodebb-plugin-soundcloud
@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?
For those working in 3d world, adapted plugin to insert 3d models in nodeBB forums.
Enjoy
npm install nodebb-plugin-sketchfab
Would be useful to have the possibility to send an email to all the members, specially the inactive ones.
Couldnt this be a plugin?
Fixed on master branch
Sure, a little framework for this kind of thing would be nice.
But I'm not sure about the bottom part personnaly.
By the way, soundcloud plugin ready.
Talking about it, motivated me.
In the series of websites integration, next, dailymotion.
Enjoy!
npm install nodebb-plugin-dailymotion
Here are the server logs.
No error when the server starts.
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
Hi.
It's already have been discussed in here.
.shoutbox {
display: none;
}
.page-home .shoutbox {
display: block;
}
Obviously there is dependencies issues, but this is as far as I can help you.
Maybe @julian or @psychobunny can help.
@yariplus Thanks. Works like a charm.
@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?
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.
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.
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.
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.