Quick Login   
 
Register AdminFusion Tutorials
 
Featured Sponsors


One.com Domain and Hosting


Register
Forum of the Month
Australian Webmaster
fotm

A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.

Tag Cloud
Latest Threads
Forum Stats
7,853 Members
164,864 Posts
34 Users Online

Please welcome our newest member, sweettaylor!

Affiliates
Go Back AdminFusion » Getting Started » Software » vBulletin » Forum width & sidebar help needed
Welcome to the AdminFusion. AdminFusion is the ultimate resource for forum administrators and moderators. With exclusive articles, interviews with the experts, free downloadable skins, and the revolutionary post exchange system - PostFusion, AdminFusion is the place to go for all of your forum needs.  By joining AdminFusion, you will become part of a thriving admin community and immediately gain access to all of these resources. Registration is fast, simple and absolutely free so please join us today!
Want more than our forums? Try these: Post Fusion Forum Matrix
Old 03-31-2006, 07:36 PM   #1

demojames's Avatar



Title: Just keeping it real

Points: 12,316, Level: 33Points: 12,316, Level: 33Points: 12,316, Level: 33
Level up: 34%, 334 Points neededLevel up: 34%, 334 Points neededLevel up: 34%, 334 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 2,856

Location: Kent, WA

demojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant future
Send a message via AIM to demojames Send a message via MSN to demojames  
 
Forum width & sidebar help needed

I have messed with the codes, the forum width everything and still can’t figure it out. I am trying to shrink my main forum, so my right sidebar will be a little wider, so I don’t have 2 & 3 lines for some text links. My sidebar is about an 1/2" of of what I need it to be, so its similar to here at AF.


Here is my sidebar
Code:
table cellpadding="$stylevar[outerborderwidth]" cellspacing="0" border="0" class="tborder" width="$stylevar[tablewidth]" align="center">
 <tr>
  <td>
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" style="width:100%">
 <tr align="left">
  <td class="thead"><span class="smallfont"><b>Featured Sponsors</b></span></td>
 </tr>
So I am not sure what to do to make this adjustment. Any help would be appreciated.
__________________
My Blog - Follow Me on Twitter
Reply With Quote
Old 03-31-2006, 07:58 PM   #2

R. Solutions's Avatar

Title: Member

Points: 2,245, Level: 13Points: 2,245, Level: 13Points: 2,245, Level: 13
Level up: 14%, 205 Points neededLevel up: 14%, 205 Points neededLevel up: 14%, 205 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Mar 2006

Posts: 109

Location: Texas

R. Solutions will become famous soon enough
Send a message via AIM to R. Solutions Send a message via MSN to R. Solutions Send a message via Yahoo to R. Solutions  
 
If you want it to be like AF's size. Try

Code:
<table align="center" border="0" cellpadding="6" cellspacing="1" class="tborder" width="90%">
<tr>
<td class="tcat"><span class="smallfont"><b>Featured Sponsors</b></span></td>
</tr>
<tr>
Reply With Quote
Old 03-31-2006, 08:32 PM   #3

Ryan's Avatar

Title: Administrator

Points: 47,649, Level: 67Points: 47,649, Level: 67Points: 47,649, Level: 67
Level up: 68%, 701 Points neededLevel up: 68%, 701 Points neededLevel up: 68%, 701 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 10,246

Location: Athens, GA

Ryan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond reputeRyan has a reputation beyond repute
 
 
Which sidebar mod are you using?

The code to change that width is more than likely not going to be in the sidebar itself, but rather in chunks of code you've used to define where the sidebar is.

If you're using amykahr's sidebar (the one we use at AF), this code is in your footer template. But looking at your source code, it appears to be the following

HTML Code:
<td style="width:150px" valign="top">
I don't know exactly what template that is in, just do a search for it...and increase that 150px.
__________________
...some super-sweet signature
Reply With Quote
Old 03-31-2006, 11:34 PM   #4

demojames's Avatar



Title: Just keeping it real

Points: 12,316, Level: 33Points: 12,316, Level: 33Points: 12,316, Level: 33
Level up: 34%, 334 Points neededLevel up: 34%, 334 Points neededLevel up: 34%, 334 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 2,856

Location: Kent, WA

demojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant future
Send a message via AIM to demojames Send a message via MSN to demojames  
 
Sorry R. Solutions - That shrunk it up.


I am using this one Dark Wizard's

Okay Ryan I did what you said I went all the way up to 500px and nothing changed.

My footer templete:
Code:
<!-- Sidebar -->
<!-- Update -->
  </td>
 </tr>
</table>
<!-- /Update -->
  </td>
  <td style="width:150px" valign="top">$rightsidebar</td>
 </tr>
</table>
<!-- /Sidebar -->
__________________
My Blog - Follow Me on Twitter
Reply With Quote
Old 03-31-2006, 11:36 PM   #5

demojames's Avatar



Title: Just keeping it real

Points: 12,316, Level: 33Points: 12,316, Level: 33Points: 12,316, Level: 33
Level up: 34%, 334 Points neededLevel up: 34%, 334 Points neededLevel up: 34%, 334 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 2,856

Location: Kent, WA

demojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant future
Send a message via AIM to demojames Send a message via MSN to demojames  
 
If I remember, I'm think I am mixing the 2 of the hacks together, Amykhars and Wizards.

EDIT: Ryan you are right. But the is the thing it changes all the pages, except for the forumhome page.

I am using the rightsidebar as it's own templete.
__________________
My Blog - Follow Me on Twitter
Reply With Quote
Old 03-31-2006, 11:43 PM   #6

LarryB's Avatar

Title: AF Lead Developer

Points: 6,450, Level: 23Points: 6,450, Level: 23Points: 6,450, Level: 23
Level up: 24%, 100 Points neededLevel up: 24%, 100 Points neededLevel up: 24%, 100 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 1,186

Location: OHIO, US

LarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud of
Send a message via MSN to LarryB  
 
looking @ ur code it looks like there is some code snafu's. Below is code that I pulled from your site. I will mark in red the code that I think could/should disappear and in blue the code that I think will fix ur issue.

Code:
<!-- /Update -->
</td>
<td style="width:200px" valign="top"><br />
<br />
<td style="width:150px" valign="top">
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%" align="center">
The code in red is orphaned and has no closing tag, the code in blue is what will control the width of that column.
__________________
Do not post your PF private key in public.

Did I help you with this post? If so, pls click the rep button or send money.
Reply With Quote
Old 03-31-2006, 11:59 PM   #7

demojames's Avatar



Title: Just keeping it real

Points: 12,316, Level: 33Points: 12,316, Level: 33Points: 12,316, Level: 33
Level up: 34%, 334 Points neededLevel up: 34%, 334 Points neededLevel up: 34%, 334 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 2,856

Location: Kent, WA

demojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant future
Send a message via AIM to demojames Send a message via MSN to demojames  
 
Thanks Larry, It changes everything but the actual forumhome. I will try a couple other things.

Another reason to upgrade to 3.5.4 for the easy plug-ins. LOL
__________________
My Blog - Follow Me on Twitter
Reply With Quote
Old 04-01-2006, 01:43 AM   #8
Bob

Bob is offline

Bob's Avatar



Title: Back in the Green

Points: 3,998, Level: 18Points: 3,998, Level: 18Points: 3,998, Level: 18
Level up: 19%, 252 Points neededLevel up: 19%, 252 Points neededLevel up: 19%, 252 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Feb 2006

Posts: 753

Location: Scotland

Bob is a jewel in the roughBob is a jewel in the roughBob is a jewel in the rough
Send a message via MSN to Bob  
 
Try changing this -
Code:
<td style="width:200px" valign="top"><br />
to
Code:
<td width="200" valign="top"><br />
I've had a few issues with using width inside of style with <td> and do it this way. May work, may not.
__________________
Bob's Bit of the Web
Into Blogging? Want to talk about it or need help with something? Join us at the Blogging Café.
Reply With Quote
Old 04-01-2006, 07:45 AM   #9

demojames's Avatar



Title: Just keeping it real

Points: 12,316, Level: 33Points: 12,316, Level: 33Points: 12,316, Level: 33
Level up: 34%, 334 Points neededLevel up: 34%, 334 Points neededLevel up: 34%, 334 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 2,856

Location: Kent, WA

demojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant futuredemojames has a brilliant future
Send a message via AIM to demojames Send a message via MSN to demojames  
 
Thanks guys. I will be working again on it later on Saturday.
__________________
My Blog - Follow Me on Twitter
Reply With Quote
Reply



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

 
Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free forum hosting miner Buy and Sell 15 02-17-2008 09:37 PM
Generic Forum Policy Template gprime Handling Problem Members 8 01-19-2007 02:27 AM
Introduction to Forum Promotion htmlmaster Creating Interest 3 06-12-2006 05:53 PM
Creating A Successful Forum PaidPosts Creating Interest 8 12-14-2005 07:47 PM

AdminFusion

All times are GMT +1. The time now is 04:11 PM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 © 2005-2008 AdminFusion - All Rights Reserved



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