+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Remove seller info tab

  1. #1
    Junior Member
    Join Date
    Nov 2012
    Location
    Bangkok
    Posts
    9

    Remove seller info tab

    Hi,

    is it possible to remove the seller info tab when looking at a listing?
    or actually inactivate is maybe better

    Thanks

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

    You can fix it the following way:

    - open file: includes/controllers/listing_details.inc.php

    - 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

  3. #3
    Hi Vladimir

    Is there a way to hide it for a certain account type. For example i have 3 types of dealer accounts and 1 account type for general public. I would want it visable for the dealer accounts but not the public account.

    Thanks

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

    I suggest that you solve it in the following way:

    - open file: includes/controllers/listing_details.php
    - find the code:

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

    PHP Code:
    Only registered members can view the code
    - add this code after array of tabs (in this case the seller tab will be available only for the dealer account type):

    PHP Code:
    Only registered members can view the code

  5. #5
    Hi

    I use my site as real estate agency and all listings are mine. I would like also to remove the seller info tab. But there is a feature that I want to keep: CONTACT THE OWNER. It is very usefull and I don`t want to lose it. That way users don`t need to send me email or message in contact form. They can do that directly from the listing they are interested in, including the listing details.
    Can this be done? Maybe that button can be removed from seller info tab and added somewhere else in the listing. Look my image in attachment (photoshop). I have removed the seller info tab and add the button on listing details page.
    That would be the best! Is it possible that way?
    I would order this in ticket as I am not good in coding.listing details example.jpg

  6. #6
    Hello Tonci Ercegovic,

    Of course it's possible and will take 20 min maximum for us. Create a ticket and we will do it ASAP free for you I promise.
    Viktor,
    Flynax technical department,
    Best wishes.

  7. #7
    Thank you Viktor, I have sent the ticket.

  8. #8
    Junior Member
    Join Date
    Nov 2012
    Location
    Bangkok
    Posts
    9
    Thank you for the code for removing the info seller tab.

    I also want to keep the contact button. Same as Tonci
    Should I also make a ticket? Or can you give me the code in this topic? Maybe more people are interested in this option.

  9. #9
    Hello Hans,

    I can write code and you may insert it in your listing_details.tpl

    Code:
    Only registered members can view the code.
    insert this code in place where do you want to see contact button.
    Viktor,
    Flynax technical department,
    Best wishes.

  10. #10
    Junior Member
    Join Date
    Oct 2013
    Posts
    4

    Thanks. It's worked for me.

+ Reply to Thread