+ Reply to Thread
Results 1 to 4 of 4

Thread: Listing approval by admin based on selected plan

  1. #1
    Senior Member
    Join Date
    Aug 2010
    Posts
    174

    Listing approval by admin based on selected plan

    Suggestion:
    All listings posted under Free plan will require approval from administrator.

    This option will help fight with spammers.

  2. #2
    It can be done with small changes to the code.

    includes/controllers/add_listing.inc.php

    find code:

    Code:
    Only registered members can view the code.
    make changes

    Code:
    Only registered members can view the code.

  3. #3
    Senior Member
    Join Date
    Aug 2010
    Posts
    174
    It works, great thank you!


    However, there is only one minor issue with Confirmation Message.

    The confirmation page stated that listing is “Activated”

    I believe it should say “pending approval” instead.
    Attached Images Attached Images

  4. #4
    One more change to fix incorrect message:

    templates/your_template/controllers/add_listing.tpl and make changes

    Code:
    Only registered members can view the code.
    change to

    Code:
    Only registered members can view the code.

+ Reply to Thread