Remove -  "Current Date/Time" & "Your Last Visit"  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

    Remove - "Current Date/Time" & "Your Last Visit"

    avatar
    CRYPTO
    Forumember


    Posts : 28
    Reputation : 0
    Language : english

     Remove -  "Current Date/Time" & "Your Last Visit"  Empty Remove - "Current Date/Time" & "Your Last Visit"

    Post by CRYPTO December 4th 2010, 9:07 am

    is it possible to remove the "Current Date/Time" & "Your Last Visit" that is just above the category frame ?

    can someone tell me how to do that ? thanks

    version - phpBB3 (prosilver)

     Remove -  "Current Date/Time" & "Your Last Visit"  Dateti10
    Liamsavrii
    Liamsavrii
    New Member


    Posts : 14
    Reputation : 0
    Language : English

     Remove -  "Current Date/Time" & "Your Last Visit"  Empty Re: Remove - "Current Date/Time" & "Your Last Visit"

    Post by Liamsavrii December 4th 2010, 4:43 pm

    I want to know this as well, except for phpBB2

    *friendly bump as well* Smile
    avatar
    Guest
    Guest


     Remove -  "Current Date/Time" & "Your Last Visit"  Empty Re: Remove - "Current Date/Time" & "Your Last Visit"

    Post by Guest December 4th 2010, 5:06 pm

    Add this to your CSS, for PHPBB3:
    Code:

    p.rightside {
       display:none;
       }
    .main-content p {
       display:none;
       }

    For PHPBB2 you can remove it from the templates :
    ACP - Display - Templates - General - Index_box:
    Code:
    <!-- BEGIN switch_user_logged_in -->
             <span class="gensmall">{LAST_VISIT_DATE}<br />
             {CURRENT_TIME}<br />
             </span>
             <!-- END switch_user_logged_in -->
    avatar
    CRYPTO
    Forumember


    Posts : 28
    Reputation : 0
    Language : english

     Remove -  "Current Date/Time" & "Your Last Visit"  Empty Re: Remove - "Current Date/Time" & "Your Last Visit"

    Post by CRYPTO December 4th 2010, 7:46 pm

    Gangstar15 wrote:Add this to your CSS, for PHPBB3:
    Code:

    p.rightside {
       display:none;
       }
    .main-content p {
       display:none;
       }




    code does remove --> Your last visit was on Sat 4 Dec 2010

    but does not remove --> Current date/time is Sat 4 Dec 2010

    i changed the code from rightside to leftside

    but it didn't work

    any further suggestions on how to remove the current date time ? thanks





    avatar
    CRYPTO
    Forumember


    Posts : 28
    Reputation : 0
    Language : english

     Remove -  "Current Date/Time" & "Your Last Visit"  Empty Re: Remove - "Current Date/Time" & "Your Last Visit"

    Post by CRYPTO December 6th 2010, 3:30 am

    is the "main content" code the one that suppose to remove the Current date/time ?

    if it is....it's not working

    can anyone help me with this ?