Viewing 2 replies - 1 through 2 (of 2 total)
  • pronexo

    (@pronexo)

    Install TopFlashEmbed plugin for swf support, after modify custom-banners.php and change
    this line:
    $html .= $banner->post_content;

    for this lines:
    $cadenavarchar = substr($banner->post_content, 0, 7);
    if($cadenavarchar=”[topswf”){

    $html .= do_shortcode($banner->post_content);

    }else{

    $html .= $banner->post_content;
    }

    Plugin Contributor richardgabriel

    (@richardgabriel)

    Hello!

    Following the above tip should work for you, so I will mark this resolved.

    We will look into extending functionality to process shortcodes inside our banners, as an option, in a future update — this will negate the need for the above code snippet.

    All the best,
    Richard

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Flash Banners?’ is closed to new replies.