What could possibly cause this:
If I add an url into a forum posting inside bbcode and it contains an ampersand the result looks like
Code:
http://www.soundchilds.net/backstage/play.php?band_id=29&song_id=24&mode=song_hifi
and gets parsed all ok ie. the media can be streamed.
example post.
http://www.soundchilds.net/loud_loun...35&postcount=3
If I add the same code at member.php (it calls same functions_bbcodeparse.php if it is of any meaning. Including it got the img tags properly showing instead of plain url's. I have the image resize hack installed) the url breaks at a few places and looks like
Code:
http://www.soundchilds.net/backstage/play.php?band_id=29& song_id=24&mode=song _hifi
example here:
http://www.soundchilds.net/loud_lounge/member.php?u=1
Is there anyone around with an idea what might cause the above difference in parsing? Where would be best start looking?
I'm running a vb v 3.0.3
Thanks for any ideas!
Best regards,
-Mika