Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Templates > Free vBulletin Templates > Bluepearl

BluePearl Wrap Style/Skin

Our first vBulletin template which was originally designed for our site in 2005
    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 06-09-2005, 04:46 AM   #1 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
BluePearl Wrap Style/Skin

I going to see if I could just use the wrapper code to surround boxes & navbar. I'm getting problems with the images on the side, it constricts expandsion.
I going to see if it works.
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 05:01 AM   #2 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: BluePearl Wrap Style/Skin

Good luck
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 05:22 AM   #3 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: BluePearl Wrap Style/Skin

Griffin Do I just modify whats in my

admincp=>Styles & Templates=>Style Manager

or do I have to play with the .xml file and another simular file that only modifies colour. I think I can do this in one day since the file I am going to copy & paste is only 67kb but may increase a little but not into 188kb+ cause of the surrounding images. I will try to make one with slimmer sides the next time.
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 06:00 AM   #4 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: BluePearl Wrap Style/Skin

Well like i said in my last reply in the other thread which u didnt listen to, just surround the modules/boxes or whatever with the table that has the border design.

So for example:
HTML Code:
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="30" height="50"><img src="images/bluepearl/misc/t1.jpg" border="0" width="30" height="50"></td>
<td width="100%" height="50" background="images/bluepearl/misc/t3.jpg" align="left"><img src="images/bluepearl/misc/t2.jpg" border="0" width="64" height="50"></td>
<td width="24" height="50"><img src="images/bluepearl/misc/t4.jpg" border="0" width="24" height="50"></td>
</tr>
<tr>
<td width="30" background="images/bluepearl/misc/t5.jpg"></td>
<td width="100%" bgcolor="#5C71CA" valign="top">

<!--  add module  or whatever here -->

 </td>
<td width="24" background="images/bluepearl/misc/t6.jpg"></td>
</tr>
<tr>
<td width="30" height="31"><img src="images/bluepearl/misc/t7.jpg" border="0" width="30" height="31"></td>
<td width="100%" height="31" background="images/bluepearl/misc/t8.jpg" align="right"><img src="images/bluepearl/misc/t10.jpg" border="0" width="26" heigth="31"></td>
<td width="24" height="31"><img src="images/bluepearl/misc/t9.jpg" border="0" width="24" height="31"></td>
</tr>
</table> 
So for example edit this file in style manager

adv_portal_latesttopics

and place it in the above table.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 08:08 AM   #5 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: BluePearl Wrap Style/Skin

I know about that is just the CMP 2.x seems to bugger it up.
When u wrap it everything should space out properly & the centre module should shrink but it does not do that and that is why I am going to make one without all the surrounding images.

Just going to see if it works, that all.


Oh, one more thing in the .xml file yours shows this code

PHP Code:
 ";s:6:"LINK_N";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#393F79";s:15:"text-decoration";s:4:"none";}s:6:"LINK_V";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#393F79";s:15:"text-decoration";s:4:"none";}s:6:"LINK_M";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#ffffff";s:15:"text-decoration";s:0:"";}}]]></template> 
If I change it to this will it goof up. 1px solid #212121 will be corrected

PHP Code:
border1px solid #212121;";s:6:"LINK_N";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#393F79";s:15:"text-decoration";s:0:"";}s:6:"LINK_V";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#393F79";s:15:"text-decoration";s:0:"";}s:6:"LINK_M";a:3:{s:10:"background";s:0:"";s:5:"color";s:7:"#FFFFFF";s:15:"text-decoration";s:0:"";}}]]></template> 

Last edited by LEAD_WEIGHT; 06-09-2005 at 08:13 AM.
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 08:11 AM   #6 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: BluePearl Wrap Style/Skin

ok sorry i havent installed cmp 2.x plus yet, so the above is instructions is for version 1.0.

Will proberly do a upgrade on this site in the next few days maybe to version 2, but i havent checked it out so i dont know what new features it has or if it is worh upgrading too.
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 08:18 AM   #7 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: BluePearl Wrap Style/Skin

Do not bother with upgrade to CMP 2.0 it will be discontinued when vB3.5 comes out you will waste your time if u are going to get vB 3.5. I am just trying this version out . It is still beta even if it does not say so . It still has bugs to resolve which I know of two have been resolved. I am going to get the pluggin when it comes out in 6months or less.

Unless you are not getting vB 3.5 then CMP 2.0 is good enough.
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 08:34 AM   #8 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: BluePearl Wrap Style/Skin

maybe i am falling behind in the web design world, what is vb3.5? lol
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 08:42 AM   #9 (permalink)
 
LEAD_WEIGHT's Avatar
 
Title: Member
Join Date: Mar 2005
Age: 37
Posts: 94
Rep Power: 4 LEAD_WEIGHT is on a distinguished road
Re: BluePearl Wrap Style/Skin

Quote:
Originally Posted by Griffin
maybe i am falling behind in the web design world, what is vb3.5? lol
vBulletin v3.5 is the next upgrade from vB v3.0.7 .
They are going into pluggins so Styles/Skins proggies or anything is hooked in without changing any .php files. Just make your proggie code that comforms to pluggin format and attach , no changing vBulletin Board or modifing anything anymore. Yippy
LEAD_WEIGHT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-09-2005, 08:43 AM   #10 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,838
Images: 386
Blog Entries: 3
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: BluePearl Wrap Style/Skin

sounds awesome, will save alot of time and hassles
Sean is offline  
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
Display Modes Rate This Thread
Rate This Thread:

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 for: BluePearl Wrap Style/Skin
Thread Thread Starter Forum Replies Last Post
Bluepearl - Free vBulletin Template Sean Bluepearl 81 10-30-2007 09:41 PM
Bluepearl Business/shop Sean Bluepearl Announcements 30 06-16-2005 05:10 PM
New bluepearl design site coming soon Sean Bluepearl Announcements 26 02-25-2005 03:03 AM


  
Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Bluepearl Templates

All times are GMT +11. The time now is 03:12 PM.

 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52