Quote:
Originally Posted by RCSwap
Is there a way to let each person have their own garage thats tied into their CP, or make it so the garage they make shows up in their CP??
Finally the width of the "add a comment" box. If you look here: http://www.rcswap.com/forums/vbgarage.php?do=view&id=1 You can see it extends over the edge.
Thanks in advance,
Ian
|
From the vBulletin Admin panel edut the template: USERCP_SHELL under User COntrol Panel Templates - Just add this in the "usercp nav" table
Code:
<if condition="$permissions['genericpermissions'] & CANVBGARAGE">
<tr>
<td class="$navclass[options]" nowrap="nowrap"><a class="smallfont" href="vbgarage.php?$session[sessionurl]do=editgarage">$vbphrase[vbgarage_edit]</a></td>
</tr>
</if>
You can change the width of the text entry box by editing the corresponding vBGarage template, in this case "vbgarage_viewgarage"