Migrating from SMF
-
@a_5mith Not sure now since I cannot get it started again. I did see some plugins that gave me a warning that they were not compatible with the version I had installed. I followed the guide you gave me earlier. I guess it was not the latest version.
Edit: v0.5.x according to the koding install guide.
-
@19eighties Ok, for 0.5.x.
npm i [email protected]
will get Widget Essentials working again. Depending on how many plugins you've updated, you may have to go through and drop down the versions of each of the plugins dependant on their supported version.A quicker method to get your NodeBB up and running again would be to run
./nodebb reset plugins
, which will temporarily disable all running plugins. However as widget essentials is slightly different, you'll need to run the above command. If you get any other errors after doing that, paste it here and I'll get you the correct versions.Alternatively you can find the plugin on Github, look at the commit history, and look for the commit that's before support for 0.6.0.
-
@19eighties Stable should be fine for production, 0.6.0 is still in development phase, so there's a few breaking issues, I'm running it on http://35hz.co.uk, but only because I'm brave. When 0.6.x is stable and people upgrade from 0.5.x, the whole plugin issue will be less of an issue. But it's quite difficult backporting these sorts of compatability so that plugins aren't updated when they shouldn't be. People will naturally see an update and do just that.
-
@a_5mith Nice landing page. I noticed when an image is uploaded for a category, it is not automatically re-sized to more appropriately fit the box.
I think it would take a while for me to get comfortable using this forum software as an admin. I like a lot of the features though.
-
@19eighties Define "banner". You can add an image to the category. But I doubt that's what you mean. You can also add widgets to category headers if that's your thing.
-
@19eighties v0.5.4 (aka v0.5.x) is stable, and ready to roll. v0.60 is the master branch on GitHub, and is actively being developed.
-
@19eighties said:
- One thing I started looking into, was the importer plugin. I have it currently installed, when I run it, it looks like there is a pull-down for selecting which import to run, however, it does not populate with any options (FYI). Can I write the git address for the SMF plugin below?
Sometimes npm api does not return anything to populate the list, will fix this soon - for now, you can just write
nodebb-plugin-import-smf
which will install the latest from the npm registry, if you want a specific fork or version, you can use the full git url, i.e.git://github.com/a5mith/nodebb-plugin-import-smf#master
, basically any valid repository urlAlso, if you install it once, or if you decide to manually clone it into the
node_modules
and you do not want the import plugin to touch it or try to install it again, there is an option"Skip Module Install"
which you can check to skip the install process, but you still have to leave the name of the module in the input field, i.e.nodebb-plugin-import-smf