Re: Which template file is Settings?
Thanks Brajesh Singh!
This is a puzzling part of the theme structure. I’ve added some of my generic page elements to the file, but now I need to figure out how to style the form – change password.
How is the settings data generated? There’s only this in plugin-template.php:
<?php do_action('bp_template_content') ?>
I can trace back includes and most functions, but this could be anything. Where does the form come from? How does the system know which template content? Is it only the ‘change password’ form or can other settings use this same plugin-template.php? Is plugin-template.php meant to bring settings from plugins into the front end? Why was this file introduced?