Results 1 to 2 of 2

Thread: Fix Home Page Banner

  1. #1
    Join Date
    May 2010
    Posts
    1

    Default Fix Home Page Banner

    I just upgraded to the new version. My homepage banner (logo) was fine. But in the new version it looks corrupted. Can't see th bottom and it's been dramatically decreased in size. How do I fix it. The banner is fine, worked before, and I've reloaded it several times.

    Also, is it possible to renumber the channels since I've deleatd some of the older ones and add many new ones? I used the sort function but it doesn't help.

    How do I remove ALL watermarks?

    Maverick

  2. #2

    Default

    1.Connect the FTP and upload your logo in binary mode to templates/images folder.

    Also you need to adjust the width and height in style.css

    #header h1 a {
    display: block;
    width: SET LOGO WIDTH;
    height: SET LOGO HEIGHT;
    border: none;
    }


    2.You can edit and modify the channel by login into admin area

    Channel Management = > View Channels => edit


    3. Create new watemark logo and upload it to templates/images/watermark.gif

    If you don't want to show the watermark logo in the video player

    remove the following line from include/player.inc

    so.addVariable("logo","{$config['baseurl']}/templates/images/watermark.gif");

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
  •