vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Miscellaneous Hacks - New Look For UserCP (https://vborg.vbsupport.ru/showthread.php?t=248021)

Hell Bomb 08-04-2010 10:00 PM

New Look For UserCP
 
1 Attachment(s)
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
Code:

<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
Code:

<table width="200" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
with
Code:

<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

1 Attachment(s)
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 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

Quote:

Originally Posted by abualjori (Post 2079831)
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.

Quote:

Originally Posted by abualjori (Post 2079831)
@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.


All times are GMT. The time now is 11:16 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01240 seconds
  • Memory Usage 1,725KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete