how can i remove the "Current date/time" from the top of the site? 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

    how can i remove the "Current date/time" from the top of the site?

    avatar
    drfawad
    Forumember


    Posts : 51
    Reputation : 0
    Language : english

    how can i remove the "Current date/time" from the top of the site? Empty how can i remove the "Current date/time" from the top of the site?

    Post by drfawad July 13th 2010, 12:24 am

    The "Current date/time" is displayed at the top of the site below the scrolling text, how can i remove it?
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

    Post by Darren1 July 13th 2010, 2:28 am

    Hello,

    this is only possible via template editing (Only punbb & phpbb2) ->
    Head to the template General > index_box then locate and remove this
    Code:
             {CURRENT_TIME}
    save & publish the template.
    avatar
    drfawad
    Forumember


    Posts : 51
    Reputation : 0
    Language : english

    how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

    Post by drfawad July 13th 2010, 4:49 pm

    isn't it possible in phbb3?
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

    Post by Darren1 July 14th 2010, 1:09 am

    No, sorry its not possible in phpbb3 to my knowledge.
    Master Marc
    Master Marc
    Hyperactive


    Male Posts : 3661
    Reputation : 47
    Language : English and Spanish.

    how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

    Post by Master Marc July 14th 2010, 3:52 am

    drfawad wrote:isn't it possible in phbb3?
    If your forum is phpBB3, then this should work.

    Code:
    .right, .rightside {
    display:none !important;
    }
    My forum is phpBB3, so this is child's play, Very good

    Edited :

    I forgot to tell you that you need to add the code to your CSS, Wink
    avatar
    drfawad
    Forumember


    Posts : 51
    Reputation : 0
    Language : english

    how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

    Post by drfawad July 15th 2010, 8:05 pm

    Master Marc wrote:
    drfawad wrote:isn't it possible in phbb3?
    If your forum is phpBB3, then this should work.

    Code:
    .right, .rightside {
    display:none !important;
    }
    My forum is phpBB3, so this is child's play, Very good

    Edited :

    I forgot to tell you that you need to add the code to your CSS, Wink
    Thanks but, it didn't work, i added it to the css style sheet, but no effect
    Master Marc
    Master Marc
    Hyperactive


    Male Posts : 3661
    Reputation : 47
    Language : English and Spanish.

    how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

    Post by Master Marc July 15th 2010, 9:42 pm

    drfawad wrote:Thanks but, it didn't work, i added it to the css style sheet, but no effect
    I noticed.

    Code:
    <p class="right rightside">Your last visit was on Wed 14 Jul 2010 - 23:14</p><p>Current date/time is Thu 15 Jul 2010 - 15:39</p>

    They started a new paragraph so if you use that CSS above, Your last visit was on Wed 14 Jul 2010 - 23:14 would not be displayed, TT
    avatar
    drfawad
    Forumember


    Posts : 51
    Reputation : 0
    Language : english

    how can i remove the "Current date/time" from the top of the site? Empty Re: how can i remove the "Current date/time" from the top of the site?

    Post by drfawad July 15th 2010, 9:51 pm

    Master Marc wrote:
    drfawad wrote:Thanks but, it didn't work, i added it to the css style sheet, but no effect
    I noticed.

    Code:
    <p class="right rightside">Your last visit was on Wed 14 Jul 2010 - 23:14</p><p>Current date/time is Thu 15 Jul 2010 - 15:39</p>

    They started a new paragraph so if you use that CSS above, Your last visit was on Wed 14 Jul 2010 - 23:14 would not be displayed, TT
    i have already removed the "our last visit was on Wed 14 Jul 2010 - 23:14" but now i wanna remove "Current date/time is Thu 15 Jul 2010 - 15:39"

    i used the code you mentioned above but its not working