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
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.