Results 1 to 10 of 127

Thread: Upgrade vShare 2.6 to vShare 2.7

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2007
    Posts
    2,202

    Default Re: Upgrade vShare 2.6 to vShare 2.7

    Quote Originally Posted by mule
    Oh, and when you switch to the black template, it displays the default vshare logo and watermark.
    Replace templates/css/black/images/logo.jpg

    Or if you need to use default logo, edit

    templates/css/black/black.css

    Find

    Code:
    #header h1 {
    	margin: 0px;
    	padding: 0px;
    	background: transparent url(./images/logo.jpg) no-repeat;
    	text-indent: -9999px;
    	float: left;
    	display: inline;
    }
    Replace with


    Code:
    #header h1 {
    	margin: 0px;
    	padding: 0px;
    	background: transparent url(../images/logo.jpg) no-repeat;
    	text-indent: -9999px;
    	float: left;
    	display: inline;
    }

  2. #2
    Join Date
    Sep 2010
    Posts
    1

    Default

    Quote Originally Posted by admin View Post
    Replace templates/css/black/images/logo.jpg

    Or if you need to use default logo, edit

    templates/css/black/black.css

    Find

    Code:
    #header h1 {
        margin: 0px;
        padding: 0px;
        background: transparent url(./images/logo.jpg) no-repeat;
        text-indent: -9999px;
        float: left;
        display: inline;
    }
    Replace with


    Code:
    #header h1 {
        margin: 0px;
        padding: 0px;
        background: transparent url(../images/logo.jpg) no-repeat;
        text-indent: -9999px;
        float: left;
        display: inline;
    }
    Can i use this script on a server that does not have ffmpeg installed?

    like i will just use to upload FLV videos and youtube.

    i will not use anyother video format inorder not to use conversion process.

  3. #3

    Default

    Quote Originally Posted by doramide7 View Post
    Can i use this script on a server that does not have ffmpeg installed?

    like i will just use to upload FLV videos and youtube.

    i will not use anyother video format inorder not to use conversion process.


    1. Uploading FLV files, need ffmpeg to create thumbnail.

    2. You can use remote upload if you don't have vshare requirements.

    Remote upload shows videos from youtube(no space or bandwidth needed).

Similar Threads

  1. Upgrade vShare v2.4 to vShare 2.5
    By admin in forum Announcements
    Replies: 52
    Last Post: 07-30-2012, 10:56 AM
  2. Upgrade vShare 2.5 to vShare 2.6
    By admin in forum Announcements
    Replies: 101
    Last Post: 09-18-2008, 08:18 PM
  3. :?: how to have a .php and .tpl for vShare
    By grynmoors in forum Template Modifications
    Replies: 2
    Last Post: 08-28-2008, 11:13 AM
  4. Now open phpmyadmin and run the install/vshare-upgrade-20070
    By olrac in forum Installation Support
    Replies: 4
    Last Post: 06-27-2007, 07:48 AM
  5. Upgrade vShare v1 to v2
    By admin in forum Announcements
    Replies: 0
    Last Post: 05-02-2007, 02:44 PM

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
  •