No Code Attached Yet
avatar philigrane
philigrane
26 Jun 2024

Joomla 4.4.5

The descriptions of my extensions and also others are not displayed.
For example in the module Login Form there are no descriptions.

There is a d-none class that prevents their display.
This is in: Joomla> Form> Renderfield.php at line 40.
"$descClass = ($options['descClass'] ?? '') ?: (!empty($options['inlineHelp']) ? 'hide-aware-inline-help d-none' : '');"

without the class d-none
Capture d’écran 2024-06-26 à 18 11 53

With the class d-none
Capture d’écran 2024-06-26 à 18 14 43

What solution except to manually modify this file.
Regards

avatar philigrane philigrane - open - 26 Jun 2024
avatar joomla-cms-bot joomla-cms-bot - change - 26 Jun 2024
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 26 Jun 2024
avatar brianteeman
brianteeman - comment - 26 Jun 2024

image

avatar drmenzelit drmenzelit - close - 27 Jun 2024
avatar drmenzelit
drmenzelit - comment - 27 Jun 2024

That is intended behavior: to reduce the amount of information in forms the help is hidden by default, if you click on the button "Toggle Inline Help" the description will be displayed.
Closing the issue because it is expected behavior.

avatar drmenzelit drmenzelit - change - 27 Jun 2024
Status New Closed
Closed_Date 0000-00-00 00:00:00 2024-06-27 05:22:45
Closed_By drmenzelit

Add a Comment

Login with GitHub to post a comment