Bluepearl Design
Go Back   Bluepearl Design > Bluepearl Templates > Free vBulletin Templates > X-Factor

removing the side bars

Grey techie template for vBulletin
    

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
Old 02-01-2006, 06:47 AM   #1 (permalink)
 
jjrambo's Avatar
 
Title: Member
Join Date: Sep 2005
Age: 27
Posts: 9
Rep Power: 0 jjrambo is on a distinguished road
removing the side bars

i am using the 1.1 version, i'm not running 3.5.3 so i didn't want to import that one because i have heard of sone large issue with doing so.

I want to remove the side bars but with doing searches and all i can't seem to find the location of the side bars, can you help me out with this.

i'm speaking of the fact that i don't want the cells that contain a2.jpg and a1.jpg to be there at all. I just don't think it suits my forum or our styling purposes.
jjrambo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-01-2006, 08:07 AM   #2 (permalink)
 
jjrambo's Avatar
 
Title: Member
Join Date: Sep 2005
Age: 27
Posts: 9
Rep Power: 0 jjrambo is on a distinguished road
Re: removing the side bars

well i said the hell with it and decided to upgrade to 1.2 for the x-factor skin, but i still need help to figure out were to disabe the side borders entirely.
jjrambo is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 02-01-2006, 03:51 PM   #3 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,825
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: removing the side bars

these 2 columns r located in the header and footer templates
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-29-2008, 02:19 AM   #4 (permalink)
 
Title: Member
Join Date: Jun 2008
Posts: 3
Rep Power: 0 truonggiangmale90 is on a distinguished road
Re: removing the side bars

hey, i got a question!
how to make my forum more wide ! sorry I'm a newbie
truonggiangmale90 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-29-2008, 02:38 AM   #5 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,825
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: removing the side bars

Hey mate, what do u mean by wide? can u post me a link to your site?

In the package there is 2 versions, one is fixed at 800 pixels the other is fluid
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-29-2008, 02:41 AM   #6 (permalink)
 
Title: Member
Join Date: Jun 2008
Posts: 3
Rep Power: 0 truonggiangmale90 is on a distinguished road
Re: removing the side bars

yes, i need the fluid, can you help me!
the 800px is too small, i use the 2,1 and 2,2 but i cant find the fluid xml file !
thanks !
truonggiangmale90 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-29-2008, 02:53 AM   #7 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,825
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: removing the side bars

i just checked the zip file and remembered that i stopped releasing 2 versions of the template as admins can easily change the width of the template via the style manager.

HTML Code:
<table width="90%" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
 <td width="40" class="colleft"><img width="40" border="0" src="http://www.bluepearl-design.com/forums/x-factor//spacer.gif" alt="" /></td>
 <td width="100%" valign="top">
<!-- logo -->
<a name="top"></a>

<!-- /logo -->
<table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#39393B">
<tr>
 <td width="34" height="28"><img src="http://www.bluepearl-design.com/forums/x-factor//a3.jpg" width="34" height="28" alt="" border="0" /></td>
 <td width="100%" height="28" class="xtop"></td>
 <td width="34" height="28"><img src="http://www.bluepearl-design.com/forums/x-factor//a5.jpg" width="34" height="28" alt="" border="0" /></td>
</tr>
<tr>
 <td width="34" class="xleft"></td>
 <td width="100%" class="xback">
 <!-- Modify this line to add your own custom picture to the header -->
 <img src="http://www.bluepearl-design.com/forums/x-factor//logo.jpg" width="503" height="111" border="0" alt="" />
 <!-- /header -->
 </td>
 <td width="34" class="xright"></td>
</tr>
<tr>
 <td width="34" height="29"><img src="http://www.bluepearl-design.com/forums/x-factor//a8.jpg" width="34" height="29" alt="" border="0" /></td>
 <td width="100%" height="29" class="xbottom"></td>
 <td width="34" height="29"><img src="http://www.bluepearl-design.com/forums/x-factor//a10.jpg" width="34" height="29" alt="" border="0" /></td>
</tr>
</table>
<!-- content table -->


The above code is the header template -- on the first line change 90% to whatever percentage u want.

HTML Code:
<table width="90%" align="center" cellpadding="0" cellspacing="0" border="0"> 
Sean is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-29-2008, 03:03 AM   #8 (permalink)
 
Title: Member
Join Date: Jun 2008
Posts: 3
Rep Power: 0 truonggiangmale90 is on a distinguished road
Re: removing the side bars

yeah, it's worked, thank you so much !
truonggiangmale90 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 06-29-2008, 03:07 AM   #9 (permalink)
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,825
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: removing the side bars

Quote:
Originally Posted by truonggiangmale90 View Post
yeah, it's worked, thank you so much !
No problem at all
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: removing the side bars
Thread Thread Starter Forum Replies Last Post
PHP over side image [5th MR] Diggy ClanzDarkness2 5 10-11-2006 09:53 PM
X factor - removing sidebars jjrambo Need Help? 11 02-03-2006 08:31 PM
The Side images for Clanz BlazedTrigun ClanzDarkness2 2 09-12-2005 02:09 AM
Rep bars showing mutiples. corriewf Need Help? 24 04-23-2005 01:53 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 04:26 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