Is it possible to show forum widgets only on the homepage? 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.
2 posters

    Is it possible to show forum widgets only on the homepage?

    avatar
    NalaRoxy
    New Member


    Female Posts : 13
    Reputation : 2
    Language : English
    Location : America

    In progress Is it possible to show forum widgets only on the homepage?

    Post by NalaRoxy May 3rd 2014, 6:34 pm

    And if so, how? I'm still new to making widgets and your help is greatly appreciated.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Is it possible to show forum widgets only on the homepage?

    Post by Ange Tuteur May 5th 2014, 7:22 am

    Hello NalaRoxy,

    Could you please provide the following information ?


    • The version of your forum, or link to your forum
    • What column are your widgets on ? (left or right)
    avatar
    NalaRoxy
    New Member


    Female Posts : 13
    Reputation : 2
    Language : English
    Location : America

    In progress Re: Is it possible to show forum widgets only on the homepage?

    Post by NalaRoxy May 6th 2014, 12:29 am

    The version is phpBB2, the URL here, and I have my widgets on the left side.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13246
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    In progress Re: Is it possible to show forum widgets only on the homepage?

    Post by Ange Tuteur May 6th 2014, 5:24 am

    Many thanks Very Happy

    Here, please try the following :
    Display > Colors > CSS stylesheet

    Paste the code below and submit :
    Code:
    #left { display:none; }

    Next go to Display > generalities

    Paste the following into the homepage message and save :
    Code:
    <style type="text/css">#left { display:block; }</style>