Link to the user profil

Posted in: Newspaper
Post count: 260

Hello

On our site, we change the link to the profil of the member.
https://www.virtualmagie.com/profil/
By default on the theme it goes to their articles.
We put a link to /profil for him to have the possiblity to modify.
Til the last update, the link change another time.
But this time, the files to change also change.

Before I have to edit those :

Modification lien vers profil

Pour version desktop

Dans parts/header/top-menu.php modifier le lien vers le profil :

"ID) . '" class="td_user_logd_in">' . $current_user->display_name . '"

par : "' . $current_user->display_name . '"

Pour version mobile

Dans parts/logged.php modifier le lien vers le profil :

"ID) . '" class="td_user_logd_in">' . $current_user->display_name . '"

par : "' . $current_user->display_name . '"

I managed to find the new file for the desktop link but not for mobile.

Which file and part will I have to edit to sent to /profil ?

Thanks

Post count: 20688

Hi,

If that worked before, you just have to make the modifications again. Updating the theme by FTP or WordPress will remove the modifications to the theme files.

The files you mention are the same, we made no modifications to them in the last updates.
So the mobile parts/logged.php is still the same as before
https://www.screencast.com/t/ijqGfOMs7
Make the modification and maybe clear your cache after.

Thanks

Post count: 260

Ok thanks

In fact, the files doesn’t change… but their place, yes!
I is why, I didn’t find them anymore.
It’s fix.
Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.