![]() |
|
#41
|
|||
|
|||
|
Ok, just tried it again... I'm so close... Here's where I have right now... Hvae 2 basic questions that I can not figure out from your instructions above.
- How do I add spacing between the 2 columns? - How do I make the 2nd column align to the top? (See attachment) Thanks for any help you can provide.
__________________
InterFX <br><br> my Clients using VBa: ChristianMom.com | BrassReview.com | TrumpetForum.com |
|
#42
|
|||
|
|||
|
Quote:
|
|
#43
|
|||
|
|||
|
Quote:
<table cellpadding="4" cellspacing="3" border="0"><tr><td> just as an example. And as for the alignment, in your <TD> tag, you need to slip in an VALIGN="TOP" <td valign="top"> Last edited by MortysTW; 04-02-2007 at 07:27 PM. |
|
#44
|
|||
|
|||
|
Quote:
Thanks -
__________________
InterFX <br><br> my Clients using VBa: ChristianMom.com | BrassReview.com | TrumpetForum.com |
|
#45
|
|||
|
|||
|
Looks like this doesn't work in vba 3.1rc1. Have you played around with it yet?
|
|
#46
|
||||
|
||||
|
3.0 has built in options to allow you to add more columns.
Admin CP => vBa CMPS => Default Setttings => Main Options => Location List |
|
#47
|
|||
|
|||
|
Good to see this is finally an easy option. I haven't upgraded yet, but look forward to the new versions. Less modules loading on a page the better.
|
|
#48
|
|||
|
|||
|
Quote:
Looking at your little detail there I'm going to renumber it for the sake of simplicity. __________ |____10___| |_20_|_40_| |_30_|_50_| Okay. Buckle up! LEFT COLUMN and RIGHT COLUMN are to be blank, zip, zero, nothing in them. We are only using CENTER column. Build the following and save them. Do not make them "active". You'll go back and add them in later. Name: <table> <tr> <td> Contents: Code:
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td> Contents: Code:
</td></tr></table>]<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50%"> Contents: Code:
</td><td width="50%"> Contents: Code:
</td></tr></table> Open whatever page you plan on doing this to, and snag the following modules and set their values accordingly. <table> <tr> <td> = 0 Module 10 = 10 </td></tr></table><table><tr><td 50%> = 15 Module 20 = 20 Module 30 = 30 </td><td 50%> = 35 Module 40 = 40 Module 50 = 50 </td></tr></table> = 99 Quick notes as an FYI. You don't have to list them as 1,2,3,4,5 6,7,8,9. They just have to be in numerical order, but not consecutive. So spread it out a bit for simplicity Modules 0, 15, 35 and 99 are basically invisible. They are "within the code" structure building modules that won't appear. That's why its important to have the BORDER=0 and the cellpadding and cellspacing set to 0 Now you can add all the modules you want and just # them 21,22,23 and so forth. I also had you build this as a center table and 2 columns instead of 3 rows because I've experience let's say Module 22 has a thread title fall onto 2 lines, if module 40 didn't have a module fall onto 2 lines, then you will start getting gaps under the modules because they are technically different heights. This way, the only place that gaps will be noticeable, is at the very bottom of your page. And its no biggy there. Let me know if this works for ya! |
|
#49
|
|||
|
|||
|
wow! this exactl what I've been looking for. can't wait to try it out with stuff. will post results (or questoins +_+ )
|
|
#50
|
|||
|
|||
|
I tried doing the above so it looks like this
[-----] [--][--] Unfortunately it stretches the top module past the dimensions of the actual forum. Any ideas? |
|
#51
|
|||
|
|||
|
I must be missing something
I have tried this hack a couple of times once morty's method the other based on brotherx's method... And nothing I have followed the instructions to the letter not deviating and no change ![]() This is something I am very interested in, we are going to be doing a make over on the site and this mod fits the bill. Info: Running VB 3.6.4 Patched (upgrade coming) VBadvanced 2.2.1 Minerskins Theme Fancy Grey (HTML and XML Compliant) Issue: I see absolutly no change what so ever, Add the Hacks Set Open as 0 (or 1) Set closed as 5 (Lowest Number I want to have pages in I set all my modules to display 1 - 4 I set all my modules to display 6 - ? In the page I want to test with, the page looks absolutely normal no split Someone please shine light on marble head
|
|
#52
|
||||
|
||||
|
JWL - If you upgrade to v3.0 RC2 of the CMPS, then all that's requried to add new columns (or locations) is changing a setting and modifying the 'adv_portal' template to add a new variable in the place you want modules in your new location to appear.
|
|
#53
|
|||
|
|||
|
Quote:
Quote:
PM me a temp Admin access if you'd like and I'll take a look. I am still on RC1, so I can't verify this statement. In RC1, all you could do is add columns, but you couldn't create columns and rows and columns again like I am talking about. |
|
#54
|
|||
|
|||
|
Quote:
Cool, I am at the start of doing a site make over, one of the tasks is to get updated with VBA3 and VB 3.6.8 and various stuff. I will look at that on my development site.Morty I am pretty sure I followed everything to the letter, I will check again. I appreciate the offer I will look to set up a account for you. I am a bit busy this week so I put it on the back burner for now. |
|
#55
|
||||
|
||||
|
You can add columns, rows, or whatever you would like in either RC1 or RC2. The only limit is your own ability to write up the HTML to position everything.
|
|
#56
|
|||
|
|||
|
Quote:
Part of why I love vBadvanced so much. The module system is great and allows so many options. |
|
#57
|
||||
|
||||
|
It involves modifying the 'adv_portal' template to add the new locations, but that's it. Since that template is pretty basic, I don't think it's really ever been changed significantly. You can still re-order modules and such for custom locations the same way as you can with the default locations too.
|
|
#58
|
|||
|
|||
|
Boy, this would be perfect for what I'm looking to do. All I need is to have two seperate modules under a full sized module in the center column. I'm currently using the left column and center with nothing on the right. This would be what I'm looking to do....
|___1___| <--My current frontpage slideshow |___2___| <--My banner/mapped image module |_3_|_4_| <--Two smaller modules |_5_|_6_| <--Two additional 'future' modules .....can someone give me step by step assistance on doing this with CMPS 3.0?
__________________
Walt Disney Boards Television Show Forums - Tee Vee Town * Using xenForo software Forums of Mysteries of the World Magic Kingdom Forums Fantasy Baseball, Football and Basketball Forums *Under Construction Glam Rock Talk *Under Construction Legendary Hall of Fame Rockers *Under Construction Walt Disney Buddies *Under Construction |
|
#59
|
|||
|
|||
|
Quote:
Read post #49, which was done by me. Its the same thing. Only difference is you have two single blocks on the top instead of one. So for step #2, which looks like this in Post #49: Code:
</td></tr></table>]<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50%"> Code:
</td></tr><tr><td> Please read from the beginning of this thread and if you have any html understanding, I'm sure you'll sort it out. |
|
#60
|
|||
|
|||
|
Morty, thanks for the info!
I thought that since the upgrade there was a different way to do it. I'll try starting it now and see how far I get! ![]() Thanks again!
__________________
Walt Disney Boards Television Show Forums - Tee Vee Town * Using xenForo software Forums of Mysteries of the World Magic Kingdom Forums Fantasy Baseball, Football and Basketball Forums *Under Construction Glam Rock Talk *Under Construction Legendary Hall of Fame Rockers *Under Construction Walt Disney Buddies *Under Construction |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vbAdvanced columns throughtout site for 3.5 | eam | "How Do I..." Questions | 46 | 08-31-2006 02:55 PM |
| Columns? | CSS59 | "How Do I..." Questions | 1 | 12-05-2005 12:59 AM |
| vbAdvanced columns throughout forums | eam | Troubleshooting / "How do I..." Questions | 6 | 10-01-2004 01:20 PM |
| Columns Aren't Right | ambrosious | Troubleshooting / "How do I..." Questions | 4 | 08-09-2004 06:37 PM |