mod_gk_js_members (not sef)

GK User
Thu Jul 29, 2010 12:26 pm
Hi

I noticed the links to profiles are no sef links...
Can this be fixed? Also i would like to see that the username instead of the realname is shown in the module... ore an option to only show users with avatar

Thanks in advance i really like the template :)

www.gabbertube.com
User avatar
Fresh Boarder

GK User
Tue Aug 17, 2010 12:00 pm
Hello somebody?

I am not satisfied with support here! :S
Do i have to recall my payment? Because my post is over 2 weeks old...
I also did not get any support by email...
User avatar
Fresh Boarder

GK User
Tue Aug 17, 2010 3:09 pm
Hi

To change name to username, open this file ../gk_party_freak/html/mod_gk_js_members/default.php and find this line:

Code: Select all
<span><?php echo $member->name; ?></span>


change to

Code: Select all
<span><?php echo $member->username; ?></span>


About the "_self" members links, aren't they already opening in self? :huh:
Anyway, if you want to insure it, find this line:

Code: Select all
<a href="index.php?option=com_community&view=profile&userid=<?php echo $member->id; ?>" class="gk_js_avatar">


and change to

Code: Select all
<a href="index.php?option=com_community&view=profile&userid=<?php echo $member->id; ?>" target="_self" class="gk_js_avatar">


Cheers ;)
User avatar
Platinum Boarder


cron