View Full Version : vba CMPS question
WritersBeat
09-14-2006, 05:24 PM
on sites like
http://www.theadminzone.org and the home http://www.vbulletin.com
You see how it's like an actual "webpage" there are no borders on the middle content. How is that done? I'd like all my stuff on the left and the center to have no borders.
Don't want the http://www.vbadvanced.com effect. ^ want the others.
Thanks.
KW802
09-14-2006, 05:27 PM
Neither of those sites you listed are using vBa CMPS.
To achieve that effect, though, just go into the module properties of the ones in your left and/or right columns, turn off the option to use the default shell, and then modify the templates accordingly.
WritersBeat
09-14-2006, 05:41 PM
I've tried that then the layout gets really messed up. Like the center column was under the left column.
And what are they using?
peterska2
09-14-2006, 06:17 PM
those are both custom solutions
WritersBeat
09-14-2006, 06:18 PM
Is there a way I can reach a similar effect with vba?
peterska2
09-14-2006, 06:18 PM
it would need a lot of modification, but it wouldn't be impossible
WritersBeat
09-14-2006, 06:42 PM
Arg =( okay.
KW802
09-14-2006, 06:48 PM
I've tried that then the layout gets really messed up. Like the center column was under the left column.
And what are they using?That's because the generic shell creates the table container for the modules; when the generic shell option is turned off you instead need to modify the templates for the modules to have the '<table><tr><td>{content}</td></tr></table>' structure that the generic shell provides.
WritersBeat
09-14-2006, 08:40 PM
Ah, I shall try that. Thanks.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.