vBulletin Modifications

Requests Learn Make Skin

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > vBulletin Modification Requests

Reply
 
LinkBack Thread Tools
Old 07-30-2006, 12:11 AM   #1
Coder
AHRIMANSEFID's Avatar
Join Date: Nov 2004
Location: IRAN
AHRIMANSEFID is on a distinguished road

Post Requests Learn Make Skin
Version: 3.6.x
Hack Category: Add-On Releases

Hi
Requests Learn Make Skin.
thank you




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 07-30-2006, 03:11 AM   #2
xyz
Coder
Join Date: Jul 2006
xyz is on a distinguished road

Default

If you want to make a skin, not just change colors, then you need to use a image editor, like Corel or Photoshop! First you design the layout then create a sliced template that you write your html to fill in. After you take out the bloated vBulletin template(s) and replace it with your own, adding whatever style changes you want.

Most times I strip the vBulletin style completely and create a static CSS file for the template, the reason why I do this is because I can cut out half of all the junk vBulletin uses in many templates that are not needed to render the same HTML in most all modern browsers!

If you want some basic starter templates, tell me and I will give you a few that you can try to learn from.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-30-2006, 03:33 PM   #3
Colonel Ingus
Master Coder
Colonel Ingus's Avatar
Join Date: Jun 2006
Real Name: The Wizard of Oz
Location: ...in a van, down by the river.
Colonel Ingus is on a distinguished road

Wink

Quote:
Originally Posted by xyz
After you take out the bloated vBulletin template(s)
Do you have an example of this 'bloated' code?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-31-2006, 09:13 AM   #4
Coder
Norman's Avatar
Join Date: May 2006
Real Name: Norman
Location: [Italy]
Norman is on a distinguished road

Default

With these images, for example, in CSS editor process, you can have an idea..
;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-31-2006, 06:49 PM   #5
Colonel Ingus
Master Coder
Colonel Ingus's Avatar
Join Date: Jun 2006
Real Name: The Wizard of Oz
Location: ...in a van, down by the river.
Colonel Ingus is on a distinguished road

Wink

OK I'll give... how does vB having a reference for people 'bloat' their code for the actual product in any way?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-31-2006, 09:09 PM   #6
Coder
AHRIMANSEFID's Avatar
Join Date: Nov 2004
Location: IRAN
AHRIMANSEFID is on a distinguished road

Default

Thank you.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-31-2006, 10:57 PM   #7
xyz
Coder
Join Date: Jul 2006
xyz is on a distinguished road

Default

Quote:
Originally Posted by Colonel Ingus
Do you have an example of this 'bloated' code?
I guess I will spend some time explaining myself seeing you seem to be offended by my opinion!

First, to understand what I mean you must understand that PHP is a low level scripting language. It does not have the same rules that other programming languages have. For example in C you are responsible for memory management. So a good rule is to never create variable assignments that might never be used, because if you do your wasting memory that another instance of your application could be using. In PHP you don't have that responsibility, so without knowing how to manage memory properly, you create applications that become a resource nightmare. vBulletin fits into that category because it does many things that are not always needed, so the global scope gets filled with wasteful variable assignments that never get used, which uses more memory than what it should!

Application logic is a critical part to any development, what the application outputs is not how good application is judged, if you think that then you don't understand, standard logical programming. Now in PHP(s) case, it invites this problem, because PHP(s) learning curve is very easy, you end up with thousands of hacked up programs floating around the internet. Take look a HotScripts, it waste land of dangerous scripts. It's not PHP(s) fault, it's the persons fault for not learning how to follow some basic rules, because they are more concern with getting what they want done, then to write logical code that does what they want in more resource friendly, safer way.

As for the other vB bloating, CSS as come long way, it has made developing HTML to be more cross browser compatible. But what is the point to design a style system that doesn't take full advantage of the current CSS standards. If you have good definition style system, then you don't need to throw style attributes all over your templates, or use deprecated tags where CSS could be used to bring the size of the output to almost half the size in some of the templates. If you compare forum software, vBulletin will always output (30%) or more in HTML than other forums that have the same basic forum display, and that is because the templates are not taking advantage of vBulletins own style system.


me!




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 07-31-2006, 11:25 PM   #8
Colonel Ingus
Master Coder
Colonel Ingus's Avatar
Join Date: Jun 2006
Real Name: The Wizard of Oz
Location: ...in a van, down by the river.
Colonel Ingus is on a distinguished road

Wink

Quote:
Originally Posted by xyz
seeing you seem to be offended
How could anyone be offended? You haven't proved your point yet. Three paragraphs not related to skinning, and still not one valid example of 'bloated' vb code. Oh well... ;)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-03-2006, 07:40 AM   #9
Coder
Shapeshifter's Avatar
Join Date: May 2005
Location: The Netherlands
Shapeshifter is on a distinguished road

Default

Would be nice if a good tutorial was written to create your own skin.
Hopefully this will be added.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-03-2006, 07:44 AM   #10
vBulletin Guru
Nick R's Avatar
Join Date: May 2006
Real Name: Nick
Location: Cyberspace, UK
Nick R is on a distinguished road

Default

creating skins is not hard anyone can do it in 5 minutes i can show you a REALLY crummy one i made in 7 minutes 23 seconds (call me sad but i don't care): http://forums.perfectforce.com/index.php?styleid=12

It's only about 25% done but it has the mean look and feel which is: tborder, alt1 and 2, tcat and thead.

Warning: Don't look at the skin to long otherwise you'll faint :p




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Blood Sugar Sex Magik Skin - 1° Release - Norman vBulletin 3.5 / 3.6 Style Releases 15 08-21-2007 06:20 AM
need 2 learn crazyjoezx General vBulletin Support 3 09-24-2005 11:14 PM
My new Skin not support my language! Homie vBulletin Modification Requests 5 07-28-2005 05:39 PM
[help] with Templates / Skin Backup! Homie General vBulletin Support 4 07-27-2005 12:54 PM
Can you help me make skin chotnho General vBulletin Support 1 07-23-2005 09:46 AM


All times are GMT -3. The time now is 10:18 AM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)