Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • browwwsers cybercafe Friend
    #197250

    http://safestamp.org/

    Please assist me in removing the dates

    Thank you
    Rekha.


    1. Clipboard08
    pavit Moderator
    #533043

    Hi

    Open this file templatesja_social_t3tplsblocksheader.php and find the code below

    <!-- //LANGUAGE SWITCHER -->
    <?php endif ?>
    <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::_('T3_TPL_LAST_UPDATE')?></span><em><?php echo SocialHelper::getLastUpdate(); ?></em></p>

    <?php if($this->countModules('ja-login')) : ?>
    <div id="ja-headtools" class="ja-headtools<?php $this->_c('ja-login') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('ja-login') ?>" />
    </div>
    <?php endif; ?>
    </div>
    </div>

    Remove the line

    <p class="ja-updatetime"><span><?php echo JText::_('T3_TPL_LAST_UPDATE')?></span><em><?php echo SocialHelper::getLastUpdate(); ?></em></p>

    so it will be

    <?php endif ?>
    <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>
    <?php if($this->countModules('ja-login')) : ?>
    <div id="ja-headtools" class="ja-headtools<?php $this->_c('ja-login') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('ja-login') ?>" />
    </div>
    <?php endif; ?>
    </div>
    </div>

    browwwsers cybercafe Friend
    #533173

    Hi ,
    I did not get through, Is it possible you can assist me in an easier way.
    I did not find the code.
    (Open this file templatesja_social_t3tplsblocksheader.php and find the code below)

    public_html/templates/ja_social/blocks/header.php
    This is all i have to work with.
    Username:
    Password:
    Thank you.

    pavit Moderator
    #533177

    Hi

    My solution above is for the t3 version of the template your website is running Joomla 2.5 on T3V2 so follow these steps

    Edit this file templatesja_socialblockstopbar.php essentially is the same modification i posted above

    remove this part of code from the file

    <p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>

    browwwsers cybercafe Friend
    #533355

    Thanks a million it works!!:):):):):)

    testcouch Friend
    #534183

    <em>@pavit 424505 wrote:</em><blockquote>Hi

    Open this file templatesja_social_t3tplsblocksheader.php and find the code below

    Remove the line

    <p class="ja-updatetime"><span><?php echo JText::_('T3_TPL_LAST_UPDATE')?></span><em><?php echo SocialHelper::getLastUpdate(); ?></em></p>

    hi pavit, how could i add for that removed code a new module position?

    pavit Moderator
    #534212

    Hi

    <blockquote>hi pavit, how could i add for that removed code a new module position?</blockquote>

    Try in this way change the code posted above

    <p class="ja-updatetime"><span><?php echo JText::_('T3_TPL_LAST_UPDATE')?></span><em><?php echo SocialHelper::getLastUpdate(); ?></em></p>

    To

    <p class="ja-updatetime"><jdoc:include type="modules" name="<?php $this->_p('newmodule') ?>" style="raw" /></p>

    newmodule will be the new position
    ja-updatetime will be the css class that need to be customized for the new module position in file custom.css

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

This topic contains 7 replies, has 3 voices, and was last updated by  pavit 10 years ago.

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