Recent Posts

43written posts
ariellaearned bits
offlinecurrently
ariella
New Member
ariella Avatar
Here's the coding for the layout template. Screenshot coming.

<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<div class="$[miniprofile_class]">
<div class="intmp" id="forthecolor$[user.group.id]">
<div class="mpname" style="background:#$[user.group.color]">
$[user]
{if $[user.is_guest]}(guest){/if}
{if $[user.is_deleted]}(deleted member){/if}</div>
<div class="intmp2">
<div class="bigimage">
{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "200x300 hover image"}
<span class="$[user.custom_field.content_class]">
<img src="$[user.custom_field.value]">
</span>
{/foreach}
</div>
<div class="bigimage2">
<div class="mpava">
$[user.avatar]
</div>
<div class="mppostgall">
<b style="color:#$[user.group.color]"><span class="money_amount"></span></b> dollars <font color="#aaa">&</font> <b style="color:#$[user.group.color]">$[user.posts]</b> posts
</div>
<div class="mpapplot">
{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "Application"}
<span class="$[user.custom_field.content_class]">
<a href="$[user.custom_field.value]" style="color:#$[user.group.color]">application</a>
</span>
{/if}
{/foreach}

{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "Plotter"}
<span class="$[user.custom_field.content_class]">
<a href="$[user.custom_field.value]" style="color:#$[user.group.color]">plotter</a>
</span>
{/if}
{/foreach}

</div>
<div class="mpstatus">
{if $[user.personal_text.message]}
$[user.personal_text]
{/if}
<i>โ€”
<font color="#$[user.group.color]">
{foreach $[user.custom_field]}
{if $[user.custom_field.name] == "OOC name"}
<span class="$[user.custom_field.content_class]">
$[user.custom_field.value]
</span>
{/if}
{/foreach}
</font>
(@$[user.username])</i>
</div>
</div>
</div>
{foreach $[user.mini_custom_field]}
{if $[user.mini_custom_field.name] == "Music"}
<div class="player"><object width="200" height="20" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" type="application/x-shockwave-flash">
<param value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" name="movie">
<param value="$[user.group.color]" name="bgcolor"><param value="mp3=$[user.mini_custom_field.value]&bgcolor=aaaaaa&loadingcolor=aaaaaa&buttoncolor=ffffff&slidercolor=ffffff;" name="FlashVars">
</object></div>
{/if}
{/foreach}
</div>
</div>
43written posts
ariellaearned bits
offlinecurrently
ariella
New Member
ariella Avatar
So as previously stated, I'm having a wee bit of an issue with the miniprofile on a site. Normally, I can get by without too much help, but this has been stumping me for a bit of time now.

The 200x300 placeholder is there, and the avatars show up fine. It's when it comes to the big image that I'm having an issue. I tested it by putting an image in the appropriate spot on the profile editing section, but still nothing.

The site in question is multiversescollide.boards.net/
last edit on Jun 3, 2020 22:04:05 GMT by ariella
43written posts
ariellaearned bits
offlinecurrently
ariella
New Member
ariella Avatar
godsofold.freeforums.net/thread/14/ari-plotter?page=1&scrollTo=13

Here it is so you can see. Iโ€™m trying to figure out how to fix this. I do have the Style Tag plugin as I figured Iโ€™d need it. I for some reason canโ€™t think of anything else that could be wrong. Then again Iโ€™m not the best at coding XD