Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

BUG in shoutbox

Asked Modified Viewed 1,565 times
J
jjyjjy
J
jjyjjy 10
  • Newbie, joined since
  • Contributed 7 posts on the community forums.
  • Started 3 threads in the forums
  • Started this discussions
asked
Newbie

I found a bug in shoutbox.

If your locale set as English, I think no problem.
But, if you change your locale to Chinese, that is a big problem. Some mess code will display in your shoutbox, the reason is line-break format error.

I have solved this problem

replace

parsesmileys($data['shout_message'])

with

parsesmileys(str_replace("<br>", "", $data['shout_message']))

in infusions/shoutbox_panel.php line 80

this change is not only for Chinese Site, but also for English or others, I strongly suggest you modify it.:D
0 replies
There are no post found.

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet