+ Reply to Thread
Results 1 to 3 of 3

Thread: Register all account details but show minimum

  1. #1

    Realty: Hiding owner name

    How is it possible not to show seller first-name and last-name on property listing seller info (realty)
    I could manage not to show other details (unchecking show on detail page) but it does not work for name.
    I need names as an administrator, but seller wants to stay anonymous.
    thanks in advance
    Last edited by Lionel Gruffaz; November 1, 2012 at 10:19 AM.

  2. #2
    I modified in tpl/controllers/listing_details.tpl: line 497 <!-- <div class="username">{$seller_info.Full_name}</div> -->
    it seems to work, names or username are now hidden.
    Could you just confirm I did right ? Thanks

  3. #3
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    Hello,

    Yes, your solution works properly.
    I suggest you another solution (in this case will hide the username from another pages too):

    - open file: includes/classes/rlAccount.class.php;
    - go to the method getProfile();
    - find this code:

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

    PHP Code:
    Only registered members can view the code

+ Reply to Thread