use vanilla theme
data-dataninja
Posts
-
Traditional NodeBB Theme? -
a picture only category? (like instagram) -
a picture only category? (like instagram)Is there a way i can restrict the type of topics/post in a category?
like an pictures category where u can only do pictures (like instagram feed)
or a video category where u do only videos (like instagram stories)
then it showns in the homepage like this & people can scroll?
-
react-redux-nodebb, we are building it!@julian we are hiring devs to work with me on this, if u know someone who knows react & nodeBB, please let me know
-
react-redux-nodebb, we are building it!the controllers & apis & hooks are pretty straightforward
what might be slightly difficult is to build the module bridge to successfully enable the current plugins to work with React.
we can convert nodeBB controllers/api/hooks like-for-like, If plugins are simple js logic then shouldnt be a problem importing them as js modules. But we might experience some compatibility issues when importing more complicated plugins.
Will have to look into that further & see how it goes
-
react-redux-nodebb, we are building it!@data-dataninja would be nice to have some advice from you Master Julian @julian
-
react-redux-nodebb, we are building it! -
react-redux-nodebb, we are building it! -
react-redux-nodebb, we are building it!We are building react-redux-nodebb
this will enable react-dom & react-native with nodebb, which means we can build nodeBB into native apps & also use react ecosystem UI components
steps we are taking:
- react-redux structure (state, api, hooks)
- converting controllers
- module bridge (to enable current ecosystem of plugins)
then next up we will build:
react-native-nodebb theme & skinsAny help & suggestions are super welcome!
-
Is there any mobile client for nodebbYes I would love to see mobile client like React Native.
Please let me know if anyone is building it
-
How to add Google AnalyticsWhats the recommended approach on adding google analytics?
paste it in the custom header ?
-
Mobile App (ios/android)@data-dataninja said in Mobile App (ios/android):
@julian Thank you so much for the reply!
Thats awesome & thats why I chose nodeBB over other forum tech.
However I was wondering what's the best approach for ppl to use it on their device.
Ideally I want it to be an app people can download from app store. Whats your recommendation on the best way to do that?
I am considering if I can do that with nodeBB natively or a wrapper like webview or like building a separate app with nodebb api.
Thanks!
@julian just would love to have u comment on this
-
[nodebb-plugin-ns-likes] NS LikesAwesome this is what im looking for,
just a question:
does this simply replace the vote - to like
or it adds another like system ?
Ideally i just want it to replace vote to like
Thanks