jDownloads Support Forum

Older Versions => jDownloads 3.2 (Support ended) => Topic started by: novsky on 25.03.2015 12:09:02

Title: Issue with rewrited links in Jcomments email-notify
Post by: novsky on 25.03.2015 12:09:02
Hi all,

Thirst of all thx for this awesome free component ;-)

I've got an issue with email notification link of jcomments into jdownload...

Any idea to solve this ? (i've checked jcomments help forum too but nada)

Thx in advance

Title: Re: Issue with links in Jcomments email-notify
Post by: ColinM on 25.03.2015 16:19:11
Hi
Could you explain a little more please.  I think you might mean that you activated the 'Enable notifications' in jComments together with an email address and left both notification types active but you did not get an email.  Is that correct?

Please see the attached pics.  The key is that when in jDownloads the email is sent to the Joomla! system email address Global Config - Server tab

If that is not the problem please send more details

Colin 

[gelöscht durch Administrator]
Title: Re: Issue with links in Jcomments email-notify
Post by: novsky on 25.03.2015 18:02:39
Oupssss My bad !

I didn't explain well the issue in my first post :-/
In fact i receive notification, but rewriting (links) are like http://...component...blah...download..id... and not rewritten as it should be: http://....mydownloadpage/mycat/myfile so i've got an 404 error

I had a look at jcomment forum to find out why and find that it would be into components/jcomments/plugin/com_jdownloads.plugin.php
I saw link there $info->link = JRoute::_('index.php?option=com_jdownloads'.$Itemid.'&view=viewdownload&catid='.$row->cat_id.'&cid='.$id);
But this is not redirected :-/

Sorry for my mistake