Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 920133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T18:39:37+00:00 2026-05-15T18:39:37+00:00

Here’s what’s going on: I have a page content for a module rendering in

  • 0

Here’s what’s going on: I have a page content for a module rendering in my 3 column layout (which I believe is the default) and I want it to render in 1 column, but I don’t know how.

The longer version:
I’m using Unirgy’s Dropship Microsite and I’m trying to get the vendor landing page to render in the 1 column layout.
My layout xml file looks like this:

<?xml version="1.0"?>
<layout>
    <udropship_vendor_login>
        <reference name="login_links">
            <action method="addLink" translate="label title" module="umicrosite">
                <label>Register New Account</label>
                <url helper="umicrosite/getVendorRegisterUrl"/>
                <title>Register New Account</title><prepare/>
                <urlParams/>
                <position>20</position>
            </action>
        </reference>
    </udropship_vendor_login>

    <umicrosite_vendor_register>
        <update handle="udropship_vendor" />
        <reference name="content">
            <block type="directory/data" template="unirgy/microsite/vendor/register.phtml" name="register" />
        </reference>
    </umicrosite_vendor_register>

  [..removed unrelated xml..]

    <umicrosite_index_index>
        <reference name="content">
          <block type="core/template" template="unirgy/microsite/home.phtml" name="vendorHome" />
        </reference>
    </umicrosite_index_index>
</layout>

What’s interesting is that umicrosite_vendor_register renders in 1 column, but umicrosite_index_index renders in the default 3 column layout. I’ve tried changing its block type to directory/data to match umicrosite_vendor_register, but that didn’t work.

My IndexController is very simple:

$this->loadLayout()->renderLayout();

I guess what I’m missing is where the Magneto tells the register page to render in 1 column and the index page to render in 3 columns. I’ve spent all day trying to figure out where this happens, but to no avail.

Any suggestions as to where I should look?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T18:39:38+00:00Added an answer on May 15, 2026 at 6:39 pm

    You should add something like this to the layout update xml:

    <reference name="root">
      <action method="setTemplate">
        <template>page/1column.phtml</template>
      </action>
    </reference>
    

    You can also do it in the code with the following snippet:

    $root = $this->getLayout()->getBlock('root');
    $template = "page/1column.phtml";
    $root->setTemplate($template);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Not sure what's going on here. I have a DateTime object, and when I
I'm going nuts here, trying to get my system configured. I have a laptop
Not sure what exactly is going on here, but seems like in .NET 1.1
I'm not too sure what is going on here, but sometimes a particular file
What's going on here? printf.sh: #! /bin/sh NAME=George W. Bush printf Hello, %s\n $NAME
Does anybody know what's going on here: I run hibernate 3.2.6 against a PostgreSQL
I think there must be something subtle going on here that I don't know
Hi guys anyone know what the helll is going on here? ERROR SNIPPET: Loading
I was going to ask a question here about whether or not my design
Here is an example of what I've got going on: CREATE TABLE Parent (id

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.