For forum v. 3.4.03 Author: reducks87 Tested on: Access NOTES: This is a BETA version so be careful on install. MAKE A BACKUP!!! If it does not work then you can re-install the back-up. If you dont make a back-up and it doesnt work thats your own fault! Ease of install (1-10 10 being hard): 2-3
This is my first real MOD release, so be easy on me!
It is a MOD which allows members to e-mail friends about your forum. To view a demo click here. Login as SnitzTester password snitz.
Guess I should let people know where to find the MOD on the demo forum Its in the list of links up top right under Active Topics. I stuck it there so it is accessible anywhere you are on the forum.
I have put this on my site and it works fine. I did do one little mod to it reducks87, and that was to edit line 175 in the pop_invite_a_friend.asp file from this:
Ok, short question ; my hostingprovidor limits the e-mail function on the site so that either the to or the from address should be an address hosted on the hostingprovidors environment. this to prevent spamming using anonymous addresses. Therefore I'd like to change the from field by default to a default address (forum@opzolder.net). Could you give me a hunch were this should be changed in this code ?
Response.Write """ value=""" & YEmail & """ size=""25""><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>"
if YEmail <> "" then
Response.Write(YEmail)
end if
Change it to:
Response.Write """ value=""YEmail"" size=""20"" readonly>forum@opzolder.net<font face=""" & strDefaultFontFace & """
size=""" & strDefaultFontSize & """>"
if YEmail <> "" then
end if
Only problem I had was the e-mail address (which is readonly cant be changed) is larger than the other text. Maybe you know how to fix it or someone here can help.
I just tested it and it worked right away. It may not have worked for you because I was working on the slight modification I made for marcelgoertz just a little while ago.