Creating a new layout group

Hello all, so i wanted to know how to create a new group such as “overview” or “more information” with a set of unique fields?

You can do this by creating a new panel section when editing the view in Admin -> Studio.

Thanks,

Will.

thanks Will

Hey will can you send me a screenshot - im sort of stuck

Hello,

the place is already correct. If you want to represent the “More Information” in a Tab, then you need to -> Display Type from “Panel” to “Tab” position. The mark on “Collapse” I would take it out.

Regards

I Think eroticspoon is getting confused as both options for new panel and new row are missing as they are showing as undefined.

Looks like there is a problem with the permissions…

Hi Ian, how can i resolve this?

you need to fix the permissions and ownerships. so within the SuiteCRM folder (if in linux) these are the most common settings it can differ depending on the setup.

chown -R www-data:www-data .
chmod -R 755 .
chmod -R 775 cache custom modules themes data upload config_override.php

you then need to edit the config.php file and update:

'dir_mode' => 1517,
'file_mode' => 420,
'user' => 'www-data',
'group' => 'www-data',

you may need to then repair and rebuild to see the changes. but that should sort things out as long as your set up is the more common one, if not the ownership may need to be changed from www-data to the user your server requires.

Ian.

1 Like

thank You Ian, this solved my issue

1 Like