Hi, our URL for the page is of the form http:// . . . . /?q=node/53 (or an alias Immigration) and the "forward this page" url is ?q=forward/53 but on that page it shows that the page being sent is http:// . . . ./Immigration (without the ?q= ) The correct page is sent and the sender receives it, but the link at the bottom of the page is wrong (and also the link associated with Read more) http when http:// . . . . /forward/53/email_ref Please help! Thank you!
Comments
Comment #1
AndriusKulikauskas commentedI looked into the code and it seems that everywhere it's assumed that one is using clean URLs. For example:
$url = $base_url.'/node/'.$nid;
works fine if the site is www.mysite.com/node/4
but not if the site is www.mysite.com/?q=node/4
So I think it will work for me if I stick in ?q= everywhere after the /
(There isn't even any simple way to make the substitution.)
It would be good to alert people.
Thank you for creating this Forward module. It's working for us (we had troubles with Email this page, so it was great to have this alternative.)
Thank you!
Comment #2
seanrShould be fixed now. Let me know if you still have problems.
Comment #3
(not verified) commented