[nodebb-theme-designer] Customize your NodeBB theme on-the-fly
-
yep. Okay well i found the icon. I tried git pulling one more time tonight and I got the up/down vote system and this to work. yay.
except i got this.
this is in chrome on a mac btw.See that line through the top of the screen cap? I'm guessing there's supposed to be a text box.
-
@kevin said:
yep. Okay well i found the icon. I had to "full-screen" the window, then "command + minus" it until it was at 90% and it popped up.
When i do this it pops up like so:
this is in chrome on a mac btw.See that line through the top of the screen cap? I'm guessing there's supposed to be a text box.
Got the same thing (with Firefox). Can't figure what to do with that.
-
Nope. Nothing changed
-
Designer broke all the things on my instance. I'm running off of one of the more recent commits in the repo for NodeBB. My site looks like below after just installing the designer: I'm fairly certain it is designer, because I uninstall it and things are all pretty again. In the log it says this:
warn: [meta.scripts.get] Could not resolve mapped path: plugins/public/lib/desig ner.js. Are you sure it is defined by a plugin? warn: [meta.scripts.get] Could not resolve mapped path: plugins/public/vendor/ac e/ace.min.js. Are you sure it is defined by a plugin? warn: [meta.scripts.get] Could not resolve mapped path: plugins/public/vendor/ac e/worker-css.js. Are you sure it is defined by a plugin? warn: [meta.scripts.get] Could not resolve mapped path: plugins/public/vendor/ac e/mode-css.js. Are you sure it is defined by a plugin?
-
Potentially yeah, I haven't looked at this plugin since v0.3.1, let alone 0.3.2...
meta.scripts.get
filter should be deprecated by now I think right @julian?, I gotta update this to use the new format -
@psychobunny actually, @frissdiegurke made a plea for a stay of execution -- that hook is no longer deprecated, though you should include your scripts via
package.json
plugin.json
anyway. -
yup
plugin.json
don't worry julian is :shipit: -
looks broke now.
I'm running 0.4.2.. did the install and then there were errors.
info: [notifications.init] Registering jobs.info: [user.startJobs] Registering - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
Pastebin (pastebin.com)
so sad.
-
yeah this is only compatible for 0.3x, maybe I'll bring this one up-to-date this week
-
This looks like a great plugin! Is there a reason why it never caught on besides not being kept up to date?
-
As a plugin, there were hacks involved to make it work with core. I think this would be best rewritten as a core feature along with our other skinning options in the ACP.
This way it would ideally work with all themes etc. It's a long term goal for me, but first I need to get that long awaited widgets refactor (which would play into this) completed.
-
@psychobunny Ah, ok. Makes sense. It would be great functionality.