<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2802" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;<FONT face="Times New Roman" size=3>&gt; 
Anyway, I'm getting this problem with the Email This Page module.&nbsp; When I 
go<BR>&gt; to email a page the link that is sent is<BR>&gt; 
node/view/nodeid#<BR>&gt; Of course, there is no page at 
node/view/nodeid#<BR>&gt; there is at node/nodeid# which works when I trim the 
view off the email<BR>&gt; link.&nbsp; It even says that the link that will be 
sent will be of that form, a<BR>&gt; link that doesn't exist.&nbsp; So, how can 
I fix this or otherwise have a link to<BR>&gt; email a page to someon e, 
please?</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>The solution 
for your problem is that, </FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>In the 
emailpage.module file there is a line of code:</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2>---&gt; 
$nodelink=$base_url.'/'.url('node/view/'.$_GET['nid']."#comment</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2>and</FONT></DIV>
<DIV><FONT face=Arial size=2>---&gt; 
$nodelink=$base_url.'/'.url('node/view/'.$_GET['nid']);</FONT></DIV>
<DIV><FONT face=Arial size=2>just what you should do delete 'view/' from both 
the lines...and save it.</FONT></DIV>
<DIV><FONT face=Arial size=2>Then&nbsp;your module works fine...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" 
size=3></FONT>&nbsp;</DIV>
<DIV>Regards and cheers!<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>Abhishek Nigam<BR>Enabling Dimensions (I) Pvt 
Ltd.<BR>M:9810986314</FONT></DIV></BODY></HTML>