-
AuthorPosts
-
browwwsers cybercafe Friend
browwwsers cybercafe
- Join date:
- September 2014
- Posts:
- 77
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
April 30, 2014 at 7:02 pm #197250pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
April 30, 2014 at 7:42 pm #533043Hi
Open this file templatesja_social_t3tplsblocksheader.php and find the code below
<!-- //LANGUAGE SWITCHER -->
<?php endif ?>
<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::_('T3_TPL_LAST_UPDATE')?></span><em><?php echo SocialHelper::getLastUpdate(); ?></em></p><?php if($this->countModules('ja-login')) : ?>
<div id="ja-headtools" class="ja-headtools<?php $this->_c('ja-login') ?>">
<jdoc:include type="modules" name="<?php $this->_p('ja-login') ?>" />
</div>
<?php endif; ?>
</div>
</div>
Remove the line
<p class="ja-updatetime"><span><?php echo JText::_('T3_TPL_LAST_UPDATE')?></span><em><?php echo SocialHelper::getLastUpdate(); ?></em></p>
so it will be
<?php endif ?>
<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>
<?php if($this->countModules('ja-login')) : ?>
<div id="ja-headtools" class="ja-headtools<?php $this->_c('ja-login') ?>">
<jdoc:include type="modules" name="<?php $this->_p('ja-login') ?>" />
</div>
<?php endif; ?>
</div>
</div>1 user says Thank You to pavit for this useful post
browwwsers cybercafe Friendbrowwwsers cybercafe
- Join date:
- September 2014
- Posts:
- 77
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 1, 2014 at 5:18 pm #533173Hi ,
I did not get through, Is it possible you can assist me in an easier way.
I did not find the code.
(Open this file templatesja_social_t3tplsblocksheader.php and find the code below)public_html/templates/ja_social/blocks/header.php
This is all i have to work with.
Username:
Password:
Thank you.pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 1, 2014 at 6:00 pm #533177Hi
My solution above is for the t3 version of the template your website is running Joomla 2.5 on T3V2 so follow these steps
Edit this file templatesja_socialblockstopbar.php essentially is the same modification i posted above
remove this part of code from the file
<p class="ja-updatetime"><span><?php echo JText::_('Last update')?></span><em><?php echo T3Common::getLastUpdate(); ?></em></p>
browwwsers cybercafe Friendbrowwwsers cybercafe
- Join date:
- September 2014
- Posts:
- 77
- Downloads:
- 0
- Uploads:
- 33
- Thanks:
- 4
- Thanked:
- 1 times in 1 posts
May 2, 2014 at 5:48 pm #533355Thanks a million it works!!:):):):):)
testcouch Friendtestcouch
- Join date:
- October 2013
- Posts:
- 155
- Downloads:
- 0
- Uploads:
- 45
- Thanks:
- 30
- Thanked:
- 9 times in 1 posts
May 8, 2014 at 12:30 pm #534183<em>@pavit 424505 wrote:</em><blockquote>Hi
Open this file templatesja_social_t3tplsblocksheader.php and find the code below
Remove the line
<p class="ja-updatetime"><span><?php echo JText::_('T3_TPL_LAST_UPDATE')?></span><em><?php echo SocialHelper::getLastUpdate(); ?></em></p>
hi pavit, how could i add for that removed code a new module position?
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
May 8, 2014 at 3:49 pm #534212Hi
<blockquote>hi pavit, how could i add for that removed code a new module position?</blockquote>
Try in this way change the code posted above
<p class="ja-updatetime"><span><?php echo JText::_('T3_TPL_LAST_UPDATE')?></span><em><?php echo SocialHelper::getLastUpdate(); ?></em></p>
To
<p class="ja-updatetime"><jdoc:include type="modules" name="<?php $this->_p('newmodule') ?>" style="raw" /></p>
newmodule will be the new position
ja-updatetime will be the css class that need to be customized for the new module position in file custom.css1 user says Thank You to pavit for this useful post
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 3 voices, and was last updated by pavit 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
remove wednesday 04th
Viewing 7 posts - 1 through 7 (of 7 total)