profile custom
Hi, everyone! How are you? I'm having trouble customizing the profile tab. I want to change the label to something like "Change password." I tried creating a new class and calling it in the panel, but it's been quite difficult. Could you help me with this?
7 Replies
I guess it's the
getHeading()
or getTitle()
method on the page. Extend the profile page, implement that method and overwrite it.
Or: Adjust your language file.
I tried creating a new class and calling it in the panel, but it's been quite difficult.What were you having issues with?
im put the methods and call on panel, like this ->
and i called here in the panel
Did you provide the correct
EditProfile
class in your panel provider?yes, I change the name but now I need to put simple component
but now I need to put simple componentI don't understand? 🤔
before the class I used
but now I can't pass this variable
i do
tkss
You can still add
isSimple: true
->profile(EditProfile::class, isSimple: true)