Keyword

Skin is not showing up

  • Jeff Johnson
  • Jeff Johnson's Avatar Topic Author
  • Offline
  • New Member
More
13 years 7 months ago #43273 by Jeff Johnson
Skin is not showing up was created by Jeff Johnson
Just installed the latest version for 1.7 and the skin is not showing up. Any ideas?

Also, how do you change skins.

Thanks.

Please Log in or Create an account to join the conversation.

More
13 years 7 months ago #43274 by c22sail
Replied by c22sail on topic Re: Skin is not showing up
I posted this earlier:

we need to look at how All Videos has there default skin setup.

This is found in /plugins/content/jw_allvideos/jw_allvideos/includes/js/mediaplayer/skins

Here you will find a folder called bekle. This is the default skin they are using and available from the skins download page at JW Player. What we need to do is copy our desired skin to the same location. For example, I have a new skin called myskin. I make a folder called myskin. Now there should be two folders, the original berkle and myskin.

Open All Videos Bekle folder up and note how it is laid out. There is a zip file, and the zip file has also been expanded so that all of the folders and files that are in the zip.

So here is what we have inside the bekle folder:

folder - controlbar
folder - display
folder - dock
folder - hd
folder - playlist
file - bekle.xml
file - bekle.zip

You will want to have the same folders and files for your new skin. So in the folder myskin we would see:

folder - controlbar
folder - display
folder - dock
folder - hd
folder - playlist
file - myskin.xml
file - myskin.zip

Now you are ready to switch over to your new skin.

Go to /plugins/content/jw_allvideos. You will find a file called jw_allvideos.php. I always make a backup of the file so I can get back to it if necessary.

You need to edit jw_allvideos.php. If you are using Dreamweaver this is about line 80. You are looking for the line that says:

$skin  = 'bekle';

Change it to:

$skin  = 'myskin';

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum