By Yann Anderson on Wednesday, 27 May 2020
Posted in Technical Issues
Likes 0
Views 622
Votes 0
Hi Friends,

If you take a look to my attached picture, you will probably understand what I'm looking for :-)

In this example, in the attached picture, when user is on his own profile page, there is a menu with some links, in this example, the menu title is "comments" but the url will be "my_site/user_name/komento"

Possible to replace "komento" by "comments" ?

Thank you for your beloved help

Best Regards,

Yann Anderson
Hey there,

Currently, there is no setting to do this.

If you really want to change it, you need to change it at your database.

You can run the following SQL query and see how it goes:

UPDATE `#__social_apps` SET `alias` = 'comments' WHERE `element` = 'komento' AND `id` = 234;


Before you execute it, take note that you need to replace '#_' with your table prefix and change the id number to your app id which you can find it here. https://take.ms/iXN9y

Also, do backup your database before you execute the query.
·
Wednesday, 27 May 2020 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Irwin, I never do that of my life, tell me "good luck"

In fact, I will not do that because my interets was to be able to have url that suit the language of my site. Coz my site can be in english, or french, so, any way for have custom urls depending of user language ?
·
Wednesday, 27 May 2020 18:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

You're most welcome.

In fact, I will not do that because my interets was to be able to have url that suit the language of my site. Coz my site can be in english, or french, so, any way for have custom urls depending of user language ?


If that's the case, it is impossible to achieve this currently.
·
Wednesday, 27 May 2020 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Irwin, I make some changes in my DB.

Have a nice day !
·
Thursday, 28 May 2020 01:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Yann,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Thursday, 28 May 2020 09:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post