LPH
Well-known member
I'm trying to change the sidebar_online_users template:
The following returns domain.com/members/user.number
Instead, I want domain.com/community/members/user.number
If I change the php code to the following then only domain.com/community/members is returned and not the $user
How is the xen:link supposed to be changed to get the ,$user to follow in the URL?
The following returns domain.com/members/user.number
PHP:
<a href="{xen:link members, $user}">
Instead, I want domain.com/community/members/user.number
If I change the php code to the following then only domain.com/community/members is returned and not the $user
PHP:
<a href="{xen:link /community/members, $user}">
How is the xen:link supposed to be changed to get the ,$user to follow in the URL?