I’m trying to expand what’s displayed on the main member profile control panel page. For example, I’d like to display bulletins right on the main page instead of having members click on the “Private Messages” link on the bottom left navigation (where noone will see them). I’s also like to integrate some site/application specific metrics on the members home page as well.
First Try: Using EE tags….Nope - as far as I can tell, individual member module tags only work within their respective templates (for instance, the bulletin and message EE tags don’t work in the “Member Profile Home Page” template)
Second Try: PHP with calls to the database….Nope - PHP doesn’t work in the member templates
What are my options for customizing the member profile control panel?