-
AuthorPosts
-
Memotas Friend
Memotas
- Join date:
- July 2010
- Posts:
- 67
- Downloads:
- 103
- Uploads:
- 29
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
May 28, 2013 at 11:19 am #187800Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 29, 2013 at 8:07 am #494273You can follow my suggestion:
+ Open templates/ja_events/blocks/header.php file
from
<?php
// no direct access
defined ( '_JEXEC' ) or die ( 'Restricted access' );/*
# ------------------------------------------------------------------------
# JA T3 System plugin for Joomla 1.6
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com - http://www.joomlancers.com
# ------------------------------------------------------------------------
*/
?>
<?phpchange to
<?php
// no direct access
defined ( ‘_JEXEC’ ) or die ( ‘Restricted access’ );/*
# ————————————————————————
# JA T3 System plugin for Joomla 1.6
# ————————————————————————
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license – GNU/GPL, http://www.gnu.org/licenses/gpl.html
# Author: J.O.O.M Solutions Co., Ltd
# Websites: http://www.joomlart.com – http://www.joomlancers.com
# ————————————————————————
*/
?>
<div class="date_custom">
<?php
//echo "<span class="day">".JText::_(strtoupper(date ('D')))."</span>";
echo "<span>".date ('d')." </span>";
echo "<span>".date ('M')." </span>";
echo "<span>".date ('Y')." </span>";
?>
</div>
<?php+ Open templates/ja_events/css/template.css file
add new below script
.date_custom {
position: relative;
bottom: 12px;
background: black;
width: 80px;
padding-left: 10px;
color: white;
}
Remember to clear cache from Admin area after changing
1 user says Thank You to Ninja Lead for this useful post
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by Ninja Lead 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Ja Events Date
Viewing 2 posts - 1 through 2 (of 2 total)