+ Reply to Thread
Results 1 to 7 of 7

Thread: How do we Remove/Hide commas Title on real estate teamplate?

  1. #1
    Senior Member
    Join Date
    May 2021
    Location
    Hawaii
    Posts
    101

    How do we Remove/Hide commas Title on real estate teamplate?

    How do we Remove/Hide commas Title on real estate teamplate?

  2. #2
    Can you attach a screenshot?

  3. #3
    Senior Member
    Join Date
    May 2021
    Location
    Hawaii
    Posts
    101
    Attached
    Commas.png

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Go to includes > classes > rlListings.class.php > public function getListingTitle

    replace:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code
    also, remove a line below:
    PHP Code:
    Only registered members can view the code

  5. #5
    Senior Member
    Join Date
    May 2021
    Location
    Hawaii
    Posts
    101
    Works and creates address like: 91-1071 Waikai Ewa Beach HI 96706


    Can it be modified to show like: 91-1071 Waikai St, Ewa Beach, HI 96706

    StreetNum StreetDirection StreetName, City State ZipCode

  6. #6
    Senior Member
    Join Date
    May 2021
    Location
    Hawaii
    Posts
    101
    Any suggestions?

  7. #7
    Senior Member
    Join Date
    May 2021
    Location
    Hawaii
    Posts
    101
    Can it be modified to show like: 91-1071 Waikai St, Ewa Beach, HI 96706

    StreetNum StreetDirection StreetName, City State ZipCode

+ Reply to Thread