Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • theprofessor Friend
    #141634

    This is a Support Ticket for help from JA Staff.

    I have a problem with Menu Assignment. I cannot get modules to appear in main content articles.
    If I select “ALL”, the module appears. If I select everything except just one menu (ie FORUM), the module will not appear in main article content.

    Also, I have a module called “Latest Articles”. Because I already have it in User 5 position, I don’t want it to show twice on the Home Page, but I want it to show on all pages except the Forum.

    So…I want these modules to show on all pages (except FORUM):

    -Latest Articles
    -Latest Fanblogs

    Please help 🙂

    Anonymous Moderator
    #306624

    Hi

    I checked your website and saw that this module is working right.

    did you fix this issue?

    theprofessor Friend
    #306625

    No, it is not working.

    If you go to the home page, http://www.sypfantasyhockey.com and click on one of the articles in the body section, you will see that the modules are not showing up on the page.

    questbg Friend
    #306626

    Hi JA Developer

    No, he hasn’t fixed this problem!

    If you got to the front page, and click on an article (for instance ‘Welcome to the *NEW* SYP’) you will see that all the modules in the right hand column have disappeared.

    Even though the Modules are selected to appear on ‘All’ menu assignment, they are not appearing on the article pages?

    I hope you can fix this as I couldn’t help!

    Thanks
    Chris

    questbg Friend
    #306627

    Sorry Prof … see you and I were keyboarding at the same time!!! 😀

    theprofessor Friend
    #306628

    <em>@questbg 131143 wrote:</em><blockquote>Sorry Prof … see you and I were keyboarding at the same time!!! :D</blockquote>

    LOL, no worries mate…thanks for looking out 🙂

    This problem is driving me nuts. :((

    Anonymous Moderator
    #306631

    Hi theprofessor

    I fixed this issue.

    Please check it again.

    Anonymous Moderator
    #306632

    Open components/com_content/helpers/route.php file, at about line 49, find following code:
    [PHP]
    if($item = ContentHelperRoute::_findItem($needles)) {
    $link .= ‘&Itemid=’.$item->id;
    } ;[/PHP]

    and change to:

    [PHP]if($item = ContentHelperRoute::_findItem($needles)) {
    $link .= ‘&Itemid=’.$item->id;
    } else {
    $link .= ‘&Itemid=1’;
    }[/PHP]

    theprofessor Friend
    #306686

    Thank-you! Very much appreciated 🙂 🙂

    theprofessor Friend
    #307390

    Unfortunately I didn’t look close enough.

    This problem is not fixed.

    Unfortunately, it is worse:

    -JA Slideshow and module in User 5 position is appearing on almost all pages
    -When user logged in cannot open any articles
    -Cannot dislpay any modules on some pages

    Help please… :((

    dennisnielsen Friend
    #345090

    Hello

    Was this problem ever solved?

    I also tried the recommended solution, but without any luck.

    Thanks
    D

    Don Lee Friend
    #345489

    <em>@dennisnielsen 180430 wrote:</em><blockquote>Hello

    Was this problem ever solved?

    I also tried the recommended solution, but without any luck.

    Thanks
    D</blockquote>
    I’ve just visited your site but it seem it’s down.

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

This topic contains 12 replies, has 5 voices, and was last updated by  Don Lee 13 years, 11 months ago.

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