Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • centralblues Friend
    #125729

    Please bear with me I’m new to joomla.
    The problem is in the Ja-New module when you click on Category link it goes to the content, but the Headline (ja news module) remains on the page and appears underneath. How do I keep this from appearing here??

    However if I was to click on a link in the headline (ie …read more) it works properly and the ja news module is gone.

    I’ve attached a pic of what is happening.

    thanks so much!

    oh and I’m using Joomla 1.0


    1. Screenshot_1
    Khanh Le Moderator
    #239776

    In your administration panel, goto module management, choose module JA News and allow it display only on Home (select in page parameter).

    centralblues Friend
    #239831

    I checked that but it was already set to only home. It still does it.

    thanks though. Any other options???

    Khanh Le Moderator
    #240193

    You could apply this fix to remove ja-news module in other page:

    Open your template index.php file, and search this line of code:


    <?php if ( mosCountModules("ja-news") ) {?>

    and modify to


    <?php
    global $option;
    if ( mosCountModules("ja-news") && $option == "com_frontpage") {?>

    jakobe75 Friend
    #283507

    mine does this too and this code did NOT fix the issue

    can we please have some documentation of how to use this module
    ?

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

This topic contains 5 replies, has 3 voices, and was last updated by  jakobe75 15 years, 11 months ago.

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