I want to add AMP pages for nodebb pages,is there is any plugin for that?
Plugin Static Directories
-
See this changeset for tips on migrating.
-
@frissdiegurke, I think you have to change line 1 of
01.variables.coffee
to:emojiPath = nconf.get('url') + '/plugins/nodebb-plugin-emoji-extended/emoji-extended-images'
But I'm not entirely sure, and can't test because I don't know how to compile coffeescript
-
ya, currently doing so... some other lines too
it seems like there is the bug of 404 if URI encoded path again...
-
-
What's with those over-sized emoticons, is that the new default size. If so, they are taking something away from the real content. They are a distraction.
-
@frissdiegurke said:
it seems like there is the bug of 404 if URI encoded path again...
Actually, I noticed that as well... so
won't be working right away
@planner -- just a temporary setback while @frissdiegurke updates his plugin. I've dropped back to regular emoji for now. Will switch back over when he commits
-
Will switch back over when he commits
done with emoji-extended
-
Hmm... looks like the CSS (or LESS?) isn't quite making it in...
-
I have emoji-extended installed on mine, too, but the emoticons are not this size.
-
damn, overlooked the 'css' attribute within plugin.json^^ wait a sec.
-
... aaand we're back! (minus
, for some reason...)
-
-
Hurrah! Thanks @frissdiegurke