View Single Post
  #2 (permalink)  
Old 02-06-2007, 02:55 PM
kbeeveer46's Avatar
kbeeveer46 kbeeveer46 is offline
Pligg Developer/Admin
 
Join Date: Jun 2006
Location: Muncie, Indiana
Posts: 3,215
you can change the email address the email comes from. And you really didn't have to write a mod to let only registered users use the tell a friend. All you would have had to do is use an if statement around the tell a friend link. Like

{if authenticated eq "true"}

tell a friend link

{/if}
Reply With Quote