Quote:
Originally Posted by lovefords
I uninstalled, then re-installed, but it still would not work. I then re-loaded every file individually, and after a complete shut-down and re-boot, it is working.
All except the link to VIEW USER'S GARAGE (the blue button at the bottom of a vehicle page) it tries to open this http://forum.love-fords.org/%7Bvb:ra...rage_view&id=1 and gets a 404 error.
I do like it and it has good possibilities for my Forum. I would just like this link to work, it seems like an important item that will be used often.
|
The code is missing a }
Go to your style, and edit templates. go to the VB GARAGE PRO, then find the garage_vehicle_view template.
Find the code:
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>
Replace with
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>
Or just insert a } between mainpage_url and the ?
{vb:raw mainpage_url}?