Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • modelc Friend
    #175170

    How do i remove the last update time and date at top of page?

    khoand Friend
    #444520

    <em>@modelc 308608 wrote:</em><blockquote>How do i remove the last update time and date at top of page?</blockquote>
    Hi,
    You replace this code from /templates/ja_social/css/template.css

    #ja-topbar .ja-day {
    background: url(../images/sep-w.gif) no-repeat right center;
    display: block;
    float: left;
    margin-left: 15px;
    padding-right: 10px;
    }

    with

    #ja-topbar .ja-day {
    background: url(../images/sep-w.gif) no-repeat right center;
    display: none;
    float: left;
    margin-left: 15px;
    padding-right: 10px;
    }

    #ja-topbar .ja-updatetime {
    float: left;
    padding: 0 10px;
    }

    with

    #ja-topbar .ja-updatetime {
    float: left;
    padding: 0 10px;
    display: none;
    }

    modelc Friend
    #444526

    Thanks much.

    modelc Friend
    #444535

    Okay this worked for just the home page, update time date still on rest of pages

    khoand Friend
    #444544

    <em>@modelc 308631 wrote:</em><blockquote>Okay this worked for just the home page, update time date still on rest of pages</blockquote>
    You remove this code from templatesja_socialblockstopbar.php


    <p class="ja-day">
    <?php
    echo "<span class="day">".JText::_(strtoupper(date ('l')))."</span>";
    echo "<span class="date">, ".date ('m')." ".date ('d').date ('S')."</span>";
    ?>
    </p>
    <p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>

    modelc Friend
    #444596

    Thanks, now if i can figure out the other issue i am having i will be very happy

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  modelc 12 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum