-
AuthorPosts
-
janjak Friend
janjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
July 2, 2014 at 11:47 am #199362Hi !
Could any body tell me how to remove the “,” on the article header in What’s new? module on Muzic home page ?
You can see this on http://www.perchepoilus.com or on the screenshot…
Regards,
janjak
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 2, 2014 at 12:12 pm #540966HI
try this
Go to templatesja_muzichtmlcom_contentfeatureddefault_item.phpand find this code
<dd class="published">
<?php echo JText::sprintf('TPL_COM_CONTENT_PUBLISHED_DATE_ON', '<span>'.JHtml::_('date', $this->item->publish_up, JText::_('DATE_FORMAT_LC3')).'</span>'); ?>
</dd>replace it with
<dd class="published">
<?php echo JText::sprintf('TPL_COM_CONTENT_PUBLISHED_DATE_ON' '<span>'.JHtml::_('date', $this->item->publish_up, JText::_('DATE_FORMAT_LC3')).'</span>'); ?>
</dd>Let me know if it helps
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
July 3, 2014 at 7:37 am #541038Hi Pankajsharma,
Thank you for answering.
I’ve tried your code, but it gives a html syntax error and broke the site…Regards,
JanjakPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 3, 2014 at 7:43 am #541042HI ,
Can you PM me the admin credentials of your site . I will check it directly on your sitePankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
July 4, 2014 at 4:44 am #541155Hello @janjak
The credentials you are provided are not working . Anyway please try this for remove that ,Go to root
languageen-GBen-GB.tpl_ja_muzic
Find the code
TPL_COM_CONTENT_PUBLISHED_DATE_ON =", %s"
and change it into
TPL_COM_CONTENT_PUBLISHED_DATE_ON =" %s"
Let me know if it helps1 user says Thank You to Pankaj Sharma for this useful post
janjak Friendjanjak
- Join date:
- July 2012
- Posts:
- 95
- Downloads:
- 53
- Uploads:
- 37
- Thanks:
- 22
- Thanked:
- 4 times in 1 posts
July 4, 2014 at 1:57 pm #541190Hi !
Nice ! It works, but in fr-FR folder for me…
I have forgot that template has also it’s language file.
Regards !
JanjakAuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by janjak 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
What’s new module on home page
Viewing 6 posts - 1 through 6 (of 6 total)