FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Spaces in names causes wrap problems 2-6-0RC5
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Spaces in names causes wrap problems 2-6-0RC5 [message #14662] Wed, 19 November 2003 12:44 Go to next message
x-router is currently offline  x-router   United Kingdom
Messages: 3
Registered: November 2003
Karma: 0
Junior Member
A quick fix to prevent names being split on the status display at the bottom of the forum. May be of use to some ppl.

Quote:


--- logedin.inc.t.old 2003-11-19 12:39:16.000000000 +0000
+++ logedin.inc.t 2003-11-17 12:17:00.000000000 +0000
@@ -54,6 +54,7 @@
if (@count($st_obj->online_users_text)) {
foreach($st_obj->online_users_text as $k => $v) {
$logedin .= '{TEMPLATE: online_user_link}' . '{TEMPLATE: online_user_separator}';
+ $logedin .= " ";
}
} else {
$logedin = '';


Re: Spaces in names causes wrap problems 2-6-0RC5 [message #14674 is a reply to message #14662] Wed, 19 November 2003 15:00 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Fixed in CVS.

FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: is this expected behaviour ?
Next Topic: PM notification doesn't include link 2-6-0RC5
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Tue Sep 17 03:42:11 GMT 2024

Total time taken to generate the page: 0.03476 seconds