Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Bjedd

    (@bjedd)

    Thanks.I just want to add this code for a link to the WP Admin sidebar. I looked into the plugin.php and found: add_action(‘admin_head’, array(&$this,’print_admin_css’));

    Sorry, I am not php savvy. How would I add this php snippet in? I have tried function, but I only get an error at line 86, $emember_auth=. I have placed it before the last );

    <?php
    $emember_auth = Emember_Auth::getInstance();
    $user_id = $emember_auth->getUserInfo(‘member_id’);
    if (!empty($user_id))
    {
    //User is logged in so add your conditional code here
    $membership_level_resultset = $emember_auth->userInfo->primary_membership_level;
    $home_page_url = $membership_level_resultset->loginredirect_page;
    //Do something with this URL
    }
    ?>

    Thanks,
    Bruce

    Thread Starter Bjedd

    (@bjedd)

    I also just tried an install on another server, and they do show there. I tried disabling all plugins, switching theme, but that left side where the “Add New” is supposed to be is just blank. Any other suggestion is greatly appreciated.

    Thread Starter Bjedd

    (@bjedd)

    I have a completely fresh install, but unfortunately neither the Templates tab nor the Signatures tab show any list. The Send email tab shows 2 drop down menus for Templates and Signatures (both are populated with “Default”, but nowhere do I see an “Add new” button for a list of templates or an ADD button next to a field name.

    Thread Starter Bjedd

    (@bjedd)

    Yes, there must be something. I re-imported the videos through a post, directly to the Media Manager, tried different shortcodes, but still no luck.

    Here’s a link: Test Page

    Thread Starter Bjedd

    (@bjedd)

    Kyle, I can’t tell you how great this is that you have implemented this. Only thing is I just don’t see the link anywhere. You say it should show up in the gallery popup, but I’m not seeing it. I need to create different galleries, so my shortcode looks like this:

    [KGVID gallery=”true” downloadlink=”true” gallery_include=”1470,1301″][/KGVID]

    it still works with an individual media placement without issue. I am also unclear what effect the WP Media settings have for the drop-down insert menu: “Single Video”, “Video Gallery”, and “WordPress Default”. I also have the “Insert download link below video” checked.

    Thanks.

    Thread Starter Bjedd

    (@bjedd)

    I have set the “include” in the media library, but no video shows. Can you include a screen shot of how that should look.

    Thread Starter Bjedd

    (@bjedd)

    Thanks. Even better, it looks like the gallery preview image allows “Download Linked File As” by right click.

    1) Is there a way to upload custom gallery preview image.
    2) Not all of the videos uploaded to media library are showing in the “Attach Media” drop down. Any suggestions appreciated?

    Thread Starter Bjedd

    (@bjedd)

    For me, I would like to be able to set the gallery settings from the editor, but the media button embed form is fine too, it just needs be able to insert a gallery and settings rather than only individual files. In addition, it would be great to have a playlist style gallery with ability to set thumbnails right or bottom. All videos need to have option for a download link…could be with the thumbnails or with the video template.

    So, if I understand you, for now if I want to create something that resembles a gallery with download links. I will need to insert each video separately and kind of of make my own gallery on the page?

Viewing 8 replies - 1 through 8 (of 8 total)