Nodebb Image slider pulgin
-
kindly, please inform me if the community implement image slider and event calander plugin for nodebb 3.2.3
-
@Henok-Wondousen there is an events/calendar plugin here - https://community.nodebb.org/topic/4401/nodebb-plugin-calendar-fully-featured-calendar-plugin-for-nodebb-testers-needed/487 although I'm not sure if this works on v3 (I think it does) or if it's still actively developed.
For the image slider, I'm 100% sure no plugin for this exists currently, so you'd either need to make your own, or perhaps use some custom JS to accomodate.
-
Calendar plugin isn't compatible with v3 yet:
-
I don't know if this is the kind of thing you mean, but just for fun I made a quick test as Widget. Just using blocks as example
https://aignite.nodebb.com/category/16/image-sliderNow my question is:
Is there an easy way a widget can have direct access to images that have been loaded into the database, or stored in a specific post?
Can an API call get image from a post? -
@phenomlab said in Nodebb Image slider pulgin:
For the image slider, I'm 100% sure no plugin for this exists currently, so you'd either need to make your own, or perhaps use some custom JS to accomodate.
Actually, there was this nice plugin:
https://community.nodebb.org/topic/15420/nodebb-plugin-makesmart-gallery-image-slider-for-topics
however, I do not think it is up-to-date.
-
For nodebb hosted forums where you don't have root access, can plugins only be installed from the 'approved list'?
I'm prefering Widgets anyway, as easier to code.On a plus: NodeBB can do more easily with Widgets and Custom js than say, Discourse can. Its a real strength.
-
@phenomlab thanks for your input, i have done it with custom html, css and js