Results 1 to 9 of 9

Thread: Forum Skin Design

  1. #1
    This could be Dangerous! Carl the Llama's Avatar
    Join Date
    May 2005
    Posts
    3,922
    Articles
    2
    Blog Entries
    6

    FFXIV Character

    Legendary Hero (Sargatanas)

    Default Forum Skin Design

    So I was wondering how it is you guys develop new forum skins, any tutorials you could possibly point me in the direction of?

    Thanks.

  2. #2
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Start with the default skin and modify it, would be my suggestion. You can do a lot by changing CSS and a few images.

    Try searching youtube for tutorials, if you need basic info.

  3. #3
    Strawberry Virus Recognized Member Marshall Banana's Avatar
    Join Date
    Apr 2005
    Location
    Los Angeles
    Posts
    7,769
    Articles
    1
    Blog Entries
    4
    Contributions
    • Former Developer
    • Site Design
    • Forum Design

    ichigo

    Are you using vBulletin?

  4. #4
    This could be Dangerous! Carl the Llama's Avatar
    Join Date
    May 2005
    Posts
    3,922
    Articles
    2
    Blog Entries
    6

    FFXIV Character

    Legendary Hero (Sargatanas)

    Default

    Quote Originally Posted by Marshall Banana View Post
    Are you using vBulletin?
    Thankfully so.

  5. #5
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    :monster:

    What version? Different versions of vBulletin work radically differently.
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  6. #6
    This could be Dangerous! Carl the Llama's Avatar
    Join Date
    May 2005
    Posts
    3,922
    Articles
    2
    Blog Entries
    6

    FFXIV Character

    Legendary Hero (Sargatanas)

    Default

    4.2.0

  7. #7
    Local Florist Site Contributor
    Recognized Member
    Aulayna's Avatar
    Join Date
    Oct 2005
    Location
    Sector 5 Slums
    Posts
    6,965
    Articles
    143
    Blog Entries
    28

    FFXIV Character

    Mayrissa Fablestay (Sargatanas)
    Contributions
    • Former Developer
    • Former Editor

    Default

    You can do a lot by just changing the colours in the stylesheet. For more advanced looking things the best thing to do is make a child style of the default template and then customize the child - for that you're looking at modifying the templates and plugins directly.

    It depends what you want to achieve really as to what you want to edit.

    EoFF for example is mostly just colour changes and settings changes with very few template edits.


  8. #8
    Very VIP person Tech Admin Rantz's Avatar
    Join Date
    Apr 2006
    Posts
    17,631
    Articles
    1

    Default

    Depends a bit on what kind of style you want and how heavily you want to edit it. The more changes you make in the actual templates, the more maintenance you will generally have to do after updating vBulletin. The easiest way to get started is usually to use the Style Generator in the admin panel to create a base with the colours you want. The next step is to edit Stylevars (Style Manager -> Style Variable Editor). Often it's apparent which variable to edit to get the change you want, but in the event that it's not, you will want to know a bit of HTML/CSS to be able to figure it out. I usually right click the element I want to change the look of, and click Inspect Element. This tells me some information about the CSS that is used to style the element, which I can then use to find the templates involved (using the Search Templates function), and whether I can change stylevars to get the effect I want. If I can't, I'll usually put CSS changes in the additional.css template instead, which is a template that's empty by default and meant for free customisation.

  9. #9
    Draw the Drapes Recognized Member rubah's Avatar
    Join Date
    Dec 2004
    Location
    Now Destiny is done.
    Posts
    30,653
    Blog Entries
    21
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I use firebug to edit the css in-browser. You can point it to local file references if you don't want to upload your pictures.

    as for learning how to do all that stuff, w3schools.com is pretty decent for html and css, and you can probably google or look on stackoverflow for everything else

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •