Hello, everyone...
It's been a while since I've checked this thread. Sorry about the delay in response.
Now, to answer some questions:
Gabe
...is it possible to get under the avatar the name of the author ???
The short answer is yes, but it'll take some work. I'll look into it.
Manoxtra
Is this like a 'stable' hack? I mean is it 'bugfree´ and/or does it work appropiatly?
I have been using this hack without any problems at
LoveLearnLive.com.
damiendownload
How would i go about showing the users, user name NOT real name ?
Step 1: Find the following code:
$row->created_by_alias="<a href=\"".sefRelToAbs('index.php?option=com_comprofiler&task=userProfile&user='.$row->created_by)."\">".($row->created_by_alias!='' ? $row->created_by_alias : $row->author)."</a>";
Step 2: Change it to this:
$row->created_by_alias="<a href=\"".sefRelToAbs('index.php?option=com_comprofiler&task=userProfile&user='.$row->created_by)."\">$row->author</a>";
That should work.