User Menu Customisation & Additional User Pages

Discussion in 'aMember Pro v.4' started by samskirrow, Feb 14, 2012.

  1. samskirrow

    samskirrow New Member

    Joined:
    Feb 6, 2012
    Messages:
    2
    Ok, So my issue is one that would seem simple, but in actual fact is proving to be quite tricky. I need to create a couple of extra tabs on the user menu, which I have done by editing the site.php in applications>configs directory.

    The tab I have added will take the user to a page that functions very similarly to the 'payment-history' page, in that it is just a table that pulls info from the database specific to the user. (the data is some keywords they entered when signing up)

    My problem is this, I can't figure out how to
    a) Create that page (i.e. where I put it in my directory, what I call it, do I reference it in another file etc....I know how to pull info from the db)
    b) Link to that page in the site.php file. (ideally I would just like something like /keywords)

    I've sent a question to the support email address, but I wondered if there was any additional help I could get around here.
    Thanks
    Sam
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Sam,
    Unfortunately there is no easy way to do this.
    this will require advanced php skills and also you should know aMember structure.
    You have to create module that will handle this.
    Have a look to affiliate module as an example.
    You have to add user tabs to module bootstrap, create controller that will handle these pages, and create views.

Share This Page