+ Reply to Thread
Results 1 to 5 of 5

Thread: How to remove "Hide" for status Plugin

  1. #1
    Senior Member
    Join Date
    Dec 2011
    Posts
    159

    How to remove "Hide" for status Plugin

    Can you advise how to remove the hide status on the tpl for Status Plugin?

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

    Do you mean Inactive status of plugin?

  3. #3
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    Hi there
    I mean when you go the "My-Listing" page

    You can change the status of the listing to Available, Sold or Hide with this plugin.

    I want to remove "Hide" completely so it is only Available or Sold

  4. #4
    Flynax developer
    Join Date
    Jun 2010
    Posts
    239
    You can try resolve this problem the following way:

    - open file: your_plugins/listing_status/rlListingStatus.class.php
    - go to the method getStatus();
    - disable the following line:

    PHP Code:
    Only registered members can view the code

  5. #5
    Senior Member
    Join Date
    Dec 2011
    Posts
    159
    Hi there
    Thank you

+ Reply to Thread