Hell Bomb
08-04-2010, 10:00 PM
Well I saw the way that VB4 usercp were placed into blocks and i thought it was much nicer then the way that VB3 is set up so I decided that i was gonna make it look just like VB4 and after about 3 hours of no idea what i was doing wrong messing with all the bugs i finally got it and its flawless.
As far as i know their are no conflicting problems. I installed this on 4 different boards to test it out and so far no problems.
Installation
Open up the text document replace everything in the USERCP_shell template with the code in the text document.
Customization
To change the width - Replace "200" with whatever number you want. Just search for the text 200 and change it to whatever you want.
On my theme it displayed perfectly but on the default theme it was a little big, so you can search for the 10 instances of
<table width="200" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
and replace and customize as you see fit. One nice solution i found was by changing
<table width="200" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
with
<table width="200" class="tborder smallfont" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
The added smallfont attribute makes the text smaller making the whole column much nicer.
Future Updates
- Give me your suggestions
Version
1.0
- Initial Release
1.1
- Added collapsible boxes
1.2
- Added a couple new looks.
As far as i know their are no conflicting problems. I installed this on 4 different boards to test it out and so far no problems.
Installation
Open up the text document replace everything in the USERCP_shell template with the code in the text document.
Customization
To change the width - Replace "200" with whatever number you want. Just search for the text 200 and change it to whatever you want.
On my theme it displayed perfectly but on the default theme it was a little big, so you can search for the 10 instances of
<table width="200" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
and replace and customize as you see fit. One nice solution i found was by changing
<table width="200" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
with
<table width="200" class="tborder smallfont" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
The added smallfont attribute makes the text smaller making the whole column much nicer.
Future Updates
- Give me your suggestions
Version
1.0
- Initial Release
1.1
- Added collapsible boxes
1.2
- Added a couple new looks.