At the moment clicking on the Avatar of a commenter sends people to the profile page of that person, but I’d like it to take you to their comment history instead.
I’m sure it must be possible as WPDiscuz is linked to the comment histories, so is it possible you can give me an idea of how it may be done?
To try and help, the posting history link on our site is like this:
/author-comment-archive/?user=(user number)
So if this can be inserted into the link for the username or when clicking on the avatar, that would be brilliant.
I'm a bit of a novice, I'm afraid. The HTML on the old system for it was (if I've figured it out right!):
<a href="<?php echo site_url(), '/author-comment-archive/?user=',$comment->user_id; ?>"><div class="comment-avatar">
How would I use this information with the code you've given, and where would I put that code?
Also, is it possible to change the colour and size of the 'Reply' lettering and logo? I can't find that option in the settings.
Plus, is it possible to change the username colour where, when you have replied, it shows who you replied to ... "reply to... Username"
Thanks for your time, I do appreciate it. 🙂
Thank you very much for that, it worked like a charm. 🙂
I didn't know if the reply function had an option in settings, but I was just missing it. Thanks for your response though, I really appreciate your help.