Version 2.3.1 Release

8 replies [Last post]
Joined: 03/29/2009
Points: 764

Version 2.3.1 Release

Joined: 03/29/2009
Points: 764

A new version with minor bug fixes is available:

http://wordpress.org/extend/plugins/all-in-one-video-pack/

Joined: 06/29/2009
Points: 1

Is this version of All in One Video Pack compatible with WordPress 2.8–de_DE?

I have installed the plugin successfully and can add videos to my postings. But I can't post a video comment, equal I am logged in or not.

The button-code in the all_in_one_video_pack.php (line 425) seems to be correct:

function kaltura_comment_form($post_id)
{
        $user = wp_get_current_user();
        if (!$user->ID && !KalturaHelpers::anonymousCommentsAllowed())
        {
                echo "You must be <a href=" . get_option('siteurl') . "/wp-login.php?redirect_to=" . urlencode(get_permalink()) . ">logged in</a> to post a <br /> video comment.";
        }
        else
        {
                $plugin_url = KalturaHelpers::getPluginUrl();
                $js_click_code = "Kaltura.openCommentCW('".$plugin_url."'); ";
                echo "<input type=\"button\" id=\"kaltura_video_comment\" name=\"kaltura_video_comment\" tabindex=\"6\" value=\"Videokommentar aufnehmen\" onclick=\"" . $js_click_code . "\" />";
        }

}

Is this a known bug or is it a problem caused by compatbility?

Joined: 03/29/2009
Points: 764

Hi,

It's a compatibility issue. Next version will be 2.8 compatible.

Joined: 07/13/2009
Points: 1

Any date/timeline on when a 2.8 compatible version will come out?

Joined: 08/14/2009
Points: 4

Any news about 2.8 compatible version ?

Joined: 03/29/2009
Points: 764

Hi,

It's in the works... we don't have an exact date yet, but shouldn't be more than a few weeks.

Joined: 10/08/2009
Points: 2

Is the compatible version released yet. Has it been tested.

Anybody installed it on 2.8.4 yet?

Any issues?

britsnet

Joined: 03/29/2009
Points: 764

Hi,

See my reply here