Quote:
Originally Posted by cTak
Ok, that was easy enough. Moved the images now they work.
But, the link to view the users garage is not correct.
The link comes up as
http://***.com/forum/{vb:raw mainpage_url?do=user_garage_view&id=6
|
Fixed.
Missing a } in the garage_vehicle_view template.
Code:
<a href="{vb:raw mainpage_url?do=user_garage_view&id={vb:raw vehicle_data[user_id]}" class="garage_viewgarage_rollover" title="{vb:rawphrase garage_txt_view_garage}"></a>