test
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • migors Friend
    #137293

    Hi everybody,
    1. Hot news module not ever shows text under title. Sometimes shows sometimes not?
    2. I publish in hot news module articles from different categories, so sometimes module first shows older articles?

    Can anybody from joomlaart crew help me?

    The jateline 2 still is the best news portal theme, but it needs to be improved

    Anonymous Moderator
    #287412

    Hi migors,

    I would like to anwser your questions as follows:

    1. Hot news module not ever shows text under title. Sometimes shows sometimes not?
    => I think you have changed or install some modules.For this reason, the module conflicted with other modules. Please send me your live url, admin account, Ftp account via PM so that i can help you to fix this issue.
    2. I publish in hot news module articles from different categories, so sometimes module first shows older articles?
    => Current this module will display the oldest articles. If you want to change this order, you can open helper.php file in modulesmod_ja_catslwi folder, at about line 146, find following script:
    [PHP]// query to determine article count
    $query = ‘SELECT a.*,cc.description as catdesc, cc.title as cattitle,s.description as secdesc, s.title as sectitle,’ .
    ‘ CASE WHEN CHAR_LENGTH(a.alias) THEN CONCAT_WS(“:”, a.id, a.alias) ELSE a.id END as slug,’.
    ‘ CASE WHEN CHAR_LENGTH(cc.alias) THEN CONCAT_WS(“:”, cc.id, cc.alias) ELSE cc.id END as catslug,’.
    ‘ CASE WHEN CHAR_LENGTH(s.alias) THEN CONCAT_WS(“:”, s.id, s.alias) ELSE s.id END as secslug’.
    ‘ FROM #__content AS a’ .
    ‘ INNER JOIN #__categories AS cc ON cc.id = a.catid’ .
    ‘ INNER JOIN #__sections AS s ON s.id = a.sectionid’ .
    ‘ WHERE a.state = 1 ‘ .
    ($noauth ? ‘ AND a.access <= ‘ .(int) $aid. ‘ AND cc.access <= ‘ .(int) $aid. ‘ AND s.access <= ‘ .(int) $aid : ”).
    ‘ AND (a.publish_up = ‘.$db->Quote($nullDate).’ OR a.publish_up <= ‘.$db->Quote($now).’ ) ‘ .
    ‘ AND (a.publish_down = ‘.$db->Quote($nullDate).’ OR a.publish_down >= ‘.$db->Quote($now).’ )’ .
    (($catid) ? ‘ AND cc.id IN (‘ . $catid . ‘) ‘ : ”).
    ‘ AND cc.section = s.id’ .
    ‘ AND cc.published = 1’ .
    ‘ AND s.published = 1’ .
    ‘ ORDER BY a.ordering’ .
    ‘ LIMIT ‘.$numelem;[/PHP]

    to change.

    Hope it helps.

    migors Friend
    #287503

    Hi thanks for replay, I send you mesage with ftp and acount information for http://www.domalaukums.lv via joomlart private mesaging.

    Thanks again!

    Anonymous Moderator
    #287571

    Hi migors,

    1.Hot news module not ever shows text under title. Sometimes shows sometimes not?
    => I am sorry but i can not find this issue.
    Please send me the screenshots to i could have closer look on the issue.

    migors Friend
    #287628

    Hi here is screenshots for problem. I have 5 hot topic items in 3 text is under title in 2 not. I tried everything 🙁


    1. hottopic1
    2. hottopic2
    Anonymous Moderator
    #287726

    HI migors,

    I fixed this issue.

    it is from your articles. Those articles which is not showing text under title have not <p> tag at the top of content.

    migors Friend
    #288447

    hi I canto understan what exactly sould I change in this code? I am not programmer. I psoted it instead of original but nothing happened 🙁

    migors Friend
    #289001

    Hi I still did not understood what should i change in code to make latest Hot topic articles show first?
    Sorry bothering you.

    mutiara Friend
    #289040

    Anyone can help me


    1. pro
    migors Friend
    #289042

    Can you describe it more?

    Anonymous Moderator
    #289337

    Hi mutiara,

    Please provide me your live url so that i could have closer look on the issue.

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

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

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