+ Reply to Thread
Results 1 to 7 of 7

Thread: No option to view pending listings in limited admin account

  1. #1
    Junior Member
    Join Date
    Sep 2012
    Posts
    13

    No option to view pending listings in limited admin account

    hello

    When i create a limited administrator account there is no option to view pending listings. How can i add this option please? Even after giving all rights for the listings part to the limited account still there is no option to view pending listings.

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

    Yes, but you don't see only the link Pending Listings. You can see the all listings in section of Listings (active and pending).

  3. #3
    Hello Sakil Meerun,

    if you can change it yourself please go to ftp://admin>>tpl>>controllers>>admins.tpl

    find code at line ~104

    Code:
    Only registered members can view the code.
    and replace to:

    Code:
    Only registered members can view the code.
    save it and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  4. #4
    Junior Member
    Join Date
    Sep 2012
    Posts
    13
    Hi Viktor

    It works great.. Issue solved thanks a lot.

  5. #5
    Hi everybody!

    I am joining this thread

    I would like to ask if the above Code replace will work for the current version of Flynax? Will it add a page Pending listing for limited admin as for unlimited admin?

    10x

  6. #6
    Quote Originally Posted by Stefan Popadiin View Post
    Hi everybody!

    I am joining this thread

    I would like to ask if the above Code replace will work for the current version of Flynax? Will it add a page Pending listing for limited admin as for unlimited admin?

    10x

    Hello Stefan,

    No, this code isn't enough for it.
    I suggest you create a ticket with this request.
    Thank you, Curtis.
    @Flynax Company

  7. #7
    Hello Stefan,

    Yes Curtis is right need a bit more changes.
    At first implement above code. Then open file: ftp://admin>>index.php

    find condition:

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

    PHP Code:
    Only registered members can view the code
    then below find array: $extended_sections and add new item in the array: pending_listings

    Then open file: ftp://admin>>tpl>>header.tpl

    find line:
    Code:
    Only registered members can view the code.
    and replace to:
    Code:
    Only registered members can view the code.
    save and then go to Admin Panel and add or edit admins and add new limitations.
    Viktor,
    Flynax technical department,
    Best wishes.

+ Reply to Thread