Post by pawl on Aug 27, 2013 10:05:10 GMT -8
Is there a way to keep the PM in the mini-profile even when members are not online?
All you've got to do to achieve this is remove the blue section from the initial post, PF. =]
It could, but to be completely honest I've not touched plugins at all, and have no idea how to work with them. You'd probably be better off making a request for one ♥ ℒʊ√ ♥. =]
I am a coding dummy, so of course I am lost. I don't understand exactly where in the Mini profile this would go. Do I replace something, eliminate a line, copy on paste this somewhere?
Here is what my mini profile looks like:
<div class="$[miniprofile_class]">
$[user]<br />
{if $[user.is_guest]}Guest<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]
<br />
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br />
{/if}
{if $[user.personal_text.message]}
$[user.personal_text]<br />
{/if}
{if $[user.is_member]}
<span class="karmabuttons"></span>
<span class="userKarmaNumber$[user.id]"></span>
<span class="karmarank$[user.id]"></span>
<div class="info">
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/if}
{if $[user.location]}<br />$[user.location]{/if}
{foreach $[user.mini_custom_field]}
<br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
{if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if}
</div><br />
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div>
Please show me what to put in, what to take out, and where.
Thanks.
Have a re-read of the first post, and take a look at the lines I mentioned. I've bolded them in the quote to make it easier for you. Once you've found where you are, see if you can use the first post to get it to work. =]