Results 1 to 10 of 31

Thread: Edit listings have problems with change plan and edit listings

Threaded View

  1. #20
    Hello all,
    This is the final temporary solution for Edit page problem. It disables changing Plan in Edit listing page. Also there is no problem with category change.I tried to use minimum code and changes. Enjoy!

    your_template_folder/controllers/edit_listing/step_form.tpl

    Find:
    Code:
    Only registered members can view the code.
    Change to:
    Code:
    Only registered members can view the code.
    Find:
    Code:
    Only registered members can view the code.
    Change to:
    Code:
    Only registered members can view the code.
    includes/classes/EditListing.php

    Find:
    Code:
    Only registered members can view the code.
    Add below it:
    Code:
    Only registered members can view the code.
    includes/classes/rlPlan.class.php

    Find:
    Code:
    Only registered members can view the code.
    Add below it:
    Code:
    Only registered members can view the code.
    Again... this is a temporary solution until Flynax solve the problem. Please let me know if there is any issue with this solution.
    EDIT: I changed some codes . please use latest changes.
    Last edited by Bahram Soltanirad; August 12, 2018 at 11:13 AM.