Post by Water Crystals on May 4, 2021 2:04:51 GMT -8
I'm having some trouble with how I'd like my Mini-Profile to look on a new forum I've just opened. I'd come across this theme: Purple Dream by XaviEo -- I ended up making my own, very basic, but I love the concept of how some of the fields show in the profiles (under "Mini Profiles") heading for the setup section of the linked theme. I've highlighted the parts I'm interested in:
The creator hasn't been online since 2019, so I couldn't ask how they coded that specific bit. So here I am; it's beyond my coding knowledge and understanding. I would like what's highlighted, with custom profile fields + posts / money to be in this concept. (Pictured below). Please let me know if that's not clear enough or you need more information.
I'm not after the colours or anything else, just placement and lack of header/title (except maybe a tiny, centered text above money and posts info but in the same "box" as the numbers won't be clear otherwise without a heading. I can't figure out how to make it work, and would appreciate any help given. Here is my general intention:
The last green one will be how all other custom profile fields will show, in a list of that length/shape etc. And my current custom fields (pronouns are used instead of gender for mine, as well as profile instead of application):
I still want the profile and plotter (which are clickable) sections, as highlighted in yellow. Info for how those are set up are shown in the link I provided to the theme, if that helps. I want to be clear, I don't want the theme or to take anything from it... I just love the way the fields are shown in the mini-profile and would like those specific few to display like that. To replicate the concept of placement.
I'd really appreciate some help with this, if anyone knows how to implement this? It's one of the last things I need before I can open my site for members. Here's a copy of my Mini-Profile Layout Template:
The creator hasn't been online since 2019, so I couldn't ask how they coded that specific bit. So here I am; it's beyond my coding knowledge and understanding. I would like what's highlighted, with custom profile fields + posts / money to be in this concept. (Pictured below). Please let me know if that's not clear enough or you need more information.
I'm not after the colours or anything else, just placement and lack of header/title (except maybe a tiny, centered text above money and posts info but in the same "box" as the numbers won't be clear otherwise without a heading. I can't figure out how to make it work, and would appreciate any help given. Here is my general intention:
The last green one will be how all other custom profile fields will show, in a list of that length/shape etc. And my current custom fields (pronouns are used instead of gender for mine, as well as profile instead of application):
I still want the profile and plotter (which are clickable) sections, as highlighted in yellow. Info for how those are set up are shown in the link I provided to the theme, if that helps. I want to be clear, I don't want the theme or to take anything from it... I just love the way the fields are shown in the mini-profile and would like those specific few to display like that. To replicate the concept of placement.
I'd really appreciate some help with this, if anyone knows how to implement this? It's one of the last things I need before I can open my site for members. Here's a copy of my Mini-Profile Layout Template:
<div class="$[miniprofile_class]">
$[user]<br />
{if $[user.is_guest]}Guest<br />{/if}
{if $[user.is_deleted]}<em>Deleted Member</em><br />{/if}
{if $[user.group]}
$[user.group.name]<br />$[user.group.stars]<br />
{elseif $[user.rank]}
$[user.rank.name]<br />
{if $[user.rank.stars]}
$[user.rank.stars]<br />
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br />{/if}
$[user.warning.bar]
<div class="minip-hover">
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br />
{/if}
</div>
<div class="minip-info">
{if $[user.personal_text.message]}
$[user.personal_text]<br />
{/if}
{if $[user.is_member]}
<div class="info">
<span style="font-weight: bold;" class="money_text"></span><span class="money_symbol"></span><span class="money_amount"></span>
<br />
<span class="headings">Posts:</span> $[user.posts]
{if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if}
{foreach $[user.mini_custom_field]}
{if $[user.mini_custom_field.name] != "Badges"}
<br /><span class="$[user.mini_custom_field.content_class]"><span class="headings">$[user.mini_custom_field.name]:</span> $[user.mini_custom_field.value]</span>
{/foreach}
</div><br />
<div class="awards2 $[user.id] $[user.name]" style="display: table; width: 100%"></div><br />
<div class="awards $[user.id] $[user.name]" style="display: table; width: 100%"></div>
{/if}
</div>