-
AuthorPosts
-
unvacancier Friend
unvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
June 11, 2013 at 10:35 am #188149Hello,
Where can i translate in French the date YYYY-MM-DD to DD-MM-YYYY , “on” to “Le” and VIEWS to “vues” ?
I have two modules when i click on the link the article is in content but all the modules are kept on the homepage so my article is at the bottom.
Thanks (sorry for my poor english)
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 12, 2013 at 11:32 am #495633This way will help you change date and text on “Module Articles Category”
+ Change date to d-m-Y, see the screenshot
+ Change text:
Open templates/ja_mitius/html/mod_articles_category/features.php file
find
<?php if ($item->displayDate) : ?>
<span class="mod-articles-category-date">
<strong>on</strong><?php echo $item->displayDate; ?>
</span>
<?php endif; ?><?php if ($item->displayHits) :?>
<span class="mod-articles-category-hits">
<?php echo $item->displayHits; ?> views
</span>
<?php endif; ?>change to
<?php if ($item->displayDate) : ?>
<span class="mod-articles-category-date">
<strong>Le</strong><?php echo $item->displayDate; ?>
</span>
<?php endif; ?><?php if ($item->displayHits) :?>
<span class="mod-articles-category-hits">
<?php echo $item->displayHits; ?> vues
</span>
<?php endif; ?>
And latest your problem: In Joomla, if you want to view article individually, that article must be assigned to a menu item.
pls create a new menu item (or use an existing one) and assign article (or category that article belongs to) to this new menu item
and also make sure that you don’t assign any module to this menu item.
-
1 user says Thank You to Ninja Lead for this useful post
unvacancier Friendunvacancier
- Join date:
- May 2013
- Posts:
- 148
- Downloads:
- 9
- Uploads:
- 69
- Thanks:
- 18
- Thanked:
- 3 times in 1 posts
June 13, 2013 at 11:27 am #495779Thanks for replying with the good answer 😉
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by unvacancier 11 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum