test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • timpennington Friend
    #177451

    I am developing a site with JA Opal, and am having trouble getting articles assigned to a Category to appear in the Section it is assigned. This is the second Opal site I’ve developed, and had no problem in the first one getting articles to appear in the Section>>Category they are assigned.

    Example, Section is “Fall Sports” and Category is “Football”; an article in the Football category should appear on the “Football” page which is assigned the “Football” Category under the “Fall Sports” section; I have other modules and items on the Football page, but when I write an article; it appears on the front of the page, but when I “READ MORE”, it opens to a page that has nothing else from the “Section” in it.

    For example:

    This is the football page: http://ihbraves.org/index.php?option=com_content&view=category&layout=blog&id=43&Itemid=83

    This article appears on the page, but when i select READ MORE, it opens to this:

    http://ihbraves.org/index.php?option=com_content&view=article&id=676:national-letter-of-intent&catid=43:football&Itemid=83

    And does not show the other modules are are supposed to be on the page; i.e. roster, schedule.

    I can’t figure out what I’m doing wrong

    Any help would be appreciated

    tp

    Sherlock Friend
    #454660

    Hi timpennington,

    you can open the file of templatesja_opalhtmlcom_contentcategoryblog_item.php look for this code
    [PHP]
    <a href=”<?php echo $this->escape($this->item->readmore_link); ?>” class=”readon<?php echo $this->escape($this->item->params->get(‘pageclass_sfx’)); ?>”>
    [/PHP]
    change it to
    [PHP]
    <a href=”<?php echo $this->item->readmore_link ?>” class=”readon<?php echo $this->escape($this->item->params->get(‘pageclass_sfx’)); ?>”>
    [/PHP]

    Let me know if it help !

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum