Control which vbA columns the WimpyButton and the JWPlayer media player are active

Use the vb plugin installer to upload vba-media.xml in the usual way.

An additional settings group will be shown on the Admin/Settings page, with two
boxes.

vba_media_JW_cols and
vba_media_WB_cols

Each contains a comma-separated list of vba column names (by default, these names
are left, center, right) in which the relevant inline player will be made active.

These settings temporarily over-ride the values set for inlineJWplayer_active and
inlineWimpy_active while processing the 'hot', 'hot_media', 'new', 'new_media' and 'random'
modules.

For example, with:

vba_media_JW_cols = "center" and
vba_media_WB_cols = "left"

the inline JWplayer will be used in the center column of vbA pages and the WimpyButton
will be used in the left column.  No inline media player will be shown in the right column.

By contrast, with:

vba_media_JW_cols = "" and
vba_media_WB_cols = "left, center, right"

the WimpyButton player will be used in all three columns.

Note that you must also install the JW-player-extensions 'extra' in order to make the inline
JWplayer available, and the wimpy-player/wimpybutton-mp3-plugin 'extra' to make
the WimpyButton available.  The vba-media 'extra' merely controls whether the other
extras are active or not.  Be aware, if you install both 'extras', it is not a good
idea to make them both active by default - you will get an unpredictable displays.
Choose one as your standard, and let the 'vba-media' extra change that setting as
required.

tested: 23.04.2009