+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Remove seller info tab

  1. #11
    [QUOTE=Vladimir;3254]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
    /QUOTE]

    hello. How can i show in pesonal page of a seller, just the listings that he has. so hide the tabs ACCOUNT DETAILS + ACCOUNT LISTINGS + MAP?

    Show just the listings, directly into the page. thanks

  2. #12
    Has this changed in 4.4? I do not see 'seller'

    $tabs = array(
    'listing' => array(
    'key' => 'listing',
    'name' => $lang['listing']
    ),
    'tell_friend' => array(
    'key' => 'tell_friend',
    'name' => $lang['tell_friend']
    )
    );

  3. #13
    Hello Robert Kranack,

    Yes in version 4.4 Doesn't exist seller tab because seller information shows in additional right side box that's why we removed this tab and element from array.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #14
    Is there a way to remove the seller box?

    Thanks

  5. #15
    Hello Robert,

    Only through ftp in a listing_details.tpl file.
    Viktor,
    Flynax technical department,
    Best wishes.

  6. #16
    What should I remove from the listing_details.tpl file?

  7. #17
    Hello Robert,

    What template do you use?
    Viktor,
    Flynax technical department,
    Best wishes.

  8. #18
    Quote Originally Posted by Robert Kranack View Post
    What should I remove from the listing_details.tpl file?
    Open this file and find the following code:

    Code:
    Only registered members can view the code.
    Thank you, Curtis.
    @Flynax Company

  9. #19
    But for realty_map template seller information located in another file: blocks>>listing_details_sidebar.tpl
    Viktor,
    Flynax technical department,
    Best wishes.

  10. #20
    I found it in the listing_details_sidebar.tpl.

    Thank you

+ Reply to Thread