0
I poked around a bit and couldn't find a ready answer to this, so I am asking here and hoping to get an answer.
When I create a set of criteria (for example, I want a module that shows the top viewed users) it creates the display just fine, but it is showing the user's REAL NAMES instead of their USERNAME as a clickable link to their profile. Due to the nature of my site, this is unacceptable.
I am using Jomsocial, if that makes any difference.
Please help?
When I create a set of criteria (for example, I want a module that shows the top viewed users) it creates the display just fine, but it is showing the user's REAL NAMES instead of their USERNAME as a clickable link to their profile. Due to the nature of my site, this is unacceptable.
I am using Jomsocial, if that makes any difference.
Please help?
Accepted Answer
0
Hello!
I didn't forget about you
I just didn't get to a computer until now. sorry about that!
the change is very easy: just open file /plugins/contentstats/com_community.php
and on file 540, at some point, you will see this:
you need to replace just this piece with:
hope this helps! let me know if you have any trouble
I didn't forget about you

the change is very easy: just open file /plugins/contentstats/com_community.php
and on file 540, at some point, you will see this:
u.name as item_name
you need to replace just this piece with:
u.username as item_name
hope this helps! let me know if you have any trouble
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »