Bug Report & Fix:
The JWPlayer Addons ? ldm_linkbit_create.php file I uploaded a few days ago has a bug where the inline players showed in VBA blocks but not in LDM category listings. Besides fixing that bug, there are other minor code changes so you should edit the JWPlayer Addons plugin hooked to ldm_linkbit_create: remove all of the old code in that plugin, and paste in all of the new code from the file. Make sure you use the right file ? I included both LDM 2.2.9 & 2.3.0 versions since Andrew added some new code/ variables to the 2.3.0 version.
Note: I updated my original post with a new zip file containing the new JWPlayer Addons ? ldm_linkbit_create.php file.
Bug Report & Fix:
I found another alignment problem when both the JWPlayers for Flash & Silverlight appear in the same row:
Fix: in the links_playerbit_JWwmPlayer template, FIND:
Quote:
<div id="ldmplayerdiv$player_id"></div>
|
.
REPLACE that with:
Quote:
<div style="float:$stylevar[left]"><div id="ldmplayerdiv$player_id"><a href="http://silverlight.net/GetStarted/">Get Silverlight</a> to see this player.</div></div>
|