Quote:
Originally Posted by bposner
Ok just ran a rebuild and profiles got fixed but there is variable showing now: %1$s which I think is suppose to be some title to drop down?
|
Do you have multiple languages on the forum? I've run into problems with that. I need to it fixed up in the revamp I'm working on.
Best bet for now is to edit the template
garage_dropdown
Find
Code:
<a class="popupctrl" href="#"><strong>{vb:raw veh_col_text}</strong></a>
and replace it with
Code:
<a class="popupctrl" href="#"><strong>Vehicles</strong></a>