Quote:
Originally Posted by vbboarder
I installed both LDM 2.3.0-beta1 and VB 3.8-beta1 and reverted all LDM templates. LDM's general functions seem to be working properly, but I've haven't tested all functions or even tested thoroughly. Unfortunately, LDM's 2 best mods are not working correctly.
1. The inline 2.3.0 JWPlayer does not work with LDM 2.3.0 and VB 3.8 - the inline players do not even show up in both IE7 & FF2. So I reverted back to the 2.2.9 JWPlayer and debugged it. A temporary workaround is to substitute the ldm_get_entrybits function from LDM 2.2.9-post1 into the 2.3.0-beta1 /includes/local_links_include.php file. There's one change you need to do in that file to get JWPlayer to work - find $musicbox_seo and change it to: $musicbox_seo = ldm_seo_url("play", $linkcatid, $linkid, 0, $pagenumber);
I wouldn't be surprised if the ldm_get_entrybits substitution would cause some other feature not to function. Andrew, can you please let me know what code in that function I need to change in the 2.3.0-beta1 local_links_include.php so the JWPlayers can work correctly?
2. I can not get the 2.3.0 Shadowbox to work with LDM 2.3.0 & VB 3.8 in both IE7 & FF2. So I reverted back to the 2.2.9 Shadowbox and debugged it. A temporary workaround is to use the 2.2.9-post1 local_links_players.php file with LDM 2.3.0. There's one change you need to do in that file to get Shadowbox to work - change all occurrences (4) of $master_settings to $ldm_master_settings. Andrew, can I continue to use the 2.2.9-post1 local_links_player.php in the LDM 2.3.0 installation or will that cause some conflicts with other features?
|
I'm surprised by these reports, because these features were what I spent most time checking immediately before the release. I know that the inline player does not work with additional attributes, but both it and the shadowbox features were working fine with IE 7 and FF 3 with vb 3.7.
Anyway, I'll take another look and let you know what I find.