I've recently created a forum for FFXIV Brasil por Brazilian people.
But, i got some issues.
I had IPS 4.2.1 and when i put "Who's Online" in my Forum Index something happened.
Apparently if you have 2 members online, ok. its fine. But, when its 3 or more its put 1 member per line and crash all the structure of my forum and i really dont know why it happens.
PS. Recently i updated my forum to IPS 4.2.2 WebFlakes
Question
xxxceres
Hello guys, im new here.
I've recently created a forum for FFXIV Brasil por Brazilian people.
But, i got some issues.
I had IPS 4.2.1 and when i put "Who's Online" in my Forum Index something happened.
Apparently if you have 2 members online, ok. its fine. But, when its 3 or more its put 1 member per line and crash all the structure of my forum and i really dont know why it happens.
PS. Recently i updated my forum to IPS 4.2.2 WebFlakes
check my script:
<h3 class='ipsType_reset ipsWidget_title'>
{lang="block_whosOnline"}
{{if $orientation == 'horizontal'}}
<span class='ipsType_light ipsType_unbold ipsType_medium'>{lang="block_whos_online_info_members" pluralize="$memberCount"}, {lang="block_whos_online_info_anonymous" pluralize="$anonymous"}, {lang="block_whos_online_info_guests" pluralize="$guests"}</span>
{{endif}}
<span class='ipsType_medium ipsType_light ipsType_unbold ipsType_blendLinks'><a href='{url="app=core&module=online&controller=online" seoTemplate="online"}'>{lang="see_full_list"}</a></span>
</h3>
<div class='ipsWidget_inner ipsPad'>
{{if $memberCount}}
<ul class='ipsList_inline ipsList_csv ipsList_noSpacing ipsType_normal'>
{{foreach $members as $row}}
<li>{template="userLinkFromData" group="global" app="core" params="$row['member_id'], $row['member_name'], $row['seo_name'], $row['member_group']"}</li>
{{endforeach}}
</ul>
{{if $orientation == 'vertical' and $memberCount > 60}}
<p class='ipsType_medium ipsType_reset'>
<a href='{url="app=core&module=online&controller=online" seoTemplate="online"}'>{lang="and_x_others" pluralize="$memberCount - 60"}</a>
</p>
{{endif}}
{{else}}
<p class='ipsType_reset ipsType_medium ipsType_light'>{lang="whos_online_users_empty"}</p>
{{endif}}
</div>
Check this.
when who's online is activated.
I had tried so many times, but, nothing happen.
Please, if you could help me :3
Link to comment
Share on other sites
6 answers to this question
Recommended Posts