I am trying to customize my user profile pages and it is 1. instead of the heading I want it will say _FieldCaption_Name_View: for most of them and then still doesnt display everything that I have placed in the editor.
I am trying to customize my user profile pages and it is 1. instead of the heading I want it will say _FieldCaption_Name_View: for most of them and then still doesnt display everything that I have placed in the editor. |
I get exactly the same thing... Anyone have any ideas how to fix this? Justin |
Exactly the same problem !!! |
Open the file profile.php Find $_page['header'] = process_line_output( $p_arr['NickName'] ) . ": ". htmlspecialchars_adv( $p_arr['Headline'] ); Change the value of this variable to your desired one. ---- |
If you are using the new Dolphin go to the Admin - Pages Builder - go to desired page - click on desired block and change the caption language key. This worked great for me. |