This topic contains 16 replies, has 5 voices, and was last updated by Thanh Nguyen Viet 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Hello Matiormx,
Regarding your question:
<blockquote>Date: DD-MM-AAAA</blockquote>
this code snippet is defined in the file:
templates/ja_teline_iv/blocks/topbar.php
so, please open this file, find and replace below code snippet:
[PHP]<p class=”ja-day clearfix”>
<?php
echo “<span class=”day”>”.JText::_(strtoupper(date (‘D’))).”</span>”;
echo “<span class=”month”>”.date (‘m’).”</span>”;
echo “<span class=”date”>”.date (‘d’).”</span>”;
echo “<span class=”year”>”.date (‘Y’).”</span>”;
?>
</p>[/PHP]
with this one:
[PHP]<p class=”ja-day clearfix”>
<?php
echo “<span class=”day”>”.JText::_(strtoupper(date (‘D’))).”</span>”;
echo “<span class=”date”>”.date (‘d’).”</span>”;
echo “<span class=”month”>”.date (‘m’).”</span>”;
echo “<span class=”year”>”.date (‘Y’).”</span>”;
?>
</p>[/PHP]
And about “Last Update” text and “Headline” text, you can find them in the language files of JA teline IV template and mod_janewsticker module
language/es-ES/es-ES.tpl_ja_teline_iv.ini
language/es-ES/es-ES.mod_janewsticker.ini
if these files are not exists, you need copy them from folder of english as guide of previous post
This topic contains 16 replies, has 5 voices, and was last updated by Thanh Nguyen Viet 12 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum