-
AuthorPosts
-
backway2 Friend
backway2
- Join date:
- November 2011
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
December 6, 2011 at 12:42 pm #171516How do I remove the ‘Last Update’ module on the top. I checked the modules however it is not a module, so I was wondering how to control this.
Regards! Stoyan
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
December 6, 2011 at 12:50 pm #428228Hi,
You remove this code from templatesja_teline_iiiblocksheader.php
<p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>
backway2 Friendbackway2
- Join date:
- November 2011
- Posts:
- 17
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
December 6, 2011 at 1:15 pm #428233Thanks, that’s great!
gemac Friendgemac
- Join date:
- March 2007
- Posts:
- 43
- Downloads:
- 236
- Uploads:
- 3
- Thanks:
- 16
- Thanked:
- 1 times in 1 posts
March 8, 2012 at 6:21 pm #442642But how u make this module work for multilanguage site Joomla 1.5.x.
I can change ‘Last update’ the sentence “last update | Actualizat’ in:
<p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>
But I want to display Last update for english and Actualizat from my language.Also for date module have same problem, the code is:
<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
</p>khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
March 9, 2012 at 3:30 am #442736<em>@gemac 306143 wrote:</em><blockquote>But how u make this module work for multilanguage site Joomla 1.5.x.
I can change ‘Last update’ the sentence “last update | Actualizat’ in:
<p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>
But I want to display Last update for english and Actualizat from my language.Also for date module have same problem, the code is:
<p class="ja-day">
<?php
echo "<span class="day">".date ('l')."</span>";
echo "<span class="date">, ".date ('M')." ".date ('d').date ('S')."</span>";
?>
</p>
</blockquote>
To help forum is clearly, you create a new thread for your new issue, please. We will help you. Thank you.AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by khoand 12 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove Last Update
Viewing 5 posts - 1 through 5 (of 5 total)