Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
Register FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-21-2003, 06:59 AM
Aaron1's Avatar
Aaron1 Aaron1 is offline
 
Join Date: Oct 2002
Location: Amsterdam
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Shoutbox Linebreak (<br>) removal?

It would be very handy if the shoutbox doesn't support or automatically removes linebreaks, just to prevent the shout get's enormous 'heights' on the forum home page.

Is this possible to do that with javascript or through PHP?

I have already set a maximum number of characters in the shoutbox. But that doesn't prevent people from doing something like this:

Hey
this
shoutbox
is
very
cool
thanks
for
that!


This type of shout really messes up my forumhome page...

Someone knows how to do that?
Thanks!

Aaron
Reply With Quote
  #2  
Old 08-22-2003, 07:54 AM
Aaron1's Avatar
Aaron1 Aaron1 is offline
 
Join Date: Oct 2002
Location: Amsterdam
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i did some investigation myself, and I think I found the right script for this, but i don't know how to combine it with the Shoutbox.php...

http://groups.google.com/groups?hl=n...com%26rnum%3D1

This is the script that should work:

PHP Code:
$foo = "This is
   a string with
   line breaks";

echo $string;

$bar = preg_replace ("/(\r?\n)/", "", $foo);

echo "\n\n";
echo $bar; 
But how do i combine this with the shoutbox script:

PHP Code:
$shout_text  = bbcodeparse($shout_text); 
Do i need to make a substring?
If someone is experienced with php, please give me a hand...
Reply With Quote
  #3  
Old 08-22-2003, 10:52 AM
pie pie is offline
 
Join Date: May 2003
Location: Devon, England
Posts: 226
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

try sticking this before that code

$shout_text = preg_replace ("/(\r?\n)/", "", $shout_text);
Reply With Quote
  #4  
Old 08-22-2003, 10:56 AM
Aaron1's Avatar
Aaron1 Aaron1 is offline
 
Join Date: Oct 2002
Location: Amsterdam
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool!
That works thanks alot!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:53 PM.


Powered by vBulletin® Version 3.9.0 Beta 2
Copyright ©2000 - 2017, vBulletin Solutions Inc.