Go Back   BuyScripts Forums > vShare YouTube Clone > Template Modifications

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-22-2010, 04:25 AM
Junior Member
 
Join Date: Jul 2008
Posts: 8
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?
Reply With Quote
  #2 (permalink)  
Old 01-24-2010, 04:44 AM
Senior Member
 
Join Date: May 2007
Location: Planet Earth
Posts: 1,445
Default

Upgrading from 2.6 to 2.7 or 2.7 to 2.8Beta?
__________________
Please use the search feature before asking questions, many have been answered.
Please do not PM me. Ask in the forums so that everyone may benefit! Thx!

SCAVideos.com DF2Videos.com Rigidheddleweaving.com/videos
Reply With Quote
  #3 (permalink)  
Old 01-24-2010, 06:38 AM
Junior Member
 
Join Date: Jul 2008
Posts: 8
Default

Im on 2.7 now, i wont be upgrading to beta
Reply With Quote
  #4 (permalink)  
Old 01-24-2010, 06:40 AM
Senior Member
 
Join Date: May 2007
Location: Planet Earth
Posts: 1,445
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.
__________________
Please use the search feature before asking questions, many have been answered.
Please do not PM me. Ask in the forums so that everyone may benefit! Thx!

SCAVideos.com DF2Videos.com Rigidheddleweaving.com/videos
Reply With Quote
  #5 (permalink)  
Old 01-24-2010, 11:28 AM
Junior Member
 
Join Date: Jul 2008
Posts: 8
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.
Reply With Quote
  #6 (permalink)  
Old 01-24-2010, 10:53 PM
Senior Member
 
Join Date: May 2007
Location: Planet Earth
Posts: 1,445
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.
__________________
Please use the search feature before asking questions, many have been answered.
Please do not PM me. Ask in the forums so that everyone may benefit! Thx!

SCAVideos.com DF2Videos.com Rigidheddleweaving.com/videos
Reply With Quote
  #7 (permalink)  
Old 01-25-2010, 08:02 AM
Moderator
 
Join Date: Dec 2009
Posts: 38
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 09:23 AM.
Reply With Quote
  #8 (permalink)  
Old 02-02-2010, 11:32 PM
Junior Member
 
Join Date: Jul 2008
Posts: 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?
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 02:17 PM.


Powered by vBulletin. Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO