Alex

Results 13 comments of Alex

Craft CMS works with php so ``` html var nodeBBURL = '//your.nodebb.com', wordpressURL = '', articleID = '', categoryID = 1; // OPTIONAL. Forces a Category ID in NodeBB. //...

I don't have an instance of craft to test this on, please let me know if this plugin works for you. [https://github.com/theunknownartisthour/nodebb-comments-craftcms](https://github.com/theunknownartisthour/nodebb-comments-craftcms)

The code appears to only target the id, I think the script tag was just the shortest way of making sure the content inside didn't appear. You can use another...

Not 100% certain if this'll help, but you might consider https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API/Visualizations_with_Web_Audio_API#Creating_a_frequency_bar_graph This is currently cross compatible between firefox and chrome and uses a microphone, which I assume is at least...

I wrote this up because I actually didn't notice the admin password was handed off when the quick start finished and went right into the database. Resetting the default admin...

If the app/quickstart isn't designed to spin up and down instances of the app and properly interact with a single database then yes, in some ways it will. For example...

@Nisthar Unfortunately no, because what openshift does to scale your app is an entirely different approach to an "unscaled" app. Basically they put your app behind a load balancer, which...

@Nisthar I don't know mongo enough to say that mongodump is the way to export/backup the database, but if you do export mongodb's database, you will be backing your users...

@Nisthar Your user's info is inside MongoDB. It appears as though mongodump is the command to make a backup and mongorestore is the command to import the backup back in....

@ahwayakchih BTW just confirmed your script works wonders :) and also, had to use it because this time, the application crashed near the end, so never got to see the...