Yeah that's the only thing that is quite annoying :P, even bootstrap 4 would be nice haha
xCausxn
Posts
-
[Question] Custom Theme Development without Bootstrap? -
[Question] Custom Theme Development without Bootstrap?I'm using the docs and looking at other themes people have made:
https://nodebb.readthedocs.io/en/latest/themes/create.html
https://github.com/pichalite/nodebb-theme-slick for example
-
[Question] Custom Theme Development without Bootstrap?Hey All,
I was wondering if anyone has attempted/made a demo of a NodeBB theme without the bootstrap dependency. From what I have seen when I started trying to make a theme it seems that theming is very heavily dependent on Bootstrap v3.
Any insight or knowledge about this would be greatly appreciated
Thanks
-
Server listHavent worked on this in a while due to some other commitments, i will try to look into it a bit more soon.
-
[nodebb-plugin-beam] Beam Embed Plugin@BeamMatt I love beam so the pleasure was all mine
-
[nodebb-plugin-beam] Beam Embed Plugin@psychobunny Its so much better than twitch man 4 second delay between chat and video makes the experience so much more awesome Also the developers stream themselves making beam The Beam community is really awesome too
-
[nodebb-plugin-beam] Beam Embed PluginNodeBB Beam Plugin
Installation
npm install nodebb-plugin-beam
Usage
https://beam.pro/Username https://beam.pro/embed/player/Username
Screenshots
Beam Single
Thanks
@psychobunny - Youtube Embed Plugin
-
Why the heck do people think NodeBB costs money? - RantYeah i pay $2.50 for a vps to run NodeBB
2GB ram
1Vcore
1TB Bandwith#RunsPerfectly
-
NodeBB Behind CloudFlare@markkus What cloudflare package do you have? Also can you link your forum
-
[nodebb-plugin-youtube] Youtube Embed PluginThanks @a_5mith
-
[nodebb-plugin-youtube] Youtube Embed PluginSo the youtube links are iframe from the rss, hmm ok. If i may ask could you PM me the rss feed url if its not private ?
-
[nodebb-plugin-youtube] Youtube Embed Plugin@Hero the iframes are added by the plugin, to make the youtube embed, and as the youtube plugin checks the postcontent for youtube links this is why it is added.
@psychobunny @a_5mith would be able to help more, as ive only just started making nodebb plugins
-
[nodebb-plugin-youtube] Youtube Embed Plugin@Hero Ah seems like the REGEX is detecting the link in the rss feed. I will look into this now, and maybe also @psychobunny
Also @Hero could you test with this plugin also https://github.com/a5mith/nodebb-plugin-youtube-lite
-
[nodebb-plugin-twitch] Twitch Embed Pluginteehee @psychobunny
Will try finish the gameservers one next haha
In all honesty, when i tried @a_5mith twitch plugin on SSL it doesnt work, so i was like im making my own xD
Then i realised why @a_5mith plugin wasnt working, as twitch was being called over http not https xD
Theres the story of this plugin xD
-
[nodebb-plugin-twitch] Twitch Embed Plugin@pitaj Added in latest version now
nodebb-plugin-twitch
NodeBB Twitch Plugin. Latest version: 1.0.5, last published: 10 years ago. Start using nodebb-plugin-twitch in your project by running `npm i nodebb-plugin-twitch`. There are no other projects in the npm registry using nodebb-plugin-twitch.
npm (www.npmjs.com)
OP UPDATED
-
[nodebb-plugin-twitch] Twitch Embed Plugin@pitaj i think i can do this maybe
-
[nodebb-plugin-twitch] Twitch Embed Pluginactually i think it wasnt working due to https, mine uses the iframe method using twitch cdn so request can be made over HTTPS
-
[nodebb-plugin-twitch] Twitch Embed Plugin@a_5mith Unfortunately no :D, or wasnt working for me so i thought id give it a go
-
[nodebb-plugin-twitch] Twitch Embed PluginNodeBB Twitch Plugin
A modified version of @psychobunny youtube embed plugin, to allow twitch embedding.
Installation
npm install nodebb-plugin-twitch
Usage
http://www.twitch.tv/CHANNEL http://multitwitch.tv/CHANNEL/CHANNEL
Screenshots
Twitch Single
Multi Twitch
Thanks
@psychobunny - Youtube Embed Plugin
@a_5mith - First NodeBB Twitch Embed Plugin -
Need some help with NodeJS in generalI did see that, and already implemented it for TCP sockets but this does not work for UDP sockets which is the last thing i need to complete this app
For UDP i have to use dgram i believe, but i cant seem to get it to work.
Thanks for the reply,