[HowTo] [3.5.0] Add a Left Column?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    [HowTo] [3.5.0] Add a Left Column?

    [HowTo] [3.5.0] Add a Left Column?

    This template modification will guide you through the steps with clear instructions and visual examples on how to add a left column to your vBulletin forum version 3.5.0. Once added, you can fill the left column with your own XHTML code, for custom graphics, advertisements, links, etc.

    Original thread by Jake Bunce for vBulletin forum software version 3.0.x:
    How do I add a left column to my forums? NOTE: There is a lot of tweaking involved in modifying your layout like this. This code is just an example, minus the tweaking. I recommend you post on www.vbulletintemplates.com for help with the tweaking aspect of editing your layout. edit - changed to cellpadding="0",


    [HowTo] [3.5.0] Add a Right Column! -thread can be found here:
    [HowTo] [3.5.0] Add a Right Column? This template modification will guide you through the steps with clear instructions and visual examples on how to add a right column to your vBulletin forum version 3.5.0. Once added, you can fill the right column with your own XHTML code, for custom graphics, advertisements, links, etc.



    NOTE: There is a lot of tweaking involved in modifying your layout like this. This code is just an example, minus the tweaking. I recommend you post on http://www.vBulletin.org/ for help with the tweaking aspect of editing your layout.


    Installation Instructions
    (click on the attached images to zoom in)

    # Updating the 'header' template

    Admin Control Panel (login as full admin) > Styles & Templates (section) > Style Manager (link) > Select from the dropdown: Edit templates

    Click image for larger version

Name:	edit_templates.png
Views:	2
Size:	10.0 KB
ID:	3698758

    Select the 'header' template and click on the [Customize] button.

    Click image for larger version

Name:	customize_header.png
Views:	2
Size:	7.0 KB
ID:	3698759

    In the template, find this code:
    Code:
    <!-- content table -->
    Above this code, on a new empty line, add these code lines:
    Code:
    <!-- Left column START -->
    <table width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0" align="center">
     <tr>
     <td width="175" valign="top" class="page" style="padding: $stylevar[cellpadding]px;">
      YOUR CONTENT HERE
     </td>
     <td valign="top">
    <!-- Left column START -->
    Save Template in History: Yes [x] (Check the checkbox)
    Comment: Added Left Column Code

    Click on the [Save] button to apply the changes.

    Click image for larger version

Name:	left_column_start.png
Views:	2
Size:	17.7 KB
ID:	3698761


    # Updating the 'footer' template

    Admin Control Panel (login as full admin) > Styles & Templates (section) > Style Manager (link) > Select from the dropdown: Edit templates

    Click image for larger version

Name:	edit_templates.png
Views:	2
Size:	10.0 KB
ID:	3698758

    Select the 'footer' template and click on the [Customize] button.

    Click image for larger version

Name:	customize_footer.png
Views:	2
Size:	6.8 KB
ID:	3698760

    In the template, find this code:
    Code:
    <!-- /content area table -->
    Above this code, on a new empty line, add these code lines:
    Code:
    <!-- Left Column STOP -->
    </td>
     </tr>
    </table>
    <!-- Left Column STOP -->
    Save Template in History: Yes [x] (Check the checkbox)
    Comment: Added Left Column Code

    Click on the [Save] button to apply the changes.

    Click image for larger version

Name:	left_column_stop.png
Views:	2
Size:	17.5 KB
ID:	3698762


    NOTE: The 'header' template now has this text: (load your forums to view it)
    Code:
    YOUR CONTENT HERE
    Edit the 'header' template again and replace that text with your own custom XHTML code, be it a graphic or advertisement or links.

    You are now done.

    Click image for larger version

Name:	result.png
Views:	2
Size:	29.2 KB
ID:	3698763
    Attached Files
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...