-
AuthorPosts
-
micflic Friend
micflic
- Join date:
- December 2010
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 8 times in 1 posts
April 20, 2011 at 10:37 am #163002khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 20, 2011 at 7:04 pm #387326Hi,
You do following way:
– Remove this code from <joomla url>templatesja_teline_ivblockstopbar.php file
<p class="ja-day clearfix">
<?php
echo "<span class="day">".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>
– Add this code into <joomla url>templatesja_teline_ivblockstopmega.php file
<p class="ja-day clearfix" style="float:right">
<?php
echo "<span class="day">".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>
before
<div id="ja-topnav" class="clearfix">
micflic Friendmicflic
- Join date:
- December 2010
- Posts:
- 27
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 6
- Thanked:
- 8 times in 1 posts
April 21, 2011 at 7:52 am #387444are you sure that your solution should work? did you tried it? i tried – but nothing happens… any further idea? thx mic
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
April 21, 2011 at 9:13 am #387465Yes, I did, and it works.
– Maybe your default layout doesn’t load topbar. To load it, eidt default layout (Login backend, goto extensions–>template manager–>ja_teline_iv–>layout–>default layout), add this code
<block name="topbar" type="topbar"></block>
into
<blocks name="top" style="xhtml">
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by khoand 13 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
change date position
Viewing 4 posts - 1 through 4 (of 4 total)