This is all i got in the install doc:
1. Install Product File: product-_vbgarage.xml
2. Move vbgarage.php to your forums root directory where your index.php, showthread.php etc.. reside.
3. + Open your styles USERCP_SHELL template.
- Find the following:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="profile.php?$session[sessionurl]do=editoptions">$vbphrase[edit_options]</a></td>
</tr>
- Below add this:
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
</tr>
- Save Template.
4. + Open your styles NAVBAR template.
- Find the following:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
- Below add this:
<td class="vbmenu_control"><a href="vbgarage.php?$session[sessionurl]do=list">$vbphrase[vbgarage]</a></td>
- Save Template.
5. Modify and settings you want to in the Admin Control Panel.
|