Custom page for profile
-
Hi there,
I’ve been using TML on a project for a while and am pretty clear on it’s internals. Consider me developer-level.
I’m updating this project. Currently I have a “profile” page and that works fine. In the new iteration of the project I want a new “me” page to replace the “profile” page. I can work out the custom redirects, BUT I have an issue where, when I’m logged in and I visit my /register page TML knows I’m already registered seems to redirect me to /profile.
I’ve been scouring the source code and have come across the method Theme_My_Login::get_page_id()
The code in this method implies that at some point pages were marked with post_meta identifying them as being the pages used for particular actions.
Am I right in saying that to use my new “me” page for the “profile” action, I’ll need to update this post_meta? Is there a GUI for doing this? Or do I need to hack the database? Or any other ideas why this isn’t working?
Thanks
Ross
- The topic ‘Custom page for profile’ is closed to new replies.