Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Black Template on Vshare 2.7

  1. #1

    Default Black Template on Vshare 2.7

    I would like to know how I impliment the Black Template on the new 2.7 release to make it look like this: BizHat.com - Share Your Videos .

    I've gone into the /include/css/class.css.php File and took out the default here:

    Code:
    $valid_css = array(
    'default', 'black'
    );
    if (! in_array($css, $valid_css))
    {
    $css = 'default';
    }
    $_SESSION['CSS'] = $css;
    setcookie('CSS', $css, time() + 2592000); /* expire in 30 days */
    And replaced the 'default' to 'black' but the changes are not showing up. Here is my site VICTOR GARBER ONLINE MEDIA - Share Your Videos and I want the look of the bizhat site. How do I enable that?

    Thanks in advace.

    NWN

  2. #2
    Join Date
    Jan 2008
    Posts
    147

    Default

    Last edited by ramesh; 05-25-2009 at 08:53 AM.

  3. #3

    Default

    Quote Originally Posted by ramesh View Post
    See it this will help you


    I did that. But nothing is showing up.

    NWN
    Last edited by nowordneeded; 05-25-2009 at 08:56 AM.

  4. #4

    Default

    You have already set the black template as your default style

    VICTOR GARBER ONLINE MEDIA - Share Your Videos

    If you need the style switching again ,upload include/class.css.php file from your vShare zip file


    Check the following also

    vShare - How to set black as default style - vShare


    vShare - How to remove css style changing - vShare

  5. #5

    Default

    Quote Originally Posted by buyscripts View Post
    You have already set the black template as your default style

    VICTOR GARBER ONLINE MEDIA - Share Your Videos

    If you need the style switching again ,upload include/class.css.php file from your vShare zip file


    Check the following also

    vShare - How to set black as default style - vShare


    vShare - How to remove css style changing - vShare

    I've tried both, and still no change.

    Anything else I can try?

    NWN

  6. #6

    Default

    Well, I got it to go to the black template by following the instructions given. Though I didn't know about the fact you had to press the black button at the top of the page in order for it to do so.

    Then, once you log out of your computer and go back to the page, it's back to the white template. The black will not stay.

    Can anyone figure that one out?

    NWN

  7. #7

    Default

    On your site black template as your default style and its working fine here.

    Now you can remove the css style changing by editing header.tpl.

    Also you need to set the 777 permission for

    /home/obscurem/public_html/username/include/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/HTML

    Otherwise upload will not work properly.

  8. #8

    Default

    Quote Originally Posted by buyscripts View Post
    On your site black template as your default style and its working fine here.

    Now you can remove the css style changing by editing header.tpl.

    Also you need to set the 777 permission for

    /home/obscurem/public_html/username/include/htmlpurifier/HTMLPurifier/DefinitionCache/Serializer/HTML

    Otherwise upload will not work properly.
    I'll have to CHMOD that file. But I solved the whole issue of the black template always slipping out. I went into the /include/class.css.php file and just took out the default coding altogether. It worked.

    Thanks for the information though. Much appreciated.

    New question though, where is the moduleFrameTitle and moduleFrameDetails located? I want to change the colour in that field.

    NWN
    Last edited by nowordneeded; 05-26-2009 at 10:51 AM. Reason: needed to add something

  9. #9
    Join Date
    Jan 2008
    Posts
    147

    Default

    you can edit the templates/css/ style.css

  10. #10
    Join Date
    May 2009
    Posts
    21

    Default

    File to edit ; inc/class.css.php

    Find ;

    $valid_css = array(
    'default' , 'black'

    Change to ;

    $valid_css = array(
    'black'

Page 1 of 2 12 LastLast

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
  •