Hi @LeonidS
I created a list of Professions with 129 options.
I need to use it in two forms: profile creation (single selection) and forum creation (multiple selection).
It works fine in the profile creation form.
The problem I'm having is in the forum form, where I need it to be multiple selection. Only 31 of the 129 options appear in the listbox.
For now, I'm avoiding using "Labels" for the professions because I need "Labels" for another purpose.
Is there any way to solve this, or is my list simply too long for a "multiple select" field?
Thank you very much.
Hi @LeonidS
I need to configure a "location" field in the discussion form that works exactly like the field in the profile forms for people and organizations. That is, I need to be able to type in the field and have the list from Google Maps displayed.
I added a location field to the "new discussion" form using Studio-Developer-Forms, but it's not working. Only a toggle switch appears.
Is there anything else I need to configure?
Thanks



Hi
In a list I created in Forms-Data Lists, I want to add an option that says "Select an option," but I want it to be set to "Use empty value for this item."
When I select this option and click "Save," I get the message shown in the attached file.
Does anyone know what might be causing this?
I have another list where I was able to add the option without any problems.
The only difference I've found between the two lists is that the one I'm having trouble with says "Use For Sets: Yes," while the other says "No."
I don't know what that means or if it could be related to the problem.
Thanks.


Hi
This is happening on a website where I'm using UNA version 12.1.0. I don't know if that's related, I'm just mentioning it in case.
Discussion form on the homepage.
If I click "Submit" without filling in any of the required fields, the "text" field (which I call "job description") then doesn't appear.
Any idea what the cause might be?
I checked the form and everything seems fine. If I use it on https://tnea.ar/page/create-discussion, the problem doesn't occur; it works fine there.
Thanks.

Hi
I have two questions:
1) Regarding the error: the "connection refused" error is becoming increasingly frequent. Could this be related to the database management system, the number of users, or a server issue?
2) This is a new problem. When the above error appears, the database access credentials are displayed. Is there a setting I need to configure to prevent this?
Thank you very much.
Hi
Where can I find information/documentation on setting up and using the "Agents" app?
I'd also like to see examples of how it could be used to benefit users.
I have a portal where companies post their job openings and people register to look for employment opportunities.
Could it be useful, for example, to allow people to request that the AI generate a list of job openings that match their profile?
Thank you very much.
Hi
I'd like to mention that the page where this is happening is using UNA 12.1.0 and PHP 7.4.33.
This warning message started appearing a couple of days ago (screenshot attached).
So far, it only happens when I access the homepage and https://tnea.ar/page/explore.
What should I do to prevent this from appearing?
Thank you very much.
Hi
First, I want to clarify that the page where this is happening is using UNA 12.1.0 and PHP 7.4.33 (screenshot attached).
When a user creates a profile, the following message appears:
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/hypatiac/public_html/tnea.ar/modules/boonex/antispam/classes/BxAntispamModule.php on line 92
Warning: Cannot modify header information - headers already sent by (output started at /home/hypatiac/public_html/tnea.ar/modules/boonex/antispam/classes/BxAntispamModule.php:92) in /home/hypatiac/public_html/tnea.ar/modules/base/profile/classes/BxBaseModProfileFormsEntryHelper.php on line 236
I'm unsure what to do, since I hadn't planned on upgrading to UNA version 14 yet, because the change will likely create some issues to resolve, and I don't have much time right now.
Alternatives (I'm not sure if these are better options):
1) Disable error display by configuring one of the following files:
- In PHP: `ini_set('display_errors', 0);`
- In .htaccess: `php_flag display_errors Off`
2) Adjust the PHP version, i.e., change it to a lower version, such as 7.3
3) Modify the code in the Antispam module, that is, in the file /modules/boonex/antispam/classes/BxAntispamModule.php Line 92: where get_magic_quotes_gpc() is used.
What would be the best option? Even considering that upgrading to version 14 might be the best option.
Thanks.










