OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
How to translate the profile information frontend (0 viewing) 

Simple membership Component-Modules Support

Go to bottom Favoured: 0

How to translate the profile information frontend

wolfguard (User)
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
How to translate the profile information frontend 4 Years, 5 Months ago
Karma: 0  
Hello,

how / where can we translate the profile information in the frontend?

Like for example: user profile, city, postal / zip code, edit account and so on?

We found some strings in some language files, but override didnt' change anything..?

Thanks.

Update: We have found it. The strings are in english files but override has to be done for other language. Topic can be marked as solved. Thanks.
Logged Logged
Last Edit: 2019/11/13 16:22 By wolfguard.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:How to translate the profile information frontend 4 Years, 5 Months ago
Karma: 101  
Update: We have found it. The strings are in english files but override has to be done for other language. Topic can be marked as solved. Thanks.

Thank you
Logged Logged
The administrator has disabled public write access.
wolfguard (User)
Junior Boarder
Posts: 38
graphgraph
User Offline Click here to see the profile of this user
Re:How to translate the profile information frontend 4 Years, 5 Months ago
Karma: 0  
No problem.

But i have another question to the view of the simple membership profile view. With your update, the custom fields are shown in the profile, that is very very great. But above the shown custom fields, there is the big text: "Fields". How can we remove this text?

Thank you.
Logged Logged
The administrator has disabled public write access.
VlaDOS (Visitor)
Posts: 0
graphgraph
User Offline
Re:How to translate the profile information frontend 4 Years, 5 Months ago
Karma: 0  
Hello,
I am a member of the development team.
In order to remove this inscription, you need to add the following code to your CSS styles.

Code:

fieldset[class*="users-profile-custom"] > legend {
  display: none;
}



Beast regards.
Vladislav.
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
Go to top
»