+ Reply to Thread
Results 1 to 4 of 4

Thread: How do I change the Agent page title?

  1. #1

    How do I change the Agent page title?

    Hi,

    I would like to know how can I change the Agent page title.

    Right now, if an agent has a business name, I get the business name as the title of his page (and the <h1>title</h1>) instead of his name.

    I'm using realty_flatty v.4.4

    Thanks!

  2. #2
    Hello Ivan,

    You can change it in files only through ftp. If you know php I can show you.

    go to: ftp://includes>>controllers>>account_type.inc.php

    find code at line ~ 110-119

    PHP Code:
    Only registered members can view the code
    and change to:

    PHP Code:
    Only registered members can view the code
    save and check again.

    But I don't know exactly what key for the field "title".
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Thanks Viktor!

    I just replaced this:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code
    And it worked perfectly!


  4. #4
    Hello!

    In version 4.7.1 how can I add the Full_name of the dealer to the page title (<title>Dealers Name</title>)

    Thanks!

+ Reply to Thread