- Published on
User profile urls in CraftCMS
Unlike Entries and Categories, Users don't have a URI Format setting. This means {{ user.getUrl() }} method returns a blank string. Here's how to fix that in CraftCMS v4.3.0.
CraftCMS development notes, tips and tricks.
Unlike Entries and Categories, Users don't have a URI Format setting. This means {{ user.getUrl() }} method returns a blank string. Here's how to fix that in CraftCMS v4.3.0.
CraftCMS 3.7 added element editor slideouts. Craft 4 took it a step further with CpScreenSlideout.
I'm going to show you how to add slideouts to your own module or plugin.
Keep your plugin / module UI consistent with the CraftCMS Control Panel using the official sass mixins.
CraftCMS devs use Webpack Dev Server w/ Hot Module Reloading to generate module / plugin Asset Bundles. Now you can too.