-
AuthorPosts
-
April 23, 2008 at 12:41 am #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=1Starting 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 Friendkajantek
- Join date:
- April 2008
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 26
- Thanked:
- 1 times in 1 posts
April 23, 2008 at 8:48 pm #246610Just remove the slash ( / ) at the beginning… and start simply with index.php…..
April 24, 2008 at 4:21 pm #246712Maybe 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.
likehttp://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 Friendkajantek
- Join date:
- April 2008
- Posts:
- 88
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 26
- Thanked:
- 1 times in 1 posts
April 26, 2008 at 9:27 pm #246949I 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 workMay 25, 2008 at 12:37 pm #250481I have the problem too. No solution for this bug ?
adsoma Friendadsoma
- Join date:
- September 2007
- Posts:
- 103
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 12
- Thanked:
- 3 times in 2 posts
August 28, 2008 at 5:51 pm #267732I have the SAME PROBLEM
JOOMLA 1.5.6
Mod_janewsflashwhen 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 29, 2008 at 4:32 am #267788Can you give us your live URL, any screenshot or more details of the problem will be helpful
adsoma Friendadsoma
- Join date:
- September 2007
- Posts:
- 103
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 12
- Thanked:
- 3 times in 2 posts
August 29, 2008 at 1:14 pm #267855best regards
September 4, 2008 at 9:01 am #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 Friendadsoma
- Join date:
- September 2007
- Posts:
- 103
- Downloads:
- 28
- Uploads:
- 11
- Thanks:
- 12
- Thanked:
- 3 times in 2 posts
September 4, 2008 at 11:34 am #268720Thanks for you answer……THE DEVELOPERS NEVER ANSWER!!!!!!!
THE bad news is ……doesn´t work for me………..
Iam WAITING FOR ANSWERS SINCE ALMOST 1 WEEK -
AuthorPosts
This topic contains 12 replies, has 7 voices, and was last updated by gregorw 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum