This topic is locked

How can I change the message in the source files?

12/15/2008 2:59:13 PM
PHPRunner General questions
L
Lorenbond author

version 4.2 (build 379)
This message : _($strMessage="This email don't exist in our database"<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=10418&image=1&table=forumtopics' class='bbc_emoticon' alt=';)' />_ appears in the generated remind.php

I can't find it in the source code remind.php
QUESTION: How can I change the message in the source files?

J
Jane 12/16/2008

Hi,
find following line in the remind.php:

$strMessage=##message EMAIL_DONT_EXIST##;



and replace it with your message:

$strMessage="your message here";

L
Lorenbond author 12/16/2008

Jane, Once again you have delivered exactly what I was looking for! Thanks <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=36064&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' />