-
AuthorPosts
-
November 5, 2009 at 5:45 pm #145783
I am having problems with the Menu Item “Press Room”.
1) It has the same specs as “Announcements” but when you click Press Room (Section Layout), the left column does not appear.
2) After you click Press Room, if you click the “ADC” in the list, the left column also doesn’t appear, the list also appears without date column, where we already select the date column to appear. And after you select any of the articles and try to go back to the previous section using the breadcrumbs, it appears a page error 404.
3) The Category List Table is not showing 100%.
4) We want to add JA-News and JA News Frontpage, it’s not possible.
Thank you.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 7, 2009 at 9:38 am #322863Hi jigmetobden
I am checking your issues. I will update asap.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 7, 2009 at 9:43 am #322864<blockquote>1) It has the same specs as “Announcements” but when you click Press Room (Section Layout), the left column does not appear. </blockquote>
=> I have checked The 2nd ADC module and saw that you have not assigned this module for Press Room yet.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 7, 2009 at 9:50 am #322865<blockquote>4) We want to add JA-News and JA News Frontpage, it’s not possible.</blockquote>
=> The ja-news position is not exist in this template. Please use the link: http://www.yourdomain.com/index.php?tp=1 to check all positions which are exist in your template. and then assing these modules to your idea.November 8, 2009 at 5:18 am #322917Ok, I understand now. Thank you.
Is there any findings on No. 2 and 3?
For No. 4, I have tried to add “JA-News”, but it didn’t work and I see that the template does not have a JA-News module, but it would help if you can let us know how to add that.
madeline63 Friendmadeline63
- Join date:
- January 2010
- Posts:
- 92
- Downloads:
- 0
- Uploads:
- 30
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
March 28, 2010 at 3:59 pm #338109hi,
i am wondering is it possible to add date column in blog view links?? but how??
pls have a look at attachment.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 29, 2010 at 4:36 am #338171Dear madeline63!
Please open the file: templatesja_teline_iiihtmlcom_contentsectionblog_links.php and templatesja_teline_iiihtmlcom_contentcategory
and find codes:
[PHP]
<a href=”<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug, $link->catslug, $link->sectionid)); ?>”>
<?php echo $this->escape($link->title); ?></a>
[/PHP]and replace:
[PHP]
<a href=”<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug, $link->catslug, $link->sectionid)); ?>”>
<?php echo $this->escape($link->title); ?></a> – <span> <?php echo JHTML::_(‘date’, $link->created, JText::_(‘DATE_FORMAT_LC4’)); ?></span>
[/PHP]Good luck
madeline63 Friendmadeline63
- Join date:
- January 2010
- Posts:
- 92
- Downloads:
- 0
- Uploads:
- 30
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
March 29, 2010 at 10:09 am #338236hi, tienhc (J.O.O.M Staff)
thanks a lot for your feedback, it works.
However, i am more concern on how to put the date column just before the title.just look like the attachment below.
thanks a lot
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 30, 2010 at 10:39 am #338419Yes, please replace them by the following :
[PHP]
<span> <?php echo JHTML::_(‘date’, $link->created, JText::_(‘DATE_FORMAT_LC4’)); ?></span> – <a href=”<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($link->slug, $link->catslug, $link->sectionid)); ?>”>
<?php echo $this->escape($link->title); ?></a>
[/PHP]Good luck
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 9 posts - 1 through 9 (of 9 total)This topic contains 9 replies, has 4 voices, and was last updated by Saguaros 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum