I would like to have a simple couple of paragraphs on the homepage of my forum. 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.
5 posters

    I would like to have a simple couple of paragraphs on the homepage of my forum.

    avatar
    nosty
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    In progress I would like to have a simple couple of paragraphs on the homepage of my forum.

    Post by nosty Sun May 08, 2016 4:25 pm

    I know this question has probably been answered but I want to create a text box with a few paragraphs on the top section of the opening page of my forum. Is there a simple way of doing this in phpBB3? I am VERY new to forums so please forgive my ignorance.

    Regards,

    nosty
    Ape
    Ape
    Administrator
    Administrator


    Male Posts : 19315
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    In progress Re: I would like to have a simple couple of paragraphs on the homepage of my forum.

    Post by Ape Sun May 08, 2016 5:07 pm

    Hello could you please post your forum link here in the post and maybe a screen shot of where your like to add this so we can have some surt of clue to what your talking about Smile



    I would like to have a simple couple of paragraphs on the homepage of my forum. Left1212I would like to have a simple couple of paragraphs on the homepage of my forum. Center11I would like to have a simple couple of paragraphs on the homepage of my forum. Right112
    I would like to have a simple couple of paragraphs on the homepage of my forum. Ape_b110
    I would like to have a simple couple of paragraphs on the homepage of my forum. Ape1010
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51497
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: I would like to have a simple couple of paragraphs on the homepage of my forum.

    Post by SLGray Sun May 08, 2016 8:45 pm

    Do you mean the homepage message box?



    I would like to have a simple couple of paragraphs on the homepage of my forum. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    avatar
    nosty
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    In progress Re: I would like to have a simple couple of paragraphs on the homepage of my forum.

    Post by nosty Sat May 14, 2016 12:38 am

    Yes, SLGray, I found it once but i can't seem to find it again.
    Judai Yuki
    Judai Yuki
    Forumember


    Male Posts : 71
    Reputation : 4
    Language : english
    Location : Academia

    In progress Re: I would like to have a simple couple of paragraphs on the homepage of my forum.

    Post by Judai Yuki Sat May 14, 2016 4:52 am

    go to admin panel then click display and then click generalities under skins and once you click it you can set your homepage message
    I would like to have a simple couple of paragraphs on the homepage of my forum. Screen14
    I would like to have a simple couple of paragraphs on the homepage of my forum. Screen15
    avatar
    nosty
    New Member


    Posts : 6
    Reputation : 1
    Language : English

    In progress Re: I would like to have a simple couple of paragraphs on the homepage of my forum.

    Post by nosty Sat May 14, 2016 8:01 am

    Thanks everyone! A quick question would now be is there any way I can use a text box with a verticle slider there?

    my forum is at emotecontrol.american-forum.net Also, I would like to make my banner at the top of the page bigger but I could not find it in the CSS. Any quick advice?

    regards, nosty
    Rhino.Freak
    Rhino.Freak
    Helper
    Helper


    Male Posts : 1248
    Reputation : 104
    Language : English
    Location : Mumbai, India

    In progress Re: I would like to have a simple couple of paragraphs on the homepage of my forum.

    Post by Rhino.Freak Sat May 14, 2016 10:08 am

    nosty wrote:Thanks everyone! A quick question would now be is there any way I can use a text box with a verticle slider there?
    Just add the following code in your css. Adjust the max-height to your need if you wish.
    Code:
    .mes-txt {
        max-height: 300px;
        overflow-y: scroll;
    }

    nosty wrote:my forum is at emotecontrol.american-forum.net Also, I would like to make my banner at the top of the page bigger but I could not find it in the CSS. Any quick advice?
    The bigger your image is, the bigger will be the banner. Just use a bigger image.
    If you want to adjust the current image, it will be resized but the quality of the image will degrade.
    Use this code for resizing
    Code:
    #logo img {
        width: 1100px;
    }