Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • jigmetobden Friend
    #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 Moderator
    #322863

    Hi jigmetobden

    I am checking your issues. I will update asap.

    Anonymous Moderator
    #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 Moderator
    #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.

    jigmetobden Friend
    #322917

    Ok, 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 Friend
    #338109

    hi,

    i am wondering is it possible to add date column in blog view links?? but how??

    pls have a look at attachment.


    1. 2010-03-28_235432
    Saguaros Moderator
    #338171

    Dear 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 Friend
    #338236

    hi, 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


    1. date-before-title
    Saguaros Moderator
    #338419

    Yes, 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

Viewing 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