Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • terence Friend
    #126933

    Hey Guys,

    Having a problem with JA News Module. Please see url : http://www.sinndustry.com

    no matter how i try changing the settings / cat id’s i cant get that module to display.
    I am using Joomla! 1.0.14, JA News module version 1.2.1.

    I have also applied this fix to the helper.php file :

    function getAllCatIds ($catorsec) {
    global $database;
    // $db =& JFactory::getDBO();
    if($catorsec){
    $query = “SELECT id FROM #__categories WHERE published = 1;”;
    }
    else{
    $query = “SELECT id FROM #__sections WHERE published = 1;”;
    }
    // $db->setQuery($query);
    $database->setQuery($query);
    $c = $database->loadObjectList();
    $catids = array();
    foreach($c as $_c) $catids[] = $_c->id;
    return $catids;
    }

    terence Friend
    #243236

    anyone >? Guys can someone please look at this ??

    cybatek Friend
    #243523

    Hello Terence

    I had a problem with the JA-News module too, here’s what I found (apologies if this is not the issue you had raised)

    I couldn’t actually figure out how the ‘top part’ (show headline) of the module worked – specifically I didn’t get where it was fed its info. The bottom part of the mod (Group by Categiory / Section) I had no problems with and had to do no special tweaking.

    With the top part, I finally realized it feeds from content items that are ‘front page published’ (I wrongly thought there must have been some sort of tie in to the Sections / Categories parameters that you feed in to the bottom part of the mod). So to get it all working sweet, all I did was publish various content items to the front page, but then I also had to modify the ‘menu item’ setting for ‘home’ to zero for ‘leading, intro, columns, and links’ – otherwise I’d have the content items appear on the frontpage as normal plus I’d have them appear in the Headline scroller.

    Good luck 😮

    lehoai Friend
    #243880

    I had look at your site but i didn’t see ja new on your site?

    terence Friend
    #244265

    <em>@lehoai 46703 wrote:</em><blockquote>I had look at your site but i didn’t see ja new on your site?</blockquote>
    yes you would not see it anymore cause i could not get the thing to work and removed it.

    teddirez Friend
Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 4 voices, and was last updated by  teddirez 16 years, 7 months ago.

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