Thank you, that appears to be exactly what was wanted. It displays the ‘Enabled’ column on all the Modules pages. A couple of things to note -
To place the column in the same relative position as on the Content modules page,
modules.php line 63 array_splice($table_definition['columns'], -1, 0, [
change the –1 to –2
Your suggestion was added after line 44 in modules.php
includes/modules/cfg_modules/cfgm_content.php
to suppress the existing ‘Enabled’ column showing as a duplicate on the Content modules page
comment out lines 72 – 84
includes/modules/cfg_modules/cfgm_layout.php
to suppress the existing ‘Enabled’ column showing as a duplicate on the Layout modules page
comment out lines 144 – 154
Sorry for the late reply, I hadn’t noticed this second page.
Did anyone else try the changes as detailed in the two posts above [my post and Brighton post]?
Would it be a useful change in the next version of Phoenix ?
I am not here to build for you.
I am here to build with you. Let's help each other.
I second heatherbell on the post above. The change makes unexpected behavior into expected behavior in my view. Thank you for the code and for looking into it!
//Daniel
I'm not smart, but sometimes even a blind chicken can find a corn.
Here are a lot of corns: Phoenix user guide