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?
joemellin
New
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).
Tagged:
0
Comments
That is odd.. in 2.2 the about module appears before the content on the content column.
You would need to see if this theme has an extra module clone for the about section. It is possible that they cloned it in order to change where it renders. It looks better in the panel in my opinion because in the content it looks disorganized and ugly..
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
if you are on the cloud - is support not available at vanillaforums.com?
@Nonce ahh wrong website. I will check it out! I think we may only get X amount of support.
@vrijvlinder good point the issue is that with it in the side panel, you have to scroll down to see it. How do I look to see if there is an extra module? Is that visible on the dashboard?
If the problem is the sort order of the modules, you could use the Module Sort plugin
https://vanillaforums.org/addon/modulesort-plugin
Then you can change where it appears on the panel
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
If you use the Vanilla hosting solution, then you would need to go to their forum and or ask for support in that regard. This plugin and most of the plugins here are for the open source version of Vanilla.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
otherwise just read the discussions in the Tutorials Category on vanilla forums org. and manually sort within assets via a config statement.
Great Thanks! @nonce @vrijvlinder