Ah yes, true. I will admit that the Upgrade Button specifically was not changed for the initial release of v0.5.4.
They were added after, but not republished as v0.5.5, yet.
Waiting on gh#2438
@Scuzz If you have LTS, then you're fine, but 13.10 only had 9 months' of support, which ended in July. Unfortunate for us, the majority of our servers were 13.10
They're all running 14.04 now, and won't change for awhile yet.
Looks like the server just needed one last restart. I think it's properly setup now.
Yeap! Got into the admin panel, looks like I've got it to work on Openshift! I think the docs are being updated. If you're more the developer type take a crack at it, you'll have your own NodeBB.
All's good Thanks @baris
@julian said:
I imagine if href is missing, this.href would be undefined, no? smile
No.
I was surprised that it's been an empty string that got checked instead of undefined too, but it seems I'm to adapted to jQuery ^^
This is because you use the DOM-element rather than jQuery to get the href:
document.createElement('a').href === ''
$('<a></a>').attr('href') === undefined
@trevor You may have had some on your forum too, i mentioned it in the post to show the people that there was other themes as they all seemed to complain about was the theme here.
@Scuzz You can also rename the folder of the plugins in node_modules (in your case nodebb-plugin-topic-badges to nodebb-plugin-topic-badgeslol). Try again to start nodebb, than go on the plugin page, desactivate the plugin and rename the plugin folder to the original name (nodebb-plugin-topic-badgeslol to nodebb-plugin-topic-badges).