Hi,
Anyway, I'm getting this problem with the Email This Page module. When I go to email a page the link that is sent is node/view/nodeid# Of course, there is no page at node/view/nodeid# there is at node/nodeid# which works when I trim the view off the email link. It even says that the link that will be sent will be of that form, a link that doesn't exist. So, how can I fix this or otherwise have a link to email a page to someon e, please?
The solution for your problem is that, In the emailpage.module file there is a line of code: ---> $nodelink=$base_url.'/'.url('node/view/'.$_GET['nid']."#comment and ---> $nodelink=$base_url.'/'.url('node/view/'.$_GET['nid']); just what you should do delete 'view/' from both the lines...and save it. Then your module works fine...
Regards and cheers!
Abhishek Nigam Enabling Dimensions (I) Pvt Ltd. M:9810986314
I think this worked, almost. I edited the field simple enough. And it said that the email that I'd get would have the link. node/1, where 1 = the nodeid, which could be any node. But the email never came to me. Can someone check this out for me at http://wordsalad.net/ Thanks, Bruce
Abhishek Nigam abhishekn@enablingdimensions.com wrote: Hi,
Anyway, I'm getting this problem with the Email This Page module. When I go to email a page the link that is sent is node/view/nodeid# Of course, there is no page at node/view/nodeid# there is at node/nodeid# which works when I trim the view off the email link. It even says that the link that will be sent will be of that form, a link that doesn't exist. So, how can I fix this or otherwise have a link to email a page to someon e, please?
The solution for your problem is that, In the emailpage.module file there is a line of code: ---> $nodelink=$base_url.'/'.url('node/view/'.$_GET['nid']."#comment and ---> $nodelink=$base_url.'/'.url('node/view/'.$_GET['nid']); just what you should do delete 'view/' from both the lines...and save it. Then your module works fine...
Regards and cheers!
Abhishek Nigam Enabling Dimensions (I) Pvt Ltd. M:9810986314
I don't know if the request was clear or not here. Sorry for any confusion that one might find with my enquiry. The articles, aka stories aka pages, when you click on the link to see the full story, you get a link to Email this page. It now says it will email the page correctly, of the form of wordsalad.net/home/node/nodeid# But the page is not getting to me when I try to email it. It's just lost somewhere. Please let me know if you get an email from the site when selecting Email This Page. I only editted one piece of code, one word on two lines of code. Again the link is http://wordsalad.net/ which redirects to wordsalad.net/home/ which I'm sure is obvious from the above stated path to the node Thanks, Bruce
Bruce Whealton brucewhealton@yahoo.com wrote: I think this worked, almost. I edited the field simple enough. And it said that the email that I'd get would have the link. node/1, where 1 = the nodeid, which could be any node. But the email never came to me. Can someone check this out for me at http://wordsalad.net/ Thanks, Bruce
Abhishek Nigam abhishekn@enablingdimensions.com wrote: Hi,
Anyway, I'm getting this problem with the Email This Page module. When I go to email a page the link that is sent is node/view/nodeid# Of course, there is no page at node/view/nodeid# there is at node/nodeid# which works when I trim the view off the email link. It even says that the link that will be sent will be of that form, a link that doesn't exist. So, how can I fix this or otherwise have a link to email a page to someon e, please?
The solution for your problem is that, In the emailpage.module file there is a line of code: ---> $nodelink=$base_url.'/'.url('node/view/'.$_GET['nid']."#comment and ---> $nodelink=$base_url.'/'.url('node/view/'.$_GET['nid']); just what you should do delete 'view/' from both the lines...and save it. Then your module works fine...
Regards and cheers!
Abhishek Nigam Enabling Dimensions (I) Pvt Ltd. M:9810986314