Quote:
Originally Posted by zer026
When the timeslip input page loads in the userscp, it loads with the usercp menu on the lefthand side. How do I remove the usercp menu when it loads, i.e, just the timeslip edit vehicle profile section loads under the navbar, no lefthand side menu. I know this may sound odd but I would like timeslip usercp section to look uniform with the vbgarage usercp section since I have them linking to each other. Personally I like the lefthand side menu for all the cp sections however vbgarage doesn't incorporate it and there's probably little chance of me contacting magnus as to how to add it.
Any help would once again be greatly appreciated.
|
In your "USERCP_SHELL" template find:
Below it add:
Code:
<if condition="$_REQUEST['do'] != edittimeslip">
Find:
Code:
<!-- main page contents -->
$HTML
Above it add: