In UNA 14.0.0-RC2, I noticed that the "next image" arrow remains visible even when the user reaches the first or last image in an album. This issue was resolved in Dolphin in the past but seems to persist in UNA.
Steps to Reproduce:
- Open an image album in UNA.
- Navigate through the images using the "next image" arrow.
- Once you reach the last image, observe that the "next image" arrow is still visible, even though there are no more images to display.
Expected Behavior:
The "next image" arrow should disappear when the user reaches the last image in the album.
Additional Information:
- UNA Version: 14.0.0-RC2
- Browser Tested: Chrome, Firefox
Please investigate and address this issue. Thank you!
- 256
We are testing to change server from Apache to Nginx, and after the conversion everything seems to work OK, but we we did the audit noticed this "UNDEFINED" in front of the server (see image below).
Why is that? is it an issue we need to address and if so, how?
- 305
I try to test changing the default launguage to "Arabic" and I do change the setting from studio (see image below), but nothing happens, default language remains English? How to fix that?
- 311
This forum is created to provide support for all my products.
- Bugs can be reported here
- Patches released will be posted here
- Suggestions for improvements to existing Apps can be posted here
- Suggestions for new Apps can be posted here
- 1048
I wanted to delete the notification module and re-install it again, hoping to help the push notification issue, however, I deleted it from studio the usual way, but it is still showing in the "installed module" still as "installed - see image" , but not in the active module, hence I cannot "reinstall it" or "reactivate it".
Any suggestions? is there a way to uninstall it without studio?
- 3220
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! 😀
- 3352