vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v3.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 08-28-2008, 04:10 AM
TheProphet TheProphet is offline
Junior Member
 
Join Date: Nov 2004
Posts: 24
Thumbs up Modified Portal Pages

Let's starting a thread for modified vBA page.

I made a 5 column page here.
U can use the whole 5 columns but u can also choose to get the content left or right from the center column.

Installation:

1. Backup your adv_portal template
2. Copy and paste the attached 5_column_portal_page.txt in your adv_portal template and save it.
3. Add the columns a seen in the pic #5_column_portal_page_settings
4. Customize your page by adding modules to it as seen on 5_column_portal_page_settings.layout.
Attached Images
File Type: png 5_column_portal_page_settings.png (32.5 KB, 1004 views)
File Type: png 5_column_portal_page_settings_layout.png (47.1 KB, 1250 views)
Attached Files
File Type: txt 5_column_portal_page.txt (1.8 KB, 355 views)
Reply With Quote
  #2  
Old 08-28-2008, 06:07 AM
mmoore5553 mmoore5553 is offline
Member
 
Join Date: Aug 2008
Posts: 72
Default

can i see screenshot ? just cant picture the layout
Reply With Quote
  #3  
Old 08-28-2008, 09:32 AM
TheProphet TheProphet is offline
Junior Member
 
Join Date: Nov 2004
Posts: 24
Default

Here u go for the screen, i filled all columns but you can decide to use the ones needed.
Attached Images
File Type: png result.png (353.5 KB, 1187 views)
Reply With Quote
  #4  
Old 08-28-2008, 04:31 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Great idea.
I'll sticky this to see if we can get some others to share their layouts so hopefully it will help those who aren't familiar with HTML who are looking for a new layout.
Reply With Quote
  #5  
Old 09-25-2008, 03:44 AM
hmedi hmedi is offline
Junior Member
 
Join Date: Aug 2008
Posts: 15
Default

Thank you very mutch, it is realy amazing
I waold like to ask : how can I get the meddle first block is welcome block
under it tow columns ?
Reply With Quote
  #6  
Old 12-09-2008, 07:30 AM
albino albino is offline
Junior Member
 
Join Date: Nov 2006
Posts: 13
Default

Sorry to bump this thread.

I would like to know, how can I make a column which would span accross whole page (width="100%") and ideally it would stay above three columns (Left, Center and Right)?
Reply With Quote
  #7  
Old 12-09-2008, 07:53 AM
DJDrew DJDrew is offline
Junior Member
 
Join Date: Oct 2008
Posts: 27
Default

You would have to do this by changing your VB style.
Reply With Quote
  #8  
Old 12-09-2008, 08:14 AM
albino albino is offline
Junior Member
 
Join Date: Nov 2006
Posts: 13
Default

Quote:
Originally Posted by DJDrew View Post
You would have to do this by changing your VB style.

Hmm, that's odd.
I changed each of my styles but, the top column that I added is pushing all of other column modules beneath and the order of modules is screwed, because all of modules are placed on top of the other and column alignment is lost

Here is the code I added ( red )

Code:
<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
	<tr valign="top">
		<if condition="$show['top_column']">
			<td valign="top" width="100%" <if condition="$show['left_column'] OR $show['right_column']"> style="padding-$stylevar[center]: $vba_style[portal_colspacing]px"></if>
				$home[topblocks]
			</td>
		</if> 
		<if condition="$show['left_column']">
			<td width="$vba_style[portal_leftcolwidth]"<if condition="$show['center_column'] OR $show['right_column']"> style="padding-$stylevar[right]: $vba_style[portal_colspacing]px"</if>>
				$home[leftblocks]
			</td>
		</if>
		<if condition="$show['center_column']">
			<td valign="top">
				$home[centerblocks]
			</td>
		</if>
		<if condition="$show['right_column']">
			<td valign="top" width="$vba_style[portal_rightcolwidth]"<if condition="$show['center_column'] OR $show['left_column']"> style="padding-$stylevar[left]: $vba_style[portal_colspacing]px"</if>>
				$home[rightblocks]
			</td>
		</if>
	</tr>
</table>


$footer

</body>
</html>
here is the link
http://www.metroster.com/
Reply With Quote
  #9  
Old 12-09-2008, 10:47 AM
albino albino is offline
Junior Member
 
Join Date: Nov 2006
Posts: 13
Default

I must still work on this, because currently I figured out that vBA's module_wrapper was causing the problem of breaking up the design.

Switchign it off solved my issue.
Reply With Quote
  #10  
Old 12-10-2008, 11:13 AM
dismas dismas is offline
Senior Member
 
Join Date: Jul 2007
Location: Vermont
Posts: 247
Default

To add a column that extends all the way across the whole page, check my post in this thread...

http://www.vbadvanced.com/forum/showthread.php?t=25582
Reply With Quote
  #11  
Old 12-11-2008, 02:13 AM
albino albino is offline
Junior Member
 
Join Date: Nov 2006
Posts: 13
Default

dismas,

Thank you very much my friend. Finally I made this top block work just as I wanted it.

Greatly appreciated
Reply With Quote
  #12  
Old 12-11-2008, 02:25 AM
dismas dismas is offline
Senior Member
 
Join Date: Jul 2007
Location: Vermont
Posts: 247
Default

You're most welcome!
Reply With Quote
  #13  
Old 12-18-2008, 01:09 AM
Shelby Shelby is offline
Senior Member
 
Join Date: Nov 2005
Posts: 127
Default

An excellent post. Very good.
Reply With Quote
  #14  
Old 07-10-2009, 07:34 AM
CareyCrew CareyCrew is offline
Gone. vB is worthless now
 
Join Date: Sep 2007
Posts: 1,676
Default

Questions about modified pages/layouts are posted here almost weekly.

In nearly every case we see " but I have used the Search button....."

Here is a list (not complete) of threads relating to alternate layouts for vBa Cmps.

It should be noted that Brian has provided the tools to make your forum unique with this CMPS script and support here is superb ,BUT, if you wish to go further and customise the script then you cannot expect Brian to give all his time or support for this.

These threads were found in less than 5 minutes using the SEARCH system, making use of this COULD save you hours of waiting and frustration :

http://www.vbadvanced.com/forum/showthread.php?t=35788

http://www.vbadvanced.com/forum/showthread.php?t=35489

http://www.vbadvanced.com/forum/showthread.php?t=35415

http://www.vbadvanced.com/forum/showthread.php?t=34969

http://www.vbadvanced.com/forum/showthread.php?t=34971

http://www.vbadvanced.com/forum/showthread.php?t=34522

http://www.vbadvanced.com/forum/showthread.php?t=34921

http://www.vbadvanced.com/forum/showthread.php?t=32885


There are many more threads/posts to be found.........




If you have developed/created a new layout for your forum perhaps you could add the information/ instructions here ?
__________________
Seen vB5 beta? No more vbulletin for me, done , gone,finished .
Reply With Quote
  #15  
Old 07-10-2009, 07:42 AM
PhilMcKrackon's Avatar
PhilMcKrackon PhilMcKrackon is offline
Senior Member
 
Join Date: Apr 2008
Posts: 523
Default

LOL - CareyCrew, the last post is almost 8 months old...

Nice synopsis of threads though!
__________________
Jeep CJ Forums
Reply With Quote
  #16  
Old 07-10-2009, 07:53 AM
CareyCrew CareyCrew is offline
Gone. vB is worthless now
 
Join Date: Sep 2007
Posts: 1,676
Default

Quote:
Originally Posted by PhilMcKrackon View Post
LOL - CareyCrew, the last post is almost 8 months old...

Nice synopsis of threads though!
The last post in THIS THREAD was 8 months old Phil but take a look at the posts that keep coming in each week....... more today for example,all asking what has already been posted over and over.
__________________
Seen vB5 beta? No more vbulletin for me, done , gone,finished .
Reply With Quote
  #17  
Old 07-10-2009, 10:23 AM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

Thanks for taking the time to consolidate those into a list Carey.
Reply With Quote
  #18  
Old 11-04-2010, 06:59 AM
WhiskeyOSS's Avatar
WhiskeyOSS WhiskeyOSS is offline
Member
 
Join Date: Mar 2010
Posts: 31
Default What I need

I need the colums to be side by side not stacked on top of each other..
Reply With Quote
  #19  
Old 11-04-2010, 08:38 AM
CareyCrew CareyCrew is offline
Gone. vB is worthless now
 
Join Date: Sep 2007
Posts: 1,676
Default

Quote:
Originally Posted by WhiskeyOSS View Post
I need the colums to be side by side not stacked on top of each other..
The first post in this thread is for a CMPS page with 5 vertical columns, there is even a screenshot provided.

Last edited by CareyCrew; 01-14-2011 at 02:31 AM.
Reply With Quote
  #20  
Old 11-04-2010, 01:16 PM
WhiskeyOSS's Avatar
WhiskeyOSS WhiskeyOSS is offline
Member
 
Join Date: Mar 2010
Posts: 31
Default I tried that

I tried his Link and what i got was stacked columns...not horizontial
Reply With Quote
Reply


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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Can vba Links be modified to look like a Yahoo director? ludachris Pre-Sale Questions 17 04-12-2007 08:13 AM
Add pages to vBAdvanced Portal 2.1.0 ToroBT "How Do I..." Questions 2 08-05-2006 11:05 PM
Parse Error - In modified addlink.php page Quarterbore Troubleshooting & Problems 4 04-01-2006 03:01 AM
[Request] Modified welcome block for guest users nmau Add-On Modules & Modifications 2 02-21-2005 10:29 AM


All times are GMT -4. The time now is 06:41 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.