Hi,
I want to sort the list of users on chat box by alphabetical order with JS or CSS at these 2 places:
f9d4359b-0300-4a29-9552-2c0d64ce7b6a-image.png
Can you help me for this ?
Hey all,
Does any one know how to set the user default settings.
I'm running the forum as part of something else which generates external links for people to share so need the 'Open link in new tab' the default, I was supprised it's not already default as standard.
Thanks
Dave
@Dave-Huggy-Jones There is no option to do that now in ACP. It's in the user profile settings and has to be done at user level.
Yer wasn't expecting in the ACP, is there not a base template used when creating a new user?
As show email is default off, could I not add this setting?
@Dave-Huggy-Jones you have to change core to do that.
@Dave-Huggy-Jones I guess the easiest way to do it is with a plugin to fire after user registers
Yer I think your right here, I've done a hack for now but knowing quite well that will get over written on the next upgrade.
And even tho this would normally be a minor concern for normal links, links to a another app on the site really need to be in a seperate tab.
So I've had to hack that as well, so I need to get my head around writting some plug-ins and how they all work, I want to fork this one [nodebb-plugin-outside] and see what I can do with it as I think this would serve my purpose but I don't think it's working at the moment.
Do you know if anyone has had any luck with getting any of the debuggers working?
I learn faster by seeing what's going on under the hood.