I've managed to set up this for the most part. But there is an issue with bbcode parsing in some special cases:
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 when using the [MEDIA] bbcode tag..
example post.
http://www.soundchilds.net/loud_loun...35&postcount=3
If I add the same [MEDIA] tag at member.php in a profile field that can take bbcode 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
My member.php calls the functions_bbcodeparse.php. Including the file got the img tags properly showing instead of plain url's (I have the image resize hack installed).
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