Page 3 of 3

PostPosted: Thu Dec 28, 2006 4:50 pm
Author: zenrei
sounds like it's not supported in your version

PostPosted: Thu Dec 28, 2006 10:48 pm
Author: doswald
"gffb";p="18560" wrote:You can always doit the way that is explained 4 posts up ^^^^


gffb thanks. it works in my version.

rgds,
doswald

PostPosted: Fri Dec 29, 2006 8:52 am
Author: IntegraMOD
NP.... <img>

Re: YouTube Video BBCode

PostPosted: Wed Feb 27, 2008 2:39 pm
Author: Verdugo
Is there a possibillity to integrate german youtube urls too ?

i give you an example...same video .. one searched by youtube.com .. one searched by youtube.de



[youtube:zggk6iwn]http://www.youtube.com/watch?v=b3HNX3JIS_o[/youtube:zggk6iwn]

[youtube:zggk6iwn]http://de.youtube.com/watch?v=b3HNX3JIS_o[/youtube:zggk6iwn]

My visitors are mostly germans... so everybody will search trough http://www.youtube.de and will get the links which not work.

Second problem is, that when i tapped the youtube button with IE the popup will apear .. and with firefox nothing happend. i edited my site to the trusted etc. but with firefox nothing poped up.

<img> can anyone help me ? THX in advance

Re: YouTube Video BBCode

PostPosted: Wed Feb 27, 2008 3:52 pm
Author: jomasaco
Try replace the code on includes/bbcode.php by this one

Don't forget to backup you original file


Code: Select all
      // [youtube]YouTube URL[/youtube] code..         $patterns[] = "#[youtube]http]{2,5}.)?youtube.com/watch?v=([0-9A-Za-z-_]{11})[^[]*[/youtube]#is";         $replacements[] = $bbcode_tpl['youtube'];

PostPosted: Thu Feb 28, 2008 11:34 am
Author: Verdugo
Thanx . that worked for me ^^

Does anybody use firefox.. the popup is not "popping" <img>
I searched the whole firefoxconfig .. found nothing :-/