Post by Halabalu on Oct 30, 2020 23:36:37 GMT -8
Sorry if this is in the wrong place, Sorry in advance.
my-blog2020.freeforums.net
I have a problem with the plugin Staff Banner (New Updates)Version 0.0.13 Beta, at least I think I do.
When I activate the plugin and test it, my view counts are doubled for every single view. I use nine plugins in total and the problem plugin is the only one that does this. I have tested all plugins one by one and this one seems to be the problem. I am not a coder, but is there a code fix for this problem, any help appreciated. I have left the plugin active and Guest is on.
my-blog2020.freeforums.net
<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]
<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]}
<div class="info">
Posts: $[user.posts]{if $[user.gender]}<span class="float-right">$[user.gender.image]</span>{/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"><font color="blue">Member is Online</font></span>{/if}
{/if}
{if $[user.is_staff]} <div class="notify">Staff Member</div> {/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div>
<span style="display:none">$[user.posts]</span>
I have a problem with the plugin Staff Banner (New Updates)Version 0.0.13 Beta, at least I think I do.
When I activate the plugin and test it, my view counts are doubled for every single view. I use nine plugins in total and the problem plugin is the only one that does this. I have tested all plugins one by one and this one seems to be the problem. I am not a coder, but is there a code fix for this problem, any help appreciated. I have left the plugin active and Guest is on.