Page 1 of 2 1 2 LastLast
Results 1 to 10 of 18

Thread: Getting rid of MLS field. How?!

  1. #1
    Join Date
    May 2005
    Posts
    25

    Exclamation Getting rid of MLS field. How?!

    Hello, I've tried to search for this with no avail. How do I get rid of the MLS field in the admin listing template? I do not need it. Any help will be appreciated!

  2. #2
    Join Date
    May 2005
    Location
    Bogor - Indonesia
    Posts
    134

    Exclamation Before Changing:: Back-Up!!!

    Quote Originally Posted by webmonkey8
    Hello, I've tried to search for this with no avail. How do I get rid of the MLS field in the admin listing template? I do not need it. Any help will be appreciated!
    Hi,

    BEFORE YOU DO ANYTHING ON CHANGES!!!!!

    SEE MY POST BELOW
    >>>>
    Last edited by mamboindo; 05-26-2005 at 12:22 PM. Reason: it can be done without changing code: I need glasses!
    ______________
    Mamboindo::

  3. #3
    Join Date
    Jul 2003
    Location
    California
    Age
    36
    Posts
    4,229

    Default

    The better question than "HOW?" is "WHY?"

    So you don't need the field... then just don't use it

    If you go through the software and start editing the code you will end up with a software that is not easily upgraded to new versions of Open-Realty. You will then have to make your changes to every file again. Also, if only some of the files are upgraded you'll probably end up with a slew of errors and start making posts of "OMFG This software sucks I'm getting tons of errors after upgrading"
    Open-Realty 2 Documentation

    ~The Difference Between an ORDEAL and an ADVENTURE is ATTITUDE~

  4. #4
    Join Date
    May 2005
    Location
    Bogor - Indonesia
    Posts
    134

    Default

    Quote Originally Posted by Mick
    The better question than "HOW?" is "WHY?"

    So you don't need the field... then just don't use it

    If you go through the software and start editing the code you will end up with a software that is not easily upgraded to new versions of Open-Realty. You will then have to make your changes to every file again. Also, if only some of the files are upgraded you'll probably end up with a slew of errors and start making posts of "OMFG This software sucks I'm getting tons of errors after upgrading"
    because of the learning process....see below.......and especially: http://support.open-realty.org/showthread.php?t=5922 Fully agree!
    ______________
    Mamboindo::

  5. #5
    Join Date
    May 2005
    Location
    Bogor - Indonesia
    Posts
    134

    Default Here is your solution!

    Here is your easy solution::
    1. Buy glasses or if you have them upgrade them!
    2. Goto :: Edit listing profile template
    3. Choose the field:: MLS + Edit
    4. Scroll down and click at buttom the magic word!!!!! (delete)

    (What the heck is MLS anyhow????)
    Last edited by mamboindo; 05-26-2005 at 12:24 PM.
    ______________
    Mamboindo::

  6. #6
    Join Date
    May 2005
    Posts
    25

    Default

    Thanks for your advice, mamboindo I did go to the Edit listing profile template and deleted the MLS field, but the "export to MLS" field is still showing up when I try to add or edit a listing.

    Mick - I may try your advice but it's risky since I've messed up before editing the code

  7. #7
    Join Date
    May 2005
    Location
    Bogor - Indonesia
    Posts
    134

    Default ADMIN:: This should NOT be hard coding!

    Quote Originally Posted by webmonkey8
    Thanks for your advice, mamboindo I did go to the Edit listing profile template and deleted the MLS field, but the "export to MLS" field is still showing up when I try to add or edit a listing.

    Mick - I may try your advice but it's risky since I've messed up before editing the code
    S***, you are right......same happens with this dumbo....I come back at you within a couple of minutes.....bear with me.......I wanna get rit of this too!

    OK I am back:: This is a bug! All fields disappear when you delete (just deleted garage size and it does not show up again in edit listing) except for this MLS-whatsoever. It seems to be an important issue so it seems to be code and not a variable which it should be!

    Temporary solution till bug fixed (tested and works without head-ache)

    goto: ../include/listing_editor.inc.php

    find: line 363 - 371
    Code:
    					$display .= '<tr>';
    					$display .= '<td align="right" class="row_main"><b>'.$lang['admin_listings_editor_mlsexport'].'</b><br><div class="small">('.$lang['admin_listings_editor_mlsexport'].')</div></td>';
    					$display .= '<td align="left" class="row_main">';
    					$display .= '<select size="1" name="mlsexport">';
    					$display .= '<option value="no" selected>'.$lang['no'].'</option>';
    					$display .= '<option value="yes">'.$lang['yes'].'</option>';
    					$display .= '</select>';
    					$display .= '</td>';
    					$display .= '</tr>';
    delete those lines and save....done! Please note that Mick is right in the remark about the maintenance as I described as well. You need to make a note that if the next relase is out and the bug is not fixed (?) you need to do it again.

    Luck
    Last edited by mamboindo; 05-27-2005 at 03:01 AM. Reason: Verified this and it IS a bug!
    ______________
    Mamboindo::

  8. #8
    Join Date
    May 2005
    Posts
    25

    Default

    Wow awesome, it worked! Thank you so much!

  9. #9

    Default Mls

    MLS stands for the Multiple Listing Service. It is used by real estate agencys to be able to look up listings from other agencys. It is a sort of large filing cabinet with history of listings and properties and such.

  10. #10
    Join Date
    Jun 2004
    Posts
    54

    Default

    someone had asked why anyone would ever want this field to not show.

    I think this software is so great I was tring it as a business directory, so when users sign up to add their business (listing) I didn't want the MLS option to be there.

    I also think it would be a benifit to be able to delete the field under the template editor

Bookmarks

Posting Permissions

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