Cannot reply to private messages on the web site
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
GenoPro Support Forum
Home        Members    Who's On
Welcome Guest ( Login | Register )
        



Cannot reply to private messages on the web site Expand / Collapse
Author
Message
Post #16780 Posted 3/12/2007 5:17:43 PM
Forum Newbie

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: 9/12/2008 3:21:19 AM
GenoPro Version: 2.0.1.6
Posts: 9, Visits: 102
This is regarding the web site and not GenoPro but I couldn't find another suitable topic.

I got some private messages (from non-members) that I cannot reply to as the sender did not put their email address in the message.

When I press the REPLY button I must enter a member name to send to but they are not members.

I am sure this is annoying to many members and a lot get PM's they cannot reply to.

The solution is to add some explanation about this on the page when anyone tries to send a private message. I know he should really send an email and not PM but it is just not clear to casual guests.

You can simply add a comment like: "If you are not a member, don't forget to put your email address in the message if you want a reply".

Regards,

Moshe Raymond

Post #16782 Posted 3/12/2007 6:59:39 PM


Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master This user is an important contributor to the translation of GenoPro 

Group: Administrators
Last Login: Today @ 9:31:29 AM
GenoPro Version: 2.0.1.6
Posts: 3,517, Visits: 14,852
Humm... this is happening quite often.  There have been already two other instances.  We will put more priority to this task.

Reply to private messages

How to return a message

Post #16785 Posted 3/12/2007 8:30:01 PM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: 11/13/2008 6:10:56 AM
GenoPro Version: 2.0.1.4
Posts: 438, Visits: 3,412
I've also had this problem once which was frustrating as there is a real link with my family and I can't answer him as he was anonymous.
Post #16798 Posted 3/13/2007 11:39:02 AM


IT Director GenoPro

IT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoProIT Director GenoPro  

Group: Customers
Last Login: Yesterday @ 9:01:50 AM
GenoPro Version: 2.0.1.6
Posts: 455, Visits: 5,952
The private messaging system has been disabled for anonymous user. From now on, you should receive private messages only from members of this forum.


If the facts don't fit the theory, change the facts.
-- Albert Einstein

Jean-Claude Morin
Information Technology Director, GenoPro.
http://www.genopro.com

Post #16882 Posted 3/19/2007 2:55:26 PM
Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 12:36:16 PM
GenoPro Version: 2.0.1.6
Posts: 823, Visits: 7,340
On other web sites I have included code which puts an image of a letter on the screen, linked to a mailto. See http://familytrees.genopro.com/appleshaw/Mailer/
Add the following code to the Document tab (Description) of the report generator

Click here to send message

You need to use a Customised skin and change the line in Home.htm from

@[ Report.WriteText doc.Description ]@



to

@[ Report.Write doc.Description ]@



Two points
Mailto can lead to extra spam as there are ways of collecting the address. However if you use the net that is a permanent problem. I am looking at CGI as an alternative here.

Also although the code contains a link to a gif file, this has not been transferred to the genopro site
Post #16896 Posted 3/20/2007 6:07:53 AM
Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 12:36:16 PM
GenoPro Version: 2.0.1.6
Posts: 823, Visits: 7,340
One step forward and then one back. To get an image I have modified the code to:-

<A HREF="mailto:EMAIL@ADDRESS"><IMG SRC="images/mailto.gif" WIDTH="95" HEIGHT="47"ALIGN="top"  ALT="Click here to send message"></A>

using the image

This now works, except that the ALT message does not appear. However a message can be added above this in the main box

Post #16897 Posted 3/20/2007 10:09:11 AM


Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: 11/13/2008 6:10:56 AM
GenoPro Version: 2.0.1.4
Posts: 438, Visits: 3,412
appleshaw (3/19/2007)

Two points
Mailto can lead to extra spam as there are ways of collecting the address. However if you use the net that is a permanent problem. I am looking at CGI as an alternative here.

Also although the code contains a link to a gif file, this has not been transferred to the genopro site

I like your mailer image though untill now I have used a crypted email address on my home page as follows :-

<I><b>Please email me here </I></b>
<!-- HTML Source Code Protected By: <http://www.DesignerWiz.com> FREE HTML Source Code Encryption Protection -->
<script>   
<!--
document.write(unescape("%3Cform%3E%0D%0A%3Cinput%20type%3D%22button%22%20value%3D%22Iain Tait%22%20%0D%0AonClick%3D%22location.href%3D%27mailto%3Ainfo%26%2364%3Bbeath.net%27%22%3E%0D%0A%3C/form%3E"));
//-->

This can easily be set up by going to their web site, perhaps you can try it.

Post #16900 Posted 3/20/2007 3:57:55 PM
Forum Master

Forum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum MasterForum Master This user is an important contributor to the GenoPro community This user is a contributor to FamilyTrees.GenoPro.com 

Group: Customers
Last Login: Today @ 12:36:16 PM
GenoPro Version: 2.0.1.6
Posts: 823, Visits: 7,340
Thanks for this lead. Will have a look. I have been intending to try out the CGI facilities of my ISP but have not got round to working them out.

I have also found that the lack of ALT message is browser dependant; IE 6 gives the message, FireFox 2 does not. Can not see where this is turned off yet
Post #16951 Posted 3/22/2007 5:58:27 AM


Grand Master

Grand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand MasterGrand Master This user is a contributor to FamilyTrees.GenoPro.com This user is an important contributor to the GenoPro community 

Group: Customers
Last Login: Today @ 10:20:31 AM
GenoPro Version: 2.0.1.6
Posts: 1,145, Visits: 5,355
appleshaw (3/20/2007)
I have also found that the lack of ALT message is browser dependant; IE 6 gives the message, FireFox 2 does not. Can not see where this is turned off yet

I think the official definition of the HTML IMG tag states that the attribute 'title' is used for the tooltip, but of course MS being a law unto itself decided differently, although I understand it will use the title attribute if present. ALT should just be used to provide alternative text when the image is not present or the browser is not displaying images. So just add a TITLE attribute as well as the ALT one.
<A HREF="mailto:EMAIL@ADDRESS"><IMG SRC="images/mailto.gif" WIDTH="95" HEIGHT="47"ALIGN="top"  ALT="Click here to send message" TITLE="Click here to send message"></A>



'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"