Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

How do I move UserInfoModule to the ContentColumn?

Hello!

I am working on editing the Xamarin forums.

Right now on our profile pages the UserInfoModule is in the PanelColumn. I want to move it to the ContentColumn.

Here is the code:

{if InSection('Profile')}

{$Profile.Name}

{/if} {asset name="Panel"} {if InSection('Profile')} {module name="UserInfoModule"} {/if}
     <div class="Column ContentColumn" id="Content">
        {asset name="Content"}
        {if InSection(array('CategoryList', 'DiscussionList'))}
           {module name="OnlineModule"}
        {/if}
     </div>

When I move the if statement that contains "UserInfoModule" below the "{asset name="Content"}" line nothing appears.

How can I do this?

Also, I am currently limited to editing this on the "Customize Theme" tab (can't get at the actual files on the server).

Comments

Sign In or Register to comment.