Questions tagged [control-panel]
Questions having to do with Craft's control panel.
437 questions
0 votes
1 answer
68 views
Error upgrading from CP
I am working on a craft 4 site hosted on ServD. I use their plug in as recommended. My Craft license is also expired for updates. To keep their plugged in up-to-date I thought I'd get update just the ...
0 votes
1 answer
51 views
How to use address fields as default title formats in the admin?
I have an entry type 'site' with a default Craft address field in it. Id like to use the first line of my address field object (called 'label') as the default title format for these entries. At the ...
0 votes
1 answer
57 views
Craft 5 - Display Matrix fields "Open"
I find the UX of the Matrix Fields in Craft 5 a downgrade from craft 4. Is it possible to show the matrix blocks "open", everything can be edited directly on the page without double-clicking ...
0 votes
1 answer
51 views
Is there a keyboard shortcut for simply 'save and return to entries list'? Craft 4/5
I know about the 'save and continue editing' and 'save as new entry' shortcuts, but there doesn't appear to be a keyboard shortcut for saving and returning to the entries list. I have checked ...
1 vote
2 answers
152 views
Control Panel: Performance after update vom Craft 4 to Craft 5 (Neo)
I’m a heavy Neo user, and my “content builder” is a Neo field with about 40 (sub-)block types. Overall, I’m using 116 fields in my project, which is a boilerplate for other projects. With Craft 4.12.x ...
0 votes
2 answers
115 views
Customizing System Messages via Templates Instead of the Control Panel
In Craft CMS 5, is there a way to customize the content of system messages outside of the Control Panel (under /admin/utilities/system-messages)? I’m working on a multi-language site and would like to ...
1 vote
1 answer
58 views
Matrix: Show Date Field in Card View
I would like to know if it is possible to display a custom date field in the card view of matrix field. Unfortunately, it is not possible to use a date field as a title or part of a title. it gives: ...
1 vote
1 answer
92 views
How to delete asset folders in CraftCMS backend?
I created some asset folders which are displayed in the backend and which I would like to remove. I manually removed the directory on the server. It is still shown in the backend. The options in the ...
2 votes
1 answer
295 views
Craft5 -> CP: Field groups are gone?
Just wondering: https://craft5.ddev.site/admin/settings/fields -> there are no field groups anymore? That's a loss ... :(
4 votes
4 answers
1k views
Plugin "Typed Link Field" -> Alternative for Craft 5?
https://plugins.craftcms.com/typedlinkfield At first: This plugin was for free and I would like to say "Thank you for you work!" ... thanks Sebastian! But with a look to 33,291 active ...
1 vote
1 answer
43 views
Control Panel: Staying on the same tab when switching sites
Control Panel: Staying on the same tab when switching sites Our client has a site in two languages. The field layout of one of the sections is set up with four different tabs. When editing content in ...
0 votes
0 answers
80 views
Custom Element Index ID column missing sorting behavior
I'm on CraftCMS 4.6.1 This element uses a custom table and manages quote requests. The problem I'm having is that I cannot seem to dictate the name of the header column used for the primary key id ...
1 vote
1 answer
62 views
Craft 3 / 4 CP: Restrict users to specific user groups in Users view
I need to restrict access to users (not entries) of say AdminGroupA to be able to access and manage users of UserGroupA in the Control Panel. Right now, the user AdminGroupA can browse all of the ...
1 vote
1 answer
90 views
Control Panel Missing Items
I just installed a copy of Craft 4.6.0 on a new server. Everything went fine, but when I go to the CP the only options are Dashboard, Utilities and Plugin Store - no Entries, Settings, etc. The site ...
2 votes
1 answer
108 views
_layouts/cp.twig cannot be found
I have a module that's meant to add a section to the CP. class Reports extends Module { // Public Methods // ========================================================================= /** ...