Results 1 to 2 of 2

Thread: manager's account

  1. #1
    TLC
    TLC is offline Registered User
    Join Date
    Jul 2003
    Posts
    20

    Default manager's account

    I need help implementing a managers' account seperate from the normal user account, and it should work in a way that allows managers to create multiple listings without having to remember multiple passwords.

    Managers should be able to login, view their listings links and edit each one accordingly, instead of remembering every resource id and password.
    Is such a thing possible?

    I tried amember, but how do I link all ids to the correct manager account and prevent it from being touch by others.

    I am also struggling with other customizations but I am pretty sure this is one i can never figure one, so I am willing to pay for it depend on affordability.

  2. #2
    Rob Picken is offline Registered User
    Join Date
    Sep 2002
    Posts
    60

    Default

    Hi,

    I did something similar for a former client of mine, as they wanted something similar to your set up.

    The only way i could do it was using an additional members authentication system. I think i used vauthenticate then hard coded the links to get all of the listings under their username show up.

    You have to create a new field within your links table, then cross reference this value into the members authentication system username field - i.e. both fields show the same value.

    If memory also serves me correctly you have to manipulate certain parts of php code to make it all work properly. I think i ended up using a hacked version of search.php to call up all links within a certain "account" links. The whole process took me two days to build from scratch, and you need a good understanding of how both systems work to even attempt it. Its all trial and error on the first attempt.

    Hope that helps

    Rob

Similar Threads

  1. Universal login
    By aladdin in forum v3.2
    Replies: 54
    Last Post: 01-22-2005, 10:13 PM
  2. manager's account
    By TLC in forum v5.x
    Replies: 1
    Last Post: 08-21-2003, 03:57 AM
  3. My Account template.
    By lewisw in forum v3.2
    Replies: 4
    Last Post: 08-15-2003, 05:20 PM
  4. e-mail reports
    By eddieeddie in forum Pre-Sales Questions
    Replies: 13
    Last Post: 07-22-2003, 10:19 PM
  5. My account problem
    By craven in forum v5.x
    Replies: 3
    Last Post: 08-09-2002, 06:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •