Pimp my NodeBB (codes for the holidays/christmas theme)
-
@baris it is fixed thanks for your help...
-
Our snowman blocks the pagination wrapper on mobile... it looks like changing z-index works, but I suspect this might break the image on other pages...
z-index: auto
So, I wonder if there is an easy/smarter fix for this?
-
You can try adding
pointer-events: none
to the snowman css so it ignores clicks.$(window).on('action:ajaxify.end', function(ev, data) { if (!$('#snow-man').length) { $(`<img src="https://www.freeiconspng.com/thumbs/snowman-png/snowman-png-29.png" id="snow-man" style="pointer-events: none; position: fixed; z-index: 1054; bottom: -50px; right: -100px;"/> `).appendTo('body'); } });
-
Deck the Node with Custom Code fra la la la laa la la la laa
Merry Christmas
-
No one asks how to add a snowman. Dig up for this topic to let you know secret recipe is available to you.
-
@kainos said in Pimp my NodeBB (codes for the holidays/christmas theme):
@nhl.pl How add a snowman?
Answers in this thread...
-
-
@kainos
plugins[nodebb-plugin-recent-cards]GitHub - NodeBB-Community/nodebb-plugin-recent-cards: Recent Cards plugin for NodeBB's Persona Theme
Recent Cards plugin for NodeBB's Persona Theme. Contribute to NodeBB-Community/nodebb-plugin-recent-cards development by creating an account on GitHub.
GitHub (github.com)
-
@juse said in Pimp my NodeBB (codes for the holidays/christmas theme):
@kainos
plugins[nodebb-plugin-recent-cards]GitHub - NodeBB-Community/nodebb-plugin-recent-cards: Recent Cards plugin for NodeBB's Persona Theme
Recent Cards plugin for NodeBB's Persona Theme. Contribute to NodeBB-Community/nodebb-plugin-recent-cards development by creating an account on GitHub.
GitHub (github.com)
Thanks Mr. C