PDA


View Full Version : Recent Thread In forum index width size change !!


kartik786
02-15-2006, 01:17 PM
Hey guyz, and master coder Brain ;)

I am having a tiny problem. I read the tutorial on how to implement vba cmps right side module to forum and it looks like THIS (http://www.managementparadise.com/forums) .

The right hand side block is rather small .. Its very tiny.

How can i change the width of the right hand side block on forum index ??

PS : I have become a fan of BRAIN . The way he offers support is beyond words . ( psst : the best part is .. the excellent support is free )

Brian
02-15-2006, 02:11 PM
It looks like that's happening because you're basically trying to cram too much info into too small of a space. If you want to force a width on that column you could look in your adv_portal template for this code:
<td width="$vba_style[portal_leftcolwidth]">
And add this right below:
<img src="$vboptions[bburl]/$vboptions[cleargifurl]" alt="" width="$vba_style[portal_leftcolwidth]" height="1" />
That may cause your site to have a horizontal scroll bar on the page for some smaller screen resolutions though.

kartik786
02-15-2006, 05:11 PM
Brain strikes again.. s3xy man... u rock...

Its workin just fine now :)

kartik786
02-15-2006, 06:28 PM
Oh OH... There are some problems in it brain buddy ... Please help me out here.

The right side panel at Here (http://www.managementparadise.com/forums) is not horizontally aligned properly .

Also i am having improper formatting on my showpost while logged in as guest . Example HERE (http://www.managementparadise.com/forums/t524-win-iim-toppers-cd-.html)

Please help me asap. I am keeping my forums same way unformatted so that you can help me out :)

kartik786
02-16-2006, 09:06 AM
Please Help Brain :(

kartik786
02-18-2006, 10:19 AM
I thnk brain is on vacations :p

Brain please reply when u return . :D

Brian
02-18-2006, 07:09 PM
The right side panel at Here (http://www.managementparadise.com/forums) is not horizontally aligned properly.
Try adding a <br /> tag after the spacer image you added in your adv_portal template and that should take care of that issue.

Also i am having improper formatting on my showpost while logged in as guest . Example HERE (http://www.managementparadise.com/forums/t524-win-iim-toppers-cd-.html)

Edit your postbit template, remove the $spacer_open and $spacer_close variables, and that should take care of that one.