inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Jan 16, 2013 4:15:17 GMT -8
I've only just noticed that the mini-profiles aren't like the ones in the posts. Is there a place where you can edit that. It's more precisely the boxes I have in my miniprofile. They move into the post area in my PMs.
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 17, 2013 7:16:52 GMT -8
To the best of my knowledge, mini-profiles in PMs should be the same as in posts. Any chance you can elaborate slightly on "they move into the post area in my PMs"?
|
|
inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Jan 17, 2013 12:47:35 GMT -8
Think it's best to show pictures, hehehe. This is how it looks in the threads and as I want it to. And this is how it looks in the PMs
|
|
inherit
\o/ ^o^ /o_ /o\
16464
0
Jul 22, 2024 13:57:10 GMT -8
pawl
29,621
November 2003
pollo
Pink Stars
|
Post by pawl on Jan 17, 2013 13:03:43 GMT -8
Any chance you could post up your Post List, Mini Profile and Message List templates? Might explain what's going wrong. =]
|
|
inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Jan 17, 2013 13:10:46 GMT -8
Okay here we go.
Posting List
{foreach $[post]} <tr id="$[post.content_id]" class="$[post.content_class]{if $[post.even]} even{/if}{if $[viewing_recent_posts]} recent{/if}"> <td class="$[post.unblocked_class]"> <table role="grid"> <tr> <td class="left-panel" rowspan="2"> $[post.created_by_user.miniprofile] </td> <td class="content"> <div class="content-head ui-helper-clearfix"> <div class="info"> <span class="thread-link">$[post.thread]</span> <span class="date">$[post.date]</span> {if $[post.how_posted]} <span class="post-method">via $[post.how_posted]</span> {/if} $[post.likes] </div> <div class="controls"> $[post.quote_button] $[post.edit_button] $[post.likes.button] $[post.select_options] </div> </div> <h3 class="title aria-hidden">Post by $[post.created_by_user.name] on $[post.date]</h3> <div class="message">$[post.message]</div> </td> </tr> <tr> <td class="foot"> {if $[post.edited]} <div class="edited_by"><span class="italic">Last Edit:</span> $[post.edited.date] by $[post.edited.by_user]{if $[post.edited.reason]}: $[post.edited.reason]{/if}</div> {/if} {if $[post.created_by_user.signature]} <div class="signature">$[post.created_by_user.signature]</div> {/if} </td> </tr> </table> </td> {if $[post.is_blocked]} <td class="$[post.blocked_class] content center"> <div class="message note pad-bottom">This post is hidden</div> $[post.display_blocked_post_button] </td> {/if} </tr> {/foreach} {if !$[post]} <tr class="last"><td class="last center" colspan="1">No posts were found.</td></tr> {/if}
Mini-Profile
<div class="$[miniprofile_class]"> <div align="center"> <div class="container boards"><div class="title-bar">$[user]</div> <div class="content cap-bottom" style="background-image: url('http://i1265./jj515/carpnoc/Backgrounds/miniback3_zps556eebaa.png');"> <br /> {if !$[user.is_member]}Guest<br />{/if} {if $[user.group]} $[user.group.name]<br /> {elseif $[user.rank]} $[user.rank.name]<br />
{/if} {if $[user.custom_title]}$[user.custom_title]<br />{/if} $[user.warning.bar] <br /> {if $[user.avatar]} <div class="avatar">$[user.avatar]</div><br /> {/if} {if $[user.personal_text.message]} $[user.personal_text] {/if}<br /> {if $[user.is_member]}<div class="container boards"><div class="title-bar"><b><center><font size="2"><font color="aaac02">Member Info</font></font></center></b></div> <div class="content cap-bottom"><div class="info"><style type="text/css">
.mini-profile abbr.time { font-size: 100%; /* So it is the same size text as the rest of the mini-profile */ font-style: normal; /* So it is not italic */ }
</style> <b><font color="75481a">Posts</font></b>: $[user.posts] <br /> <b><font color="75481a">Date Registered</font></b>: $[user.registered_on_date]<br /> {if $[user.gender]}<b><font color="75481a">Gender</font></b>: $[user.gender.image]{/if}<br /> <b><font color="75481a">Member is</font></b>: <span style="color: #{if $[user.is_online]}aaac02{else}4f4331{/if}; font-weight: bold;">{if $[user.is_online]}Online{else}Offline{/if}</span>{/if}</div></div> <br /> <br />{if $[user.mini_custom_field]}<div class="container boards"><div class="title-bar"><b><center><font size="2"><font color="aaac02">Abilities</font></font></center></b></div> <div class="content cap-bottom" align="left"> {foreach $[user.mini_custom_field]} <br /><span class="$[user.mini_custom_field.content_class]"><b><font color="75481a">$[user.mini_custom_field.name]</font></b>: $[user.mini_custom_field.value]</span> {/foreach}</div></div>{/if} <br /> <div class="container boards"><div class="title-bar"><b><center><font size="2"><font color="aaac02">Contact</font></font></center></b></div> <div class="content cap-bottom"> {if $[current_user.is_member]}<br /><a href="$[user.pm_href]" alt="PM $[user.name]"><img src="http://i1265./jj515/carpnoc/Icons/pm.png" border="0" /></a>{/if} </div></div><br /> </div></div></div>
Message List
{foreach $[message]} <tr id="$[message.content_id]" class="$[message.content_class]{if $[message.even]} even{/if}"> <td> <table> <tr> <td class="left-panel" rowspan="2"> $[message.created_by_user.miniprofile] </td> <td class="content"> <div class="content-head ui-helper-clearfix"> <div class="info"> <span class="date">$[message.date]</span> {if $[message.how_posted]} <span class="post-method">via $[message.how_posted]</span> {/if} </div> <div class="controls"> $[message.quote_button] $[message.select_options] </div> </div> <div class="message">$[message.body]</div> </td> </tr> <tr> <td class="foot"> {if $[message.created_by_user.signature]} <div class="signature">$[message.created_by_user.signature]</div> {/if} </td> </tr> </table> </td> </tr> {/foreach} {if !$[message]} <tr class="last"><td class="last center" colspan="1">No messages were found.</td></tr> {/if}
|
|