thunderup
Active member
I am trying to add the following link in my navigation
however, it just generates the following link mysite.com/roster/roster/index rather than mysite.com/roster/roster/(club id from $club)/index
how do I accomplish this in the public navigation section of xenforo ACP?
Code:
{{ link('roster/roster/index', $club) }}
however, it just generates the following link mysite.com/roster/roster/index rather than mysite.com/roster/roster/(club id from $club)/index
how do I accomplish this in the public navigation section of xenforo ACP?