I have a site which consists of a "My Page" sitting as an app at one level, and then multiple other apps (incl. YAF) as apps underneath the "My Page" app, all using the SqlMembershipProvider to share credentials between the different apps in my "portal".
With the above setup, I would like to introduce a Master Page to the YAF app, which will include my own site-wide header and navigation buttons to navigate between the different apps on this portal. I understand that because these are separate individual apps, that each app would require a redundant master page but we are fine with that at this point. However, for the YAF forums in particular, I am having trouble getting the individual page title properties to bubble up to my Master page. I don't even know where to begin looking for where the page title is set within YAF.