You can also try changing $listing_description_template on line 3475, it's the other spot I saw 'Listing {mls}'. Also not tested on my end because my cron is not scheduled to run until later today. Bu
$listing_description_template = $TARGET_CONTEXT->listing_description_template;
if ($listing_description_template == null) {
$listing_description_template = 'Listing {mls}';
}
$title = null;
$loop = true;
$source = $listing_description_template;
while ($loop) {
$pos = strpos($source, '{');
if ($pos === false) {
$title .= $source;
$loop = false;
----- Original Message -----
From:
viele-de...@crt.realtors.org To:
viel...@crt.realtors.org Sent: Saturday, March 27, 2010 3:00:02 AM GMT -05:00 US/Canada Eastern
Subject: viele-dev Digest, Vol 56, Issue 15
Send viele-dev mailing list submissions to
viel...@crt.realtors.org To subscribe or unsubscribe via the World Wid
e Web, visit
http://mail.crt.realtors.org/mailman/listinfo/viele-dev or, via email, send a message with subject or body 'help' to
viele-de...@crt.realtors.org You can reach the person managing the list at
viele-d...@crt.realtors.org When replying, please edit your Subject line so it is more specific
than "Re: Contents of viele-dev digest..."
Today's Topics:
1. Re: viele-dev Digest, Vol 56, Issue 12 (Jose C. Soto)
----------------------------------------------------------------------
Message: 1
Date: Fri, 26 Mar 2010 21:03:30 -0700
From: "Jose C. Soto"
Subject: Re: [viele-dev] viele-dev Digest, Vol 56, Issue 12
To: For discussion on the development of viele rets
Message-ID:
Content-Type: text/plain; charset="iso-8859-1"
No that did not work at all...
On 3/
26/10 6:54 PM, "
do...@comcast.net"
wrote:
$title= 'Listing ' . $unique.value;
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://mail.crt.realtors.org/pipermail/viele-dev/attachments/20100326/9488510e/attachment-0001.html ------------------------------
_______________________________________________
viele-dev mailing list
viel...@crt.realtors.org http://mail.crt.realtors.org/mailman/listinfo/viele-dev End of viele-dev Digest, Vol 56, Issue 15
*****************************************