Thanks, Sue
I checked the dates in the file system, and they appear to be the same as yours, so I assume I am “updated”. And, I did successfully run the update.php script. The version numbers are not updated in the CP, though.
So, let’s go directly to my problem then.
I’m using “tell-a-friend” so visitors can email an “article” on the site to someone. I used to use Chris’s pop-up code because of a problem with tell-a-friend and its return logic, but want to go back to a non-pop-up solution. It was my understanding that the return logic was fixed and that I could get the “thank you” page to return to the last entry viewed (the one being emailed).
Here is my “bmd/friend” template opening code:
{exp:email:tell_a_friend charset="utf-8" allow_html="n" recipients="bmtndog@mac.com" return="|Return" weblog="bmd"}
When I try to send an email, the “thank you” page does not give me a return link, instead I get a “You will be redirected...” message and I am then redirected to a page named “|Return”, which causes a 404 error. Hmmm.
So I changed the tell_a_friend opening tag to:
{exp:email:tell_a_friend charset="utf-8" allow_html="n" recipients="bmtndog@mac.com" return="” weblog="bmd"}
And, the “thank you” page just says “Thank You! Your email message has been sent.” with no return to anywhere.
So, I’m really struggling getting the new feature in tell-a-friend to work.
Rick
PS: Sorry I could not embed the above code in code tags, but I guess there is a 100 character limit on that now…