Page 2 of 2

Re: Bug in map Iceland?

Posted: 02 Jun 2015 07:59
by LA-MJ
I don't have phpBB installation if that's what you asked. Although I did look at their docs so it should work.

The embed code and regex is from my personal project and works 100%. Although may not work for <IE9 (no html5 video) but I don't care personally

Re: Bug in map Iceland?

Posted: 02 Jun 2015 09:20
by plykkegaard
No I meant, is it tested on firefox, chrome, ie, mobile (iphone/android)?

Re: Bug in map Iceland?

Posted: 02 Jun 2015 11:51
by LA-MJ
I don't ever test IE. You'll have to try that yourself.

FF/Chrome/Safari is tested so I see no reason for that not to work on Android/IOS. Unless the phone is 10 years old or something.

Re: Bug in map Iceland?

Posted: 02 Jun 2015 12:06
by Kjarbarey
LA-MJ wrote:You could also use protocol-relative url (//) but I feel https is the way to go. Same thing applies to ditching flash.
Youtube might serve their website over https, but I'm almost certain that the videos themselves aren't actually encrypted, so I don't see what the difference would be.

Re: Bug in map Iceland?

Posted: 02 Jun 2015 18:57
by LA-MJ
you would see warnings about insecure content if that was the case

Re: Bug in map Iceland?

Posted: 02 Jun 2015 19:13
by martinusK
I love how noone really cared about the bug, they're just arguing over some forum scripts :lol:

Re: Bug in map Iceland?

Posted: 02 Jun 2015 19:19
by LA-MJ
Well... we have quite a few mods that are eager to do the job. I'm sure they will split the topic soon.

EDIT: oh and it seems to me this topic is misplaced as well.

Re: Bug in map Iceland?

Posted: 08 Jun 2015 15:35
by rayden
I've found another bug in Iceland, in a toll south of Reykiavik. Going south the toll on the right has the gate inverted, so if happens to enter the one in the left it has 2 barriers and only one opens. The only way to escape of that trap it's to wait for an IA car to use the one in the right to open the gate on the left. Sorry forgot to take photos but it's easy to find as it's the only toll gate on that area.

Re: Bug in map Iceland?

Posted: 09 Jun 2015 18:14
by plykkegaard
LA-MJ wrote:The embed code and regex is from my personal project and works 100%.
Consider a link like this ....

Code: Select all

[youtube]http://www.youtube.com/watch?v=FXXydlEArMc&feature=youtu.be&t=15[/youtube]
Sorry ;-)


EDIT: Topic splitted and relevant bug report stuff merged with topic "Traffic and map issues in Iceland", bb code discussion moved to off-topic with new title
Thanks

Re: Bug in map Iceland?

Posted: 04 Jul 2015 08:44
by LA-MJ
plykkegaard wrote:
LA-MJ wrote:The embed code and regex is from my personal project and works 100%.
Consider a link like this ....

Code: Select all

[youtube]http://www.youtube.com/watch?v=FXXydlEArMc&feature=youtu.be&t=15[/youtube]
Sorry ;-)
AND? It will work if you remove the strict end match. My project actually uses oembed to get the right code straight from youtube. I was just simplifying here. It does not matter anyway since BB code does not support regex. The only thing you convinced me of here is that phpBB sucks.