Tom van der Laan TLWebdesign
Tom van der Laan closed issue joomla/Component-Builder#1026 2024-01-23 10:51:55 +00:00
[Beta] Backend filter dropdowns still using chozen instead of core.
Tom van der Laan commented on issue joomla/Component-Builder#1026 2024-01-23 10:51:54 +00:00
[Beta] Backend filter dropdowns still using chozen instead of core.

This seems fixed indeed. I do see you're using the single select way of writing the text description for the dropdown. Will make it fit better but it's not exactly how core does it. But then i…

Tom van der Laan commented on issue joomla/Component-Builder#1030 2024-01-22 21:42:25 +00:00
[BETA] Database structure not up to date for installed component.

This happened because i manually changes the version number to something newer and there was no sql file generated because there was no database change. Seems J4 would require a sql file non the…

Tom van der Laan opened issue joomla/Component-Builder#1030 2024-01-22 21:37:02 +00:00
[BETA] Dataase structure not up to date for installed component.
Tom van der Laan commented on issue joomla/Component-Builder#1026 2024-01-22 21:31:50 +00:00
[Beta] Backend filter dropdowns still using chozen instead of core.

You would want to add this to have a good placeholder:

		hint="Type or select access"

Scherm­afbeelding 2024-01-22 om 22.31.28.png

Tom van der Laan commented on issue joomla/Component-Builder#1026 2024-01-22 21:21:48 +00:00
[Beta] Backend filter dropdowns still using chozen instead of core.

Ok for a custom field type it seems it needs two changes:

The default options needs to be removed since it is adding an option to the list that should not be there. And it needs the above…

Tom van der Laan commented on issue joomla/Component-Builder#1026 2024-01-22 21:13:34 +00:00
[Beta] Backend filter dropdowns still using chozen instead of core.

This was not fully working as expected. I noticed the dropdown for accesslevel type field was not using the new field option: layout="joomla.form.field.list-fancy-select". I also did not notice…

Tom van der Laan closed issue joomla/Component-Builder#1028 2024-01-22 20:52:47 +00:00
[Beta] Field descriptions not supporting "Toggle Inline Help" Functionality.
Tom van der Laan commented on issue joomla/Component-Builder#1028 2024-01-22 20:52:47 +00:00
[Beta] Field descriptions not supporting "Toggle Inline Help" Functionality.

Awesome! Can confirm this is working fine.

Tom van der Laan opened issue joomla/Component-Builder#1028 2024-01-19 19:08:22 +00:00
Field descriptions not supporting "Toggle Inline Help" Functionality.
Tom van der Laan commented on issue joomla/Component-Builder#1026 2024-01-19 19:04:02 +00:00
[Beta] Backend filter dropdowns still using chozen instead of core.

The same goes for a (custom) list type fields in single view.

Tom van der Laan opened issue joomla/Component-Builder#1026 2024-01-19 19:00:54 +00:00
Backend filter dropdowns still using chozen instead of core.
Tom van der Laan opened issue joomla/Component-Builder#1023 2023-12-20 10:22:55 +00:00
Error compiling plugin linked to a component
Tom van der Laan commented on issue joomla/Component-Builder#1021 2023-11-30 19:08:45 +00:00
Erreur labels disappears into compiled and deployed component after update J3 ELTS

Ahhh awesome i was not aware of this thanks!

Tom van der Laan commented on issue joomla/Component-Builder#1021 2023-11-30 11:31:30 +00:00
Erreur labels disappears into compiled and deployed component after update J3 ELTS

@Llewellyn Yes i found it this string that is generated when you enable the mail helper in JCB component is a problem: COM_COMPONENT_CONFIG_NOTE_DKIM_USE_DESCRIPTION

I also checked JCB…

Tom van der Laan commented on issue joomla/Component-Builder#1021 2023-11-30 11:21:45 +00:00
Erreur labels disappears into compiled and deployed component after update J3 ELTS

@Llewellyn do we need to adjust the compiler to avoid this problem on compilation or what is the best way to do this? I think i have seen newline chars in JCB language files and auto generated…

Tom van der Laan commented on issue joomla/Component-Builder#1021 2023-11-30 11:13:10 +00:00
Erreur labels disappears into compiled and deployed component after update J3 ELTS

Hi, i think this is probably because your language file has a newline character in the content of a language string in your file.

It has to do with the problem outlined here: https://github.com

Tom van der Laan commented on issue joomla/Component-Builder#1005 2023-11-20 08:26:27 +00:00
Linked Admin View overview Edit/Create Site View Column not displaying checkmarks when it should.

It's the same in Firefox. The problem is probably with the check check value in the layout. It shows X for 0 value and a checkmark for 1. But Add+Menu is value 2.

Tom van der Laan commented on issue joomla/Component-Builder#964 2023-11-13 08:00:43 +00:00
jcb for joomla4

Those are encouraging words :D Keep up the brilliant work 😍

Tom van der Laan commented on issue joomla/Component-Builder#964 2023-10-08 21:19:52 +00:00
jcb for joomla4

thanks some encouraging news! :D I've been developing on Beta version but haven't had any mayor issues yet.