Hello UNA Team,
The more I use UNA, the more I realize how powerful and avanced it is. Congratulations and thank you so much for all your hard work. It's so amazing! I would like to understand UNA better. So, please tell me:
1. What are the qualifications or skills required/suggested to become a good UNA developers?
2. What language is UNA front-end written in? Only PHP or with Javascript?
3. What language is UNA back-end written in?
4. What language is the Messenger written in? Does it use Erlang?
5. What language is the UNA API written in?
6. Does UNA also use C++, Python or Java?
7. What language is UNA mobile app / NEO written in? And What are the mobile Frameworks used?
Thanks
- 2259
Hello,
Is anyone using Xero? Please give us some feedback.
How can it be useful for UNA? The Xero description page here in UNA doesn't make it clear enough.
Thanks
Hello,
My logo (image + business name) is wide and doesn't look great on UNA because of the default logo size in Artificer, the top navigation menu and the toolbar member icons (notifications , messenger etc) that occcupy too much space in the top navigation bar.
I would like to display one version (short version) of my logo to members and another one (long version) to guests as many items of the top navigation bar don't show to non-logged-in users. Please how to achieve that?
Facebook does the same. They got a short and long version of their logo as you can see on the images below.
One version for logged-in users:
and another one for visitors:
I know there is this tickect #4656 possibility to upload separate images for Light and Dark modes but that's not what I am talking about.
It would have been great to also be able to upload multiple logo versions/images and set the membership level visibility.
Thanks
- 1069
Hello
I would like to display the following footer copyright text:
© 2025 My Business
I don't wanna use the one in the pop-up from the footer navigation.
So I tried: <?php echo date("Y"); ?>
Like this:
© <?php echo date("Y"); ?> My Business
But it didn't work.
Any idea?
Thanks
- 1200
Hello,
Labels are not completely removed from the system after being deleted in the studio. Even after clearing the cache (both UNA and browser cache), deleted labels are still displayed in the module's pages where they were used (discussions, posts etc) and they are even clickable. Also, they are still being listed on the channels homepage (channels-home)
Is this a Bug or a normal behavior?
I am using UNA 13.0.1.
Thanks
Hello,
How to call and automatically list a specific parent label with all its child labels in a raw block?
Any idea?
Thanks
- 892
Hello UNA Team,
My periodic/error_log file is getting huge in size (4.19 GB). Is there a proper way to reset or clear it?
Thanks
- 1127
Hello @Alexey
What is the correct way to upgrade my Jot Server (v1.0.3) to the latest version (v2.0.0). I would like to use the JWT auth and rooms features.
1. Can I just download the lastest Jot server from GitHub and upload it to my server via FTP to overwrite my existing Jot server files/installation and I done?
Or Do I need to stop Jot Server first using:
forever stop app.js
2. Will I need to reinstall all necessary dependencies using:
npm install
3. Will it be necessary to make Jot Server watch for changes in the certificate folder again using:
forever -w --watchDirectory=/path/to/certificates start app.js
4. Where/how to generate the 'secret' mentioned in the config.json? Is the the same with the JWT token App id in the Messenger settings? Also Where to get the JWT token App id?
5. Are the following lines no longer in used in the new congig.json file (Jot Server v2.0.0)?:
"OFFLINE":0,
"ONLINE":1,
"AWAY":2
6. Does this installation tutorial found here https://unacms.com/wiki/jot-server-installation still apply to the new Jot Server? I am a bit confused since there is another and completely different tutorial here: https://github.com/unacms/jot-server
Do we still need to create a /primus folder with a .htaccess file in it on the server?
Do we still need to 'Register/Deploy Application' in the 'Application Manager' of cPanel using Phusion Passenger as requested in the installation tutorial in the first link?
Thanks and happy holiday season! 😀
- 3789