PDA

View Full Version : Miscellaneous Hacks - New Look For UserCP


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.

Hell Bomb
08-05-2010, 04:14 AM
Reserved For Screen shots

gamerzhut
08-05-2010, 01:36 PM
Live demo would be better.

grey_goose
08-05-2010, 09:58 PM
Doesn't Princeton's GTUserCP (https://vborg.vbsupport.ru/showthread.php?t=136321) do this?

abualjori
08-05-2010, 11:21 PM
great !

I will be installing this.

yet , it would be nice if you could add some small png icons to make it look much nicer :)


@grey_goose

its totally different + all blocks are not separated like this mod + it's too old to be compatible with the latest version of vb3.

I have tried it and it did not look like the screen shots for that mod :)

Hell Bomb
08-08-2010, 06:40 PM
great !

I will be installing this.

yet , it would be nice if you could add some small png icons to make it look much nicer :)

Hmmmm I'll look into that. In my current theme it adding those little buttons makes it look funny but once i get some freetime ill add some nice images and style it a little.


@grey_goose

its totally different + all blocks are not separated like this mod + it's too old to be compatible with the latest version of vb3.

I have tried it and it did not look like the screen shots for that mod :)



I been thinking about making my own version of that mod, but i am not sure if people would be interested in it.