Pending

User tests: Successful: Unsuccessful:

avatar madmetz
madmetz
2 Sep 2018

…gement' (backend)

All field descriptions for optional fields in 'user registration' are "If required, please fill this field." This has no meaning to a regular user.
In addition to that this description exists only once for all fileds. (not usable)
On the other hand there is a single description for each optional user field in 'user management' which is unnecessary for admins or publishers.
So my solution was to change line 259 in profile.php
from: if ($app->isClient('site')...
to: if (!$app->isClient('site')...
This solved the problem (at least in my case).

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Expected result

Actual result

Documentation Changes Required

avatar madmetz madmetz - open - 2 Sep 2018
avatar madmetz madmetz - change - 2 Sep 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 2 Sep 2018
Category Front End Plugins
avatar SharkyKZ
SharkyKZ - comment - 2 Sep 2018

With this change, the description from plugin configuration is shown. E.g. Choose an option for the field Address 1. This is not correct, IMO, as it refers to the required/optional/disabled options from plugin config.

avatar brianteeman
brianteeman - comment - 2 Sep 2018

@SharkyKZ is correct

avatar madmetz
madmetz - comment - 2 Sep 2018

So what would you suggest ? (Or do you doubt the problem ?)

avatar madmetz
madmetz - comment - 2 Sep 2018

Things get mor funny !
I just made some screenshots after selecting English as default language.
Forget about the backend - Frontend is more impotant.
Screenshots 1 (line 259 in profile.php CHANGED)
(In this case I can change these descriptions by language override)
frontend_w_patch

Screenshots 2 (line 259 in profile.php UNCHANGED)
(In this case I can't change these descriptions by language override)
frontend_wo_change

I hope you now can see what I mean !?

avatar brianteeman
brianteeman - comment - 2 Sep 2018

As explained by @SharkyKZ it refers to the required/optional/disabled options from plugin config.

avatar madmetz
madmetz - comment - 2 Sep 2018

Sorry, but what does that mean to me ?
Do I get my problem solved or not ?
What else can I do to have a different description field popup for each field (as in my screenshots 1)?

avatar brianteeman
brianteeman - comment - 2 Sep 2018

It means your proposed solution is not correct.

Personally I would not use that plugin. You can achieve what you want with custom fields.

avatar franz-wohlkoenig franz-wohlkoenig - change - 3 Sep 2018
Status Pending Information Required
avatar madmetz
madmetz - comment - 3 Sep 2018

@brianteeman

Personally I would not use that plugin

If I got it right, you say I should not use Joomla - because it's the original Joomla plugin what we are talking about here !

You can achieve what you want with custom fields

Do you mean I should replace the original Joomla 'Users -> Manage -> Users:Edit -> User Profile' fields by 'Users -> Manage -> Users:Fields' ?

avatar brianteeman
brianteeman - comment - 3 Sep 2018

If the plugin does not suit your needs then yes I would create the fields using Users -> Manage -> Users:Fields'

avatar madmetz madmetz - change - 3 Sep 2018
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2018-09-03 14:00:43
Closed_By madmetz
avatar madmetz madmetz - close - 3 Sep 2018

Add a Comment

Login with GitHub to post a comment