-
AuthorPosts
-
modelc Friend
modelc
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
March 19, 2012 at 12:53 pm #175170How do i remove the last update time and date at top of page?
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 19, 2012 at 12:58 pm #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;
}1 user says Thank You to khoand for this useful post
modelc Friendmodelc
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
March 19, 2012 at 1:25 pm #444526Thanks much.
modelc Friendmodelc
- Join date:
- March 2012
- Posts:
- 18
- Downloads:
- 0
- Uploads:
- 11
- Thanks:
- 9
- Thanked:
- 1 times in 1 posts
March 19, 2012 at 2:08 pm #444535Okay this worked for just the home page, update time date still on rest of pages
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 19, 2012 at 3:01 pm #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>1 user says Thank You to khoand for this useful post
-
AuthorPosts
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