The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] Link from username to commentsection in profile
How-to and Troubleshooting
(@orakel)
Estimable Member
Joined: 5 years ago
Hello friends
I played around with the redirection to the profile if you click on a username.
The link to the user commentsecction is:
https://www.blueaustria.at/members/blueaustria/comments/
where "blueaustria" is the loginname.
I tried the following code, but it doesnt work for me, i hope you can help me =)
//WP Discusz Profile Redirection
add_filter("wpdiscuz_profile_url", function ($profile_url, $user) {
if ($user->display_name) {
$profile_url = site_url() . "/members/" . $user->display_name . "/comments/";
}
return $profile_url;
}, 10, 2);
(@orakel)
Estimable Member
Joined: 5 years ago
can anyone correct my code please?
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8196
Feb 17, 2022 11:18 am
@orakel,
Please navigate to Dashboard > wpDiscuz > Settings > General Settings tab press the "Purge Comment and User Caches" button and check again. If you have some other cache plugins delete those caches and check again.