Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • sbst Friend
    #127817

    The module seems to work ok if I do not link to the articles.
    But when I set parameter “Linked Titles” to “Yes” the links simply take you nowhere.

    The link in the first scrolling article has this form (that anyway points to no where).
    /index.php?option=com_content&task=view&id=73&Itemid=1

    Starting the second article, it gets even weirder, all the links in the title of the articles would have this form. The Id is correct but all the path is totally broken, it takes you to a 500 error.

    /modules/mod_janewsflash/ja_newsflash/index.php?option=com_content&task=view&id=51

    Has anybody seen this problem?

    kajantek Friend
    #246610

    Just remove the slash ( / ) at the beginning… and start simply with index.php…..

    sbst Friend
    #246712

    Maybe I did not explain myself in the original post.
    When I set “Linked Titles” to “Yes” in the module parameters, the module automatically creates the links, not me.
    Then the links it creates are bogus.
    like

    http://www.<mydomain>/index.php?option=com_content&task=view&id= 73&Itemid=1

    For the first article and this form

    http://www.<mydomain>/modules/mod_janewsflash/ja_newsflash/index.php?option=com_content&task=view&id= 51

    For the rest of the links to the scrolling articles.
    The content id is correct. However as you can see links in this base (modules/mod_janewsflash, etc) take you no where.

    Where do you suggest me to take out the “/” in the module code?

    Thanks.

    kajantek Friend
    #246949

    I had the same problem and the same question, i really think the linked titles is not useless at all and has a problem or a bug…
    Anyway try to select all or just your title directly in your article and link it there… it should work

    aikonfuture Friend
    #250481

    I have the problem too. No solution for this bug ?

    adsoma Friend
    #267732

    I have the SAME PROBLEM

    JOOMLA 1.5.6
    Mod_janewsflash

    when you load the page the first news item’s title is linked correctly
    but the second one is linked something like:

    http://www.mysite.com/modules/mod_janewsflash/ja_newsflash/….section/category,,bla bla

    Sherlock Friend
    #267788

    Can you give us your live URL, any screenshot or more details of the problem will be helpful

    adsoma Friend
    #267855
    anderss Friend
    #268694

    <em>@nguoiabcd 76469 wrote:</em><blockquote>Can you give us your live URL, any screenshot or more details of the problem will be helpful</blockquote>
    With all respect, I think the problem is described in detail in the first post. It is also described in the JA Drimia Bugs thread in May, but still no solution. I’m not the whining type, but this stinks!

    Tired of waiting, I fixed the problem: on line 199 in ja_newsflashloader.php, replace the code

    $row->link_on = JRoute::_( 'index.php?option=com_content&task=view&id=' . $row->id );

    (which is the Joomla 1.0 way of redering links) to code

    $row->link_on = JRoute::_( 'index.php?option=com_content&view=article&id=' . $row->id );

    That works at least where I use sh404SEF, such as here: http://www.serveu.net
    If it does not work without SEF, at least I’ve given you a clue what the problem is.

    adsoma Friend
    #268720

    Thanks for you answer……THE DEVELOPERS NEVER ANSWER!!!!!!!

    THE bad news is ……doesn´t work for me………..

    Iam WAITING FOR ANSWERS SINCE ALMOST 1 WEEK

    Sherlock Friend
    #268812

    Hi
    sorry about late, I’m trying to fix, that is a big bug, please wait

    gregorw Friend
    #286749

    Any progress here?

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

This topic contains 12 replies, has 7 voices, and was last updated by  gregorw 15 years, 4 months ago.

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