Friends Block

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked
User avatar

Topic author
Huor
Valued Contributor
Posts: 95
Joined: 9. October 2008 00:46
Contact:

Friends Block

Post by Huor »

Deine Portal Version: 1.0.5
Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Nein
Dein Wissensstand: Fortgeschritten

Was hast Du gemacht, bevor das Problem aufgetreten ist?
Updated to version 1.0.5

Was hast Du bereits versucht um das Problem zu lösen?
looked at the template code

Fehlerbeschreibung und Nachricht
In the new version there is a minor glitch in the friends block.
Online users are displayed twice due to a typo in the html code:

this code:

Code: Select all

			<strong style="color:green">{L_FRIENDS_ONLINE}</strong><br />
			<!-- BEGIN b3p_friends_online -->
                <span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{b3p_friends_online.USERNAME_FULL}</span><br style="clear:both" />    
            <!-- BEGINELSE -->
                <span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_ONLINE}</span>
                <br style="clear:both" />
            <!-- END b3p_friends_online -->
				<br style="clear:both" />
			<strong style="color:red">{L_FRIENDS_OFFLINE}</strong><br />
			<!-- BEGIN b3p_friends_online -->
                <span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{b3p_friends_online.USERNAME_FULL}</span><br style="clear:both" />
            <!-- BEGINELSE -->
                <span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_OFFLINE}</span>
            <!-- END b3p_friends_online -->
should be changed to:

Code: Select all

			<strong style="color:green">{L_FRIENDS_ONLINE}</strong><br />
			<!-- BEGIN b3p_friends_online -->
				<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{b3p_friends_online.USERNAME_FULL}</span><br style="clear:both" />	
			<!-- BEGINELSE -->
				<span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_ONLINE}</span>
				<br style="clear:both" />
			<!-- END b3p_friends_online -->
				<br style="clear:both" />
			<strong style="color:red">{L_FRIENDS_OFFLINE}</strong><br />
			<!-- BEGIN b3p_friends_offline -->
				<span style="float:left;"><img src="{T_THEME_PATH}/images/portal/portal_user.png" width="16" height="16" alt="" /></span><span style="float:left; padding-left:5px; padding-top:2px;">{b3p_friends_offline.USERNAME_FULL}</span><br style="clear:both" />
			<!-- BEGINELSE -->
				<span style="float:left; padding-left:5px; padding-top:2px;">{L_NO_FRIENDS_OFFLINE}</span>
			<!-- END b3p_friends_offline -->
the b3p_friends_offline is missing instead there is a b3p_friends_online twice!
Can someone please verify this?![/i]
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Friends Block

Post by Marc »

Verified and fixed:
tracker.php?p=13&t=168

Cr33per
Active Member
Posts: 6
Joined: 20. January 2010 16:32

Re: Friends Block

Post by Cr33per »

Thanks for this.. :D

MADxHAWK
Active Member
Posts: 13
Joined: 6. March 2010 20:11

Re: Friends Block

Post by MADxHAWK »

Bug still exist in current downloadversion

Greetz
MAD
User avatar

Marc
Dev
Posts: 2504
Joined: 17. July 2008 21:08
phpBB.de User: marc1706
phpBB.com User: Marc
Location: Clausthal-Zellerfeld / München
Contact:

Re: Friends Block

Post by Marc »

Well not really, only the correct end is missing.
Locked

Return to “board3 Portal 1.0.x - English Support”