+ Reply to Thread
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 22

Thread: Having Troubles with IDX snippets

  1. #1
    Join Date
    Mar 2005
    Location
    Jupiter, Florida
    Posts
    753

    Default Having Troubles with IDX snippets

    Working on the www.QuantumOne.com website.

    We recently added the REW IDX solution and have been creating the snippets. This morning some of the pages with snippets are working -
    http://www.quantumone.com/valencia.php

    and some of the are not -

    I was starting to create some snippets based on community, property type and price range -
    see snippet called #bocaraton0-2# and then add them to pages like -
    http://www.quantumone.com/bocaratonhomesforsale0-2.php

    It does not look to me that it is even recognizing that I created the snippet...any ideas what I am doing wrong?

    Thanks Dave
    Last edited by David Abernathy; 09-08-2007 at 10:56 AM.
    David Abernathy
    Business Manager, Realtor
    Waterfront Properties & Club Communities

    See the finest luxury communities in Palm Beach County. Visit our Palm Beach real estate website, For local information about Admirals Cove & Jupiter real estate contact us at 561-628-0128

  2. #2
    Join Date
    Mar 2005
    Location
    Jupiter, Florida
    Posts
    753

    Default Re: Having Troubles with IDX snippets

    FYI - I did some more experiments - if I edit an existing snippet, it works - so the issue appears only to be on the new snippets?

    Is there a limit on the number of snippets?

    Thanks again

    Dave
    David Abernathy
    Business Manager, Realtor
    Waterfront Properties & Club Communities

    See the finest luxury communities in Palm Beach County. Visit our Palm Beach real estate website, For local information about Admirals Cove & Jupiter real estate contact us at 561-628-0128

  3. #3
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Having Troubles with IDX snippets

    There is no limit to the number of snippets - my suspicion is that you need to modify the query for those areas not working because they may belong in a different column in the database than the column of the ones that work.

    Unfortunately, I do not have access to your schema at this moment, but we will have your programmer assist you with this first thing tomorrow.
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  4. #4
    Join Date
    Mar 2005
    Location
    Jupiter, Florida
    Posts
    753

    Default Re: Having Troubles with IDX snippets

    Morgan - call if you get a chance - either later this evening or in the morning

    I would like your assistance on getting another REW template and IDX running for a new prospect!!! The one I was meeting with Friday.

    Dave
    David Abernathy
    Business Manager, Realtor
    Waterfront Properties & Club Communities

    See the finest luxury communities in Palm Beach County. Visit our Palm Beach real estate website, For local information about Admirals Cove & Jupiter real estate contact us at 561-628-0128

  5. #5
    Join Date
    Mar 2005
    Location
    Jupiter, Florida
    Posts
    753

    Default Re: Having Troubles with IDX snippets

    [QUOTE=webmaster;132383]There is no limit to the number of snippets - my suspicion is that you need to modify the query for those areas not working because they may belong in a different column in the database than the column of the ones that work. [QUOTE]

    Morgan - when I take the snippet code for the new snippets and paste them into the old named snippets - they work. Based on the results of testing my new snippet code in the old named snippets - I have to think something else is the issue.

    Thanks as always for the quick responses!!!
    David Abernathy
    Business Manager, Realtor
    Waterfront Properties & Club Communities

    See the finest luxury communities in Palm Beach County. Visit our Palm Beach real estate website, For local information about Admirals Cove & Jupiter real estate contact us at 561-628-0128

  6. #6
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Having Troubles with IDX snippets

    Hmmm that is a weird one, I just tried one myself (I do have access to CMS passwords)

    I used

    Code:
    $_REQUEST['search_city'][] = 'Boca Raton';
    $_REQUEST['idx'] = 'residential';
    $_REQUEST['minimum_price'] = 0;
    $_REQUEST['maximum_price'] = 200000;
    Which should work, and for some reason, nada!
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  7. #7
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Having Troubles with IDX snippets

    LMAO never mind, I spelled my own snippet wrong hahahahahah - Just doing some testing.
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  8. #8
    Join Date
    Mar 2005
    Location
    Jupiter, Florida
    Posts
    753

    Default Re: Having Troubles with IDX snippets

    Morgan - try adding your snippet code in the #hiddenkey# snippet. For me at least when I change the old ones they work?

    Thanks for your efforts.

    Dave
    561-628-0128
    David Abernathy
    Business Manager, Realtor
    Waterfront Properties & Club Communities

    See the finest luxury communities in Palm Beach County. Visit our Palm Beach real estate website, For local information about Admirals Cove & Jupiter real estate contact us at 561-628-0128

  9. #9
    Join Date
    Apr 2004
    Location
    Nanaimo
    Posts
    15,992

    Default Re: Having Troubles with IDX snippets

    Dave I think I figured out the problem, I don't think you can use numbers in the names of a snippet

    For instance, you are using #bocaratonhomes02# and it does nothing for you, I created one (Which is working on that same page) called #bocaratonhomeszerotwo# and it seems to be working just fine.

    Might not be a problem with your queries, but in the way you are naming your snippets - this is a new one to me, Aaron might no more about it. Can you try creating one with your broken snippet but don't put a number in the name?
    Starting LEC 7 soon but it won't be called LEC 7 - LEC 2012 coming soon!

  10. #10
    Aaron is offline Real Estate Webmasters Staff Aaron's Most Recent Blog Entry: Email etiquette Aaron is on a distinguished road
    Join Date
    Jun 2005
    Location
    Nanaimo
    Posts
    23,433

    Default Re: Having Troubles with IDX snippets

    Part of the issue must be the names of the snippets - at first when we made the snippets we made them so they could not have numbers in them. They should allow numbers - which I will fix when I have access to the code for your site.
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

+ Reply to Thread
Page 1 of 3 1 2 3 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts