here's a simple mod I created for my site and snitzerize it as a mod here.
It is based on send_to_a_friend.
I'm using this so that my members can tell there friends about my great site.
So the demo can be my main site http://www.iamviet.com or my site used for creating and testing mods, http://www.calvsa.net/snitz31sr4/
Look for "Tell a Friend" link on both.
here's the zip:
http://www.calvsa.net/snitz31sr4/tell_a_friend.zip
steps to install and use:
1) unzips to your forum directory
2) add this link to your inc_top.asp
<% if (lcase(strEmail) = "1") then
if (mlev <> 0) or (mlev = 0 and strLogonForMail <> "1") then %>
<a href="javascript:openWindow('pop_tell_a_friend.asp')"><acronym title="Tell a friend about <%=strForumTitle%>...">Tell a Friend</acronym></a>
<% end if
end if
%>
here's what mine looks like:
<a href="polls.asp"><acronym title="Polls...">Polls</acronym></a>
|
<% if (lcase(strEmail) = "1") then
if (mlev <> 0) or (mlev = 0 and strLogonForMail <> "1") then %>
<a href="javascript:openWindow('pop_tell_a_friend.asp')"><acronym title="Tell a friend about <%=strForumTitle%>...">Tell a Friend</acronym></a>
<% end if
end if
%>
|
<a href="members.asp"><acronym title="Current members of these forums...">Members</acronym></a>
|
3) make sure you have email mode on in the admin section and that you have set the mail server and setting right.
That's it, enjoy.
oh btw #3 is very important. I can picture people posting up saying that it doesn't work already.
You must have email mode turned ON and mail server set up right for this mod to work .
- Alan
www.iamviet.com
Edited by - aznknight on 16 February 2001 16:54:38
Edited by - aznknight on 16 February 2001 18:41:48