OneEagle

  •  ·  Premium
  • J

    41 friends
  • S

    51 followers
  • 4346 views
  • 1 votes
  • More
Add new...
 
 
·
Added a discussion

Hello UNA Team,

In Forms > Fields > Organizations > Add Organization, I’ve created a ‘Select’ field with an empty value (Please select...) and other option values that I previously created in the Data Lists. I set the field to be mandatory but the form is still being sent without any value being selected in that custom field on the Create Organization page.

Is this a bug? Please could you investigate the problem? (UNA 13.1.0 here)

Thanks

  • 89
·
Added a discussion

Hello UNA Team,

Photos are being added without 'Title' (Name), 'Description' and 'Labels'. Those fields are missing on the ‘Add Photo’ page.

Why should a user upload a file first, then, once the Photo is already published (public), edit it to add a Title, Description and Labels? This is not practical at all. We end up having all the public photos on the website with ‘No title’ as a title and random urls like: /view-photo/z4lg2k

I came across the following cases:

Photo Title Upload:

https://unacms.com/i/photo-title-upload

Photos: consider posting photos with empty titles instead of assigning file name as title #2329:

https://github.com/unacms/UNA/issues/2329

I totally understand not having file names as titles. But what I don’t understand is having empty titles while we do have ‘Title (Name)’, ‘Description’ and ‘Labels’ fields that can be used the same way they are being used for videos, posts etc.

Please consider adding those missing fields to the ‘Add Photo’ page.

Thanks

  • 91
  • 1
·
Added a discussion

Hello UNA Team,

I saw MySQL 8.4 was available on my server. I would like to know whether it is compatible with UNA 13 &14. I would like to upgrade my database engine from current version: MySQL 8.0.

Thanks

  • 140
·
Added a discussion

Hello UNA Team,

My S3-compatible cloud object storage, Wasabi, has changed its Egress Policy. They don’t offer ‘Public Access’ by default to anyone anymore. All the buckets for all their customers are now set to private. As you know, ‘Public access’ is a crucial feature to get the remote storage to work with UNA. Consequently, all my UNA media files in the remote storage have stopped working. They don’t show on my UNA website anymore (profile pictures, cover images, photos, videos etc). It’s just a chaos!

Wasabi said that those in need of a Public Access should submit a request to their support team for analysis and integrate a CDN service with Wasabi to ensure that their egress policy is not violated. They are requesting a Cache Implementation using CDN.

So, to comply with their new policies, we moved ahead and signed up for a CDN service. After all the CDN configuration, everything looks great from both Wasabi and the CDN service side, but not from the UNA side.

Now we are facing URL problems with UNA. How to automatically update UNA URLs to point to our CDN hostname which looks something like this: myhostname.cdnhere.com

All our remote files are still in Wasabi Cloud. After integrating Wasabi with a CDN service, I can directly access and view them in a browser using new urls with our CDN Hostname. 

Example:

https://myhostname.cdnhere.com/sys_images_custom/zpjfg9xhtn2lpxg7kdprbakrnspgkr.png

As you can tell, the Public Access has been granted to us after we complied with their egress policy changes.

Unfortunately, our files stored in Wasabi haven’t shown on our UNA Website yet as UNA still use those old URLs before implementing the CDN service that look like this:

https://s3.wasabisys.com/mybuckethere/sys_images_custom/zpjfg9xhtn2lpxg7kdprbakrnspgkr.png

Files can still be uploaded to Wasabi without any issue. The only problem is that they don’t show in UNA anymore.

To set up our website to use the CDN service, we simply need to replace the URLs pointing to our static files with our CDN hostname. The CDN service will automatically download and cache our files on their servers.

Example of URLs to UNA static files:

Before CDN: 

  • https://www.mywebsitehere.com/template/images/splash.png
  • https:// www.mywebsitehere.com/gzip_loader.php?file=bx_templ_css_856ekd492ea06bc4d6ae52.css

After CDN, they should point to our CDN hostname and look like this:

  • https://myhostname.cdnhere.com/template/images/splash.png
  • https://myhostname.cdnhere.com/gzip_loader.php?file=bx_templ_css_856ekd492ea06bc4d6ae52.css

Example of URLs to Remote files:

Before CDN: 

  • https://s3.wasabisys.com/mybuckethere/sys_images_custom/xxxxxxxxxxxxxxx.png

After CDN, they should point to our CDN hostname and look like this:

  • https://myhostname.cdnhere.com/sys_images_custom/xxxxxxxxxxxxxxx.png

So, as you can tell, we just need to replace all the static files urls from:

  • mywebsitehere.com

To:

  • myhostname.cdnhere.com

And all the remote files Urls from:

  • s3.wasabisys.com/mybuckethere

To

  • myhostname.cdnhere.com

Please, how to get that done automatically in UNA? Where are the functions that control/generate URLs in UNA? And What to edit?

Most of the CMS like Wordpress, Joomla, Drupal etc have a CDN plugin that does exactly that. They automatically convert all the static and remote files urls and points them to the CDN Hostname. But we don’t have such a feature in UNA. The change will probably need to be done manually to the core code.

Please help. I am desperate as all my media files has stopped showing in UNA.

Thanks

  • 198
·
Added a discussion

Hello UNA Team.

The google-pay icon is missing in UNA 13.1.0. I would like to use and display it as my accepted payment method along with other digital wallets.

I've added the following css code to template/css/icons.css and modules/fontawesome/template/css/icons.css:

.sys-icon.google-pay:before, .fa-google-pay:before {
 content: "\e079"; }

and used this code to display the icon:

<i class="sys-icon fab far google-pay"></i>

But it didn't work.

Am I missing something?

Probably Font Awesome icons were updated in UNA 14.0.0 but I am using UNA 13.1.0.

Please help!

Thanks

  • 223
  • 1
·
Added a discussion

Hello UNA Team,

I've reordered payment options in the Payments module settings (Providers) in Studio because I wanted to prioritize some payment gateways over others. The reordering change did apply to the Account notifications Navigation > Settings > Payments page but not to the ACL and Shopping Cart page even after clearing cache. (UNA 13.1.0)

Please could you fix it?

Thanks

  • 201
  • 1
·
Added a discussion

Hello UNA Team,

On the dashboard, the membership expiration is not showing correctly when I switch to another language.

Example:

Started: 14 minutes ago Expires: 16 Jun 2025
State: Trial

Here is how it changes:

'14 minutes ago' becomes '14 munutenn ʼzo'

and

'16 Jun 2025' becomes '16 Eve 2025'

I didn't know what language was that but after searching the word 'munutenn' on the internet I've found out that it was actually the Brittonic (Celtic) language. I got no idea where UNA got that translation from.

I went through the following articles and I couldn't find any answer to my problem:

https://unacms.com/wiki/Date-time-handling

https://unacms.com/wiki/Polyglot#managing-language-settings-settings-tab

Is this a PHP, a Moment.js file or a server setting error?

@Anton L Does it have something to do with is issue: 'Html language tag issue'? https://unacms.com/d/html-language-tag-issue

Please help

Thanks.

  • 229
  • 1
·
Added a discussion

Hello dear @Anton L

After Payment confirmation, Paypal API doesn't automatically assign membership levels. This problem occurs with both membership with Trial and without trial.

What am I missing in my settings?

First of all, in both cases (membership levels with trial and without trial), the subscription price is shown as $0.00 on the Paypal checkout page which is something I've found very weird.

Secondly, I have a store set up in my Paypal sandbox account with an App creaded, Webhook added, Auto Return URL set up and the Payment data transfer enabled.

Although the price is always $0.00 on the Paypal checkout page (in both cases: membership levels with trial and without trial), the payment is successfully made, the user returns automaticcally to my website (Auto Return URL works) and the subscription is successfully created in both side: Paypal Sandbox account and UNA. (Billing cyle, normal price etc.). On UNA, the status is: Unpaid and the membership level is not assigned to user, no matter if it's a trial or not.

When I cancel that subscription on UNA, it automatically cancels it in my PayPal Sandbox account, meaning there is a communication between the two through API.

So my question is why are all my membership levels prices (whether they are with trial or not) showing as $0.00 on Paypal checkout page? And why aren't they automaticcally assigned after payment confirmation?

Also do I have to manually create Subcription plans in my PayPal account for recurring payments, the way we do it with Stripe? Susbcription plans in the PayPal, aren't they automatically created through PayPal API when the users subscribe to them?

I am having this issue with subscriptions only. Single time payments (e.g. buying credit packages) are working fine with PayPal API. Credits are automatically being assigned after payment.

Please help,

Thanks

  • 232
  • 1
·
Added a discussion

Hello @AQB Soft

I got two issues with the Points Wallet modules

Issue #1: On the acl page when trying to subscribe to a membership by clicking on 'Checkout with Points Wallet', there is a pop-up that appears without a text. Just the following language key:

_aqb_pwallet_buy_with_points_confirmation_subscribe

I've checked in the polyglot, that key has this text: 'Are you certain that you want to subscribe?'

Please, provide a fix to display the missing text on the pop-up.

Issue #2: When you click on the 'Ok' button of that pop-up, it closes but nothing happens. The membership is not purchased.

The test user that I am using has enough points. I don't know why subscribing with points doen't work. 

Am I missing something in my settings? I am using UNA 13.1.0

Please help!

Thanks

  • 207
  • 1
OneEagle Discussions
Mandatory Setting not working with Select Fields
Missing Important Fields in the Photos Module
Is UNA compatible with MySQL 8.4?
Serious Problem with URLs, Files in the Remote Storage not showing and CDN
How to Add Missing Font Awesome Icons?
Reordering Payment Options not working on the ACL and Shopping Cart pages