• Forum
  • Doc
  • Screenshots
  • Download
  • Donate
  • Contributors
  • Contact
  • Follow @phpfreechat
  • DEMO
  • Board index ‹ Version 1.x branch ‹ Feature Requests (v1.x)
  • Change font size
  • FAQ
  • Register
  • Login

Trimming White Spaces in Nicknames.

This forum is now locked as we will no longer be developing the v1.x branch

Moderators: OldWolf, re*s.t.a.r.s.*2

Topic locked
2 posts • Page 1 of 1

Postby JoeHaley » Fri Mar 10, 2006 4:58 pm

Nicknames with spaces can cause issues.

I will represent white spaces with underscosed in this example:

"Joe_Haley" could be my nickname.
"Joe__Haley" could validly be someone elses nickname, yet because only one white space is shown, they both appear as:
"Joe_Haley"

This has led to some people taking advantage of this, and esentally "spoofing" someone elses nickname.

Can you please correct this? possibly by ither Trimming ALL White spaces in nicknames, or replaceing all white spaces with non-breaking spaces (html:  )
JoeHaley
New member
 
Posts: 1
Joined: Mon Mar 06, 2006 3:02 am
Top

Postby phpfreechat » Fri Mar 10, 2006 5:50 pm

Thank you for the report, I just fixed this problem in pfc subversion repository.

To fix it in your local chat installation, you can apply this patch:

Code: Select all
Index: themes/default/templates/style.css.tpl.php
===================================================================
--- themes/default/templates/style.css.tpl.php  (révision 351)
+++ themes/default/templates/style.css.tpl.php  (copie de travail)
@@ -69,7 +69,6 @@
   padding: 0;
   margin-left: 8px;
   margin-right: 8px;
-  white-space: nowrap;
 }
 div#<?php echo $prefix; ?>online li {
   border-bottom: 1px solid #DDD;
@@ -187,3 +186,7 @@
 div#<?php echo $prefix; ?>color {
   display:none;
 }
+
+.<?php echo $prefix; ?>nickmarker {
+  white-space: pre;
+}
phpfreechat
Site Admin
 
Posts: 2657
Joined: Tue Feb 07, 2006 3:35 pm
Location: France
Top


Topic locked
2 posts • Page 1 of 1

Return to Feature Requests (v1.x)

Who is online

Users browsing this forum: No registered users and 3 guests

  • Board index
  • The team • Delete all board cookies • All times are UTC + 1 hour
Powered by phpBB® Forum Software © phpBB Group
cron
Sign in
Wrong credentials
Sign up I forgot my password
.
jeu-gratuit.net | more partners
Fork me on GitHub