Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • akwasi_c Friend
    #157678

    Currently, there is NO way(as far as I know) to change the order of the category list. The order of the list seems fixed although in categories manager I have ordered my categories the way I wanted. So how does JA news pro place the order in the list in the JA pro module and how can I re-arrange them so that they appear at the frontend the way I want them
    Thanks

    mx5gr Friend
    #367802

    You are correct! This happens to my installation and was in the top of my to-suggest list!

    zorroh Friend
    #367837

    this is old suggestion, but JA team cant find time to do this sorting option. with teline3 my friend made fix for that but that not working for teline4.. idea was that new articles what are posted comes first on frontpage: http://www.joomlart.com/forums/topic/ja-news-2-order-automatically-new-categories-to-be-first-on-front-page/#post-325540

    akwasi_c Friend
    #367840

    <em>@zorroh 209886 wrote:</em><blockquote>this is old suggestion, but JA team cant find time to do this sorting option. with teline3 my friend made fix for that but that not working for teline4.. idea was that new articles what are posted comes first on frontpage: http://www.joomlart.com/forums/topic/ja-news-2-order-automatically-new-categories-to-be-first-on-front-page/#post-325540</blockquote>

    Thanks Zorroh, but this is very important because if I can’t change the order because they may be coded, then at least JA team can help with a location and how to re-arrange them. For instance if I want to have my Ja-news-1 to follow this order: SPORT,TECHNOLOGY,WORLD,LIFE AND STYLE and so on, I CAN’T do that because in JA News Pro, the order is fixed as HEALTH,WORLD,TECHNOLOGY

    hariorama Friend
    #367928

    i wish something new:

    the news from frontpage news should go down to ja_news (like now) and from ja-news the articles should also go position after position automaticly to the right and down. this way you have always new content and categories below frontpage news.

    the way it is now, the item in the categories just below the frontpage news module stay for a long time the same, if you do not have new articles.

    Homepage Link


    1. telline
    splico123 Friend
    #367945

    Yeah that is very important and should be implemented if possible.

    ANOTHER THING which needs to be implemented i think and is also pretty important is the ACTIVATION or DEACTIVATION of Category LINKS, so if you want to show them as it is but not able to be pressed to follow on.

    Lets say you put seperator for the top title, and all other categories under it want linkable not the seperator too since it leads nowhere. I am trying to figure out how to disable link active on that part (part where it says WORLD i want deactivated as link, but want to keep europe, asia etc LINK ACTIVE)

    Sherlock Friend
    #368102

    Dear splico123,

    if you want to disbale link active on the category title you can try as following
    Go to the file of modulesmod_janewsprotmplyour_themeblog.php ,Looking for these codes
    [PHP] <?php if($showcattitle){?>
    <h2>
    <a href=”<?php echo $helper->cat_link[$secid];?>” title=”<?php echo trim(strip_tags($helper->cat_desc[$secid]));?>”>
    <span><?php echo $helper->cat_title[$secid];?></span>
    </a>
    </h2>
    <?php }?>[/PHP] You can remove the href tag here to this
    [PHP] <?php if($showcattitle){?>
    <h2>

    <span><?php echo $helper->cat_title[$secid];?></span>

    </h2>
    <?php }?>[/PHP] I hope this make sense !

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

This topic contains 7 replies, has 6 voices, and was last updated by  Sherlock 13 years, 11 months ago.

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