Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

How to find CSS files in Vanilla Environment?

This discussion was created from comments split from: Deploying a new forum and adding a theme (for everyone)*.

There was an error rendering this rich post.

Comments

  • Options

    I find the " forum/themes/stargate/design/css/ "
    But , I can't Edit any nglish Words.

    I want to edit word like a Discussions to Sinhala Word.
    So , how can I do it ??

    Please Help Me ?? @422 & @Chanux

  • Options
    peregrineperegrine MVP
    edited December 2013

    @Kistlak
    I can't Edit any English Words.

    @Chanux designed some themes for the add-ons and speaks your language, seems like he could provide you help.

    see your last question - via localization and definitions.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    peregrineperegrine MVP
    edited December 2013

    @Kistlak said:
    UnderDog & peregrine - Ok , Thank U Bro !!

    But , still i can't find anything to edit my Theme called Default theme.

    U know about it ??

    after you make a copy of the themes/default to themes/MyNewTheme.

    change the about.php
    
        $ThemeInfo['default'] = array(
           'Name' => 'Vanilla',
           'Description' => "The default theme for Vanilla.",
    

    to the name of your theme and folder.

    e.g. if your new theme is in folder themes/MyNewTheme

    change the about.php to

        $ThemeInfo['MyNewTheme'] = array(
           'Name' => 'My New Theme',
           'Description' => "This is my new theme",
    

    you can copy the /design folder and /views folder from themes/EmbedFriendly (or from other themes in the add-ons section). They will give you a base to work from.

    you can then modify

    themes/MyNewTheme/views/default.master.tpl

    and then modify css in

    themes/MyNewTheme/design/custom.css

    you can add elements you need that don't have "rules" by identfying the elements via firebug and add them or modify them in custom.css.

    you can also make a new favicon.png if you desire via an image or favicon editor (available on web).

    tutorial category perhaps @underdog.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    @peregrine - Ok , Thank U Very Much !! :D

    Are u Sri Lankan ??

  • Options
    peregrineperegrine MVP
    edited December 2013

    Are u Sri Lankan ??

    no, not last time i looked. I'm avian

    no, but Chanux is, it would be interesting if he gave you hand.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    Step away from the tree and put your fork down slowly.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    hbfhbf wiki guy? MVP
Sign In or Register to comment.