Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    avatar
    Jut0z
    New Member


    Posts : 8
    Reputation : 0
    Language : English

    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by Jut0z June 15th 2010, 9:17 pm

    So i have a few questions that will make my forum as perfect as i want it!.

    So some info, i have phpBB2 btw.

    1.) Forum Customization.- Is there anyway I can change where the Avatar / Username is on the post section? By this i mean on their post it is Defaultly on the left side of their post, can i change it to the top of the post instead? And is there anyway i can move the, "Online, PM, Email" etc Buttons on the bottom of someones post?

    2.) Group Colors.- Is there a way i can change the colors of Admins / Moderator's username on the forums? For example it is usually blue, I'd like to change it to a Normal color and just use the ranks.

    3.) Custom HTML Pages.- What code would i use to get the body on an HTML that my portal, forum and other default pages have?

    4.) How do i make a Page that upon your first visit to the website, you must agree to the terms of service? (It would create a cookie so the next time you visit the website instead of getting the terms of service you would just go to the forum).
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Re: Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by MrMario June 16th 2010, 12:04 am

    For future help please ask two questions as its will get hard to help you with having more than 2 questions.

    1. No sorry.
    2. User & Groups // Groups // Click Modify (Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Editer) Change Color // Save
    3. Not sure what you are wanting here.
    4. Terms of Service is already in the registration. You can add your own by going to General // Additional Rules
    avatar
    Jut0z
    New Member


    Posts : 8
    Reputation : 0
    Language : English

    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Re: Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by Jut0z June 16th 2010, 12:09 am

    Thank you, and with the 3rd, I mean on a blank HTML Page with The Forum Header / Footer, How do i make it so that the place where the text will be, is a specific color, like grey for example.
    rblatch
    rblatch
    Active Poster


    Male Posts : 1042
    Reputation : 2
    Language : HTML & CSS (Learning)
    Location : Graphics Central

    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Re: Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by rblatch June 16th 2010, 12:23 am

    Code:
    html
    {
    background-color:grey;
    }

    I think that will do it Smile

    To get your header onto the page just use:
    Do you wish to use your forum header and footer ? // Yes

    Thanks,
    Rob
    avatar
    Jut0z
    New Member


    Posts : 8
    Reputation : 0
    Language : English

    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Re: Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by Jut0z June 16th 2010, 12:27 am

    Didnt work, All it said was "html
    {
    background-color:grey;
    }"

    on the page, and HTML is enabled.
    rblatch
    rblatch
    Active Poster


    Male Posts : 1042
    Reputation : 2
    Language : HTML & CSS (Learning)
    Location : Graphics Central

    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Re: Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by rblatch June 16th 2010, 12:35 am

    Lol

    OK.

    At the top of you HTML page put
    Code:
    <style>
    then paste that code I gave you bellow it, press enter to go to new line and put
    Code:
    </style>
    avatar
    Guest
    Guest


    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Re: Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by Guest June 16th 2010, 1:25 am

    <body bgcolor="gry">
    rblatch
    rblatch
    Active Poster


    Male Posts : 1042
    Reputation : 2
    Language : HTML &amp;amp; CSS (Learning)
    Location : Graphics Central

    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Re: Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by rblatch June 16th 2010, 2:11 am

    That won't work....
    avatar
    Guest
    Guest


    Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Empty Re: Forum Customization, Group Colors, Custom HTML Pages, Terms of Service.

    Post by Guest June 17th 2010, 4:32 pm

    Okay mark all your text and click this Forum Customization, Group Colors, Custom HTML Pages, Terms of Service. Backcolor