Results 1 to 8 of 8

Thread: Watermark doesnt show on black template

  1. #1

    Default Watermark doesnt show on black template

    So i removed the default template totally as the white one looked very odd after upgrading. I also installed JW player but ever since then, the watemark (
    Code:
    http://aloudsound.net/templates/images/watermark.gif
    ) that should be on the video is not showing up.

    Also note, to get my header logo to show, i had to upload my logo through the ftp under /templates/css/black/images as when i did it through admin, under /templates/images the default kept showing and wouldnt change to my one.

    This is my player.inc file, is there somethin i need to change?

    Code:
    <?php
    
    $displayheight = $config['player_height'] - 20;
    
    $vshare_player = <<<EOT
    
    <script type="text/javascript" src="{$config['baseurl']}/player/swfobject_1.5.js"></script>
    
    <p id="vshare_player">
        <a href="http://www.adobe.com/go/getflashplayer">
            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
        </a>
    </p>
    
    <script type="text/javascript">
    var so = new SWFObject("{$config['baseurl']}/player/player.swf","vshare_player","$config[player_width]","$config[player_height]","8");
    so.addParam("allowfullscreen","true");
    so.addVariable("file","{$file}");
    so.addVariable("image","{$video_thumb_url}/thumb/{$video_folder}{$video_id}.jpg");
    so.addVariable("logo","{$config["baseurl"]}/templates/images/watermark.gif");
    so.addVariable("link","{$config["http://aloudsound.net/"]}");
    so.addVariable("linktarget","_blank");
    so.addVariable("width","{$config['player_width']}");
    so.addVariable("height","{$config['player_height']}");
    so.addVariable("displayheight","$displayheight");
    so.addVariable("overstretch", "true");
    so.addVariable("autostart", "{$config['player_autostart']}");
    so.addVariable("bufferlength", "{$config['player_bufferlength']}");
    so.write('vshare_player');
    </script>
    
    EOT;
    or is it another file?

  2. #2
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    Upgrading from 2.6 to 2.7 or 2.7 to 2.8Beta?
    If it's not fun, stop doing it!

  3. #3

    Default

    Im on 2.7 now, i wont be upgrading to beta

  4. #4
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    I'm currently putting 2.8Beta in a test location. Everything seems to be working ok *except* for the video conversion. I had to use the one from 2.7. I keep getting parse errors on 2.8Beta when converting. I put in a support ticket. I would not suggest that anyone upgrade to 2.8Beta on a live site.

    I am also sending them my suggestions for tweaks/bugs.
    If it's not fun, stop doing it!

  5. #5

    Default

    Umm ok, *trying not to sound ungrateful* but how does that help me?

    How can i get the watermark to show in the black template on 2.7 if anyone knows, surely im not the only one to have the black one.

  6. #6
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default

    You mentioned BETA so in case anyone is reading this, I thought it a good idea to mention NOT to put BETA on a live site. I thought you went from 2.7 upgrading to 2.8 and then went back to 2.7. My bad, I misunderstood you.

    So, with that, I am assuming you have upgraded from 2.6 to 2.7.

    You also mention installing some kind of JW player. JW player comes with vShare. Try putting in the default one that comes with vShare. If the watermark shows up then you know it's something to do with your installation of the other player. I would contact the support/help files for that player or maybe the version of the player you're trying to use is not compatible with vshare 2.7.

    I'm not sure what all you've tried so far so here's what I know. Not sure if this will help or not but thought I'd mention it:

    The templates from 2.6 are not compatible with 2.7.

    I would re-upload all the files from a fresh download of the full version of 2.7 after upgrading. Doesn't hurt to do this. Any time my site goes a little wonky, I find that re-uploading fixes stuff.

    Here's what I did...I installed 2.7 in a test area. I worked on the templates. Then, on my live site, I did the upgrade from 2.6 to 2.7 and then uploaded the templates I worked on previously. When I did this, I had no problems with the watermark.gif showing up and all my videos and users was in tact.

    See if re-uploading a full version of 2.7 over your existing files fixes the issue.

    For the image location of your logo or site banner, that's in the CSS. The path to the logo file probably needs to be change there. In effect, you're making the CSS match the image location rather than making the image location match the CSS (by uploading a copy of the image to another directory). I have never been able to get the "upload logo" and "upload watermark.gif" thing in the admin panel to ever work in any version in vShare, I just do that via FTP. It's probably a permissions issue.
    If it's not fun, stop doing it!

  7. #7
    Join Date
    Dec 2009
    Posts
    71

    Default

    FilmShare - Share Your Videos using vshare2.8 beta version,is working fine with video conversion.
    may be you are using diffrent mencoder version,please contact ftp, vshare login details.

    please open a support ticket at http://helpdesk.buyscripts.in/open.php

    Last edited by vshare; 01-25-2010 at 10:23 AM.

  8. #8

    Default

    Still defo doesnt work in the black template. I reverted back to vshare's player from 2.7 which the watermark showed up in right away. However reinstalling jw player, it does not show, only the JW player logo shows near the start of the video.

    How do i change it to show mine?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •