Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • nancybaker Friend
    #128519

    in JL 1.0 i see Item Title ( yes/no) but i used this mod for 1.5.3 i can’t see Item Title ( yes/no).
    how can i turn off Item Title of cat?
    thanks

    nancybaker Friend
    #249037

    and one question
    i can’t change the Style class ( scroll up, down, left, right or fade effect) it alway show scroll left.
    but i install quick start it okie.
    i don’ t know why?
    thanks

    justlovejoomla Friend
    #256946

    Seems no one answered this thread? (…many unanswered threads on this website)

    A solution to remove the header in janewsflash (only if you won’t want to use any headings for this module) – is to go to the module and make a small change to the php code.

    so: –
    1. open yoursitedirectory/modules/mod_janewsflash/ja_newsflash/janewsflashloader.php
    2. find this – around line 255 and remove a.title (hopefully underlined in this post)

    // query to determine article count
    $query = “SELECT a.id, a.introtext, a.fulltext , a.images, a.attribs, a.title, a.state”
    .”n FROM #__content AS a”
    .”n INNER JOIN #__categories AS cc ON cc.id = a.catid”
    .”n INNER JOIN #__sections AS s ON s.id = a.sectionid”
    .”n WHERE a.state = 1″
    . ( $noauth ? “n AND a.access <= ” . (int) $my->gid . ” AND cc.access <= ” . (int) $my->gid . ” AND s.access <= ” . (int) $my->gid : ” )
    .”n AND (a.publish_up = ” . $database->Quote( $nullDate ) . ” OR a.publish_up <= ” . $database->Quote( $now ) . ” ) “
    .”n AND (a.publish_down = ” . $database->Quote( $nullDate ) . ” OR a.publish_down >= ” . $database->Quote( $now ) . ” )”
    .”n AND a.catid = ” . (int) $catid
    .”n AND cc.published = 1″
    .”n AND s.published = 1″
    .”n ORDER BY a.ordering”
    ;

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

This topic contains 3 replies, has 2 voices, and was last updated by  justlovejoomla 16 years, 5 months ago.

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