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
Return to the default flat view 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 previous message
x-router is currently offline  x-router   United Kingdom
Messages: 3
Registered: November 2003
Karma:
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 = '';


[Message index]
 
Read Message
Read Message
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: Mon Sep 09 10:24:14 GMT 2024

Total time taken to generate the page: 0.05915 seconds