MyBB Community Forums

Full Version: Member Profile Coding.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, so I accidentally deleted some important coding for the Member Profiles section and I don't know what it was. All I know is that it was for the Member Profile Custom Fields section.
I would like to get the Profile section so that all the sections from 'Appearance' down to the end are two on a row, but have them all the same sized boxes with a scroll-bar so that the boxed with more texts do not stretch the page..
So; Appearance - Starter Mutations
Purchased Mutations - Personality ..and so on.

Can someone please help me fix this? I'm lost and frustrated.

This is currently the coding I have left; [Image: iisHMu0kR7S9dtOAmM0COA.png]



This is what the profile fields section is supposed to have on it;
[Image: LCxGq51KR-emAxl30bR7gA.png]
But all it's showing is the following whether it's filled in or blank;
[Image: Z-QpPmDhRiOiuFahzEHVug.png]

https://enendrrpg.icyboards.net/index.php
Hi.

This is full code of that template:

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder tfixed">
<colgroup>
<col style="width: 30%;" />
</colgroup>
<tr>
<td colspan="2" class="thead"><strong>{$lang->users_additional_info}</strong></td>
</tr>
{$customfields}
</table>
<br />

What exactly do you need in it? Can you please at least draw in paint where you want profile fields and that all?
Well similar to what is on another site; http://north.victus-rpg.com/member.php?a...le&uid=384
I can't see that site as login is required. Please be exact about what you need or simply ask that board owner Big Grin :/
This is currently what member profile layouts look like on my site;
[Image: b3hOJq5tTAKlQ2rBe_uUsQ.png]

Here are screenshots of my profile on the other site and its the sections I would like to be side by side like this;
[Image: qKEmgJYLT4uY-j-52xn5TA.png]
[Image: J8fbRBPtS_y0RXJIg34zPw.png]
[Image: JgutNa3pQPijuPAqueScQQ.png]
Find in your colors.css following:

.trow1, .trow2

and under that delete following line:

border: 1px solid;

to remove borders.

What exactly you want? If you want custom theme, request custom theme here: https://community.mybb.com/forum-149.html

If you need help or support about something ask here. I can't make whole design for you here this way.