My snippet for my listings manager #lm-listings#
is displaying all listings in the mls not just my listings entered in the cms.
the code I have for this snippet is
<?php
$_REQUEST['idx'] = 'cms';
/** DO NOT EDIT BELOW THIS LINE **/
$_REQUEST['snippet'] = true;
include_once $_SERVER['DOCUMENT_ROOT'] . '/idx/common.inc.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/idx/inc/php/pages/search.php';
?>
This is for dev141 and I have it displayed on http://dev141.rewtemplates.com/snippet-test.php
Obviously I am doing something wrong.
Thanks for the help.
Adam

Reply With Quote
