Hi there, I want to remove the 'Credit: ' part from the navigation, but keep the amount. What it is: What I want: Thanks.
@Verringer You can remove the Credit from navigation by opening template BRC_navigation_visitor_tabs_end and find Code: {xen:phrase BRC_credit}: {xen:helper brc_currencyformat, {$visitor.credits},true} Replace with Code: {xen:helper brc_currencyformat, {$visitor.credits},true}