Hi,
I have 2 possible improvements of edit profile page
In first variant buttons and profile image use 100% width of parent block
Second:
Buttons have constant width similar to photo width 128px
Which one is better?
Hi,
I have 2 possible improvements of edit profile page
In first variant buttons and profile image use 100% width of parent block
Second:
Buttons have constant width similar to photo width 128px
Which one is better?
@pitaj I thought about iframes first and got same resolution
Hi,
Currently I have website and community based on nodebb
I need to have nodebb chat functionality on website too
Is there some easy way to get it?
Thank you
Hi
First you need to add some plugin-like functionality to your theme
Next you have to add hook for static:app.load
You have to require templates.js
var templates = module.parent.require('templates.js');
And last thing you have to do inside of static:app.load hook
templates.registerHelper('superCoolHelper', function(data) {
// here your code
});
I've created Pull Request with support of loggedIn variable in footer.tpl
Hi,
Is it possible to get loggedIn variable in footer.tpl without editing NodeBB Core?
Thanks
Plugin sends desktop notification when NodeBB is ready. Useful for NodeBB developers.
npm install nodebb-plugin-dev-ready-notifier
See node-notifier for Mac/Linux/Windows requirements.
When activated, plugin sends desktop notification each time when NodeBB is ready.
Very useful when NodeBB started in watch mode
Hi,
Is it possible to customise og: tags without editing NodeBB core?
Thanks
Hi,
Is it possible to show everywhere some user's field value instead of username?
Thanks
what about "Recent Replies" widget?
@psychobunny said:
BTW, if it's just front-end JS and HTML, you could even just copy and paste it directly into an HTML widget and you'd be good to go.
so I have to change it every time plugin updates
maybe it is better to implement overriding like for usual templates
is it possible to change fa-bell-o notification icon without editing nodebb sources to prevent problems while upgrading?
Hey,
Is it possible to customise widget templates by theme?
Thank you