EasySocial also allows you to create global template overrides instead of the standard template overrides. With standard template overrides, you will need to create the overrides for every template (If your site runs on multiple templates, you will need to create overrides separately).
With global template override, it allows you to only create a template override only once without having to create template overrides for every template that you have.
If you have a template override created for your specific Joomla template, it has a higher precedence over global template override.
Creating Global Template Overrides
Create the following folder structure below:
/templates/stackideas/easysocialAll you have to do now is to copy any files or folders that you want to create an override of, can be copied from the themes folder into the folder specified above.
Example (Component Theme Files)
If you are trying to modify the file
/components/com_easysocial/themes/wireframe/dashboard/default/default.php, then the correct global override location would be:/templates/stackideas/easysocial/dashboard/default/default.phpExample (Apps)
If you are trying to modify the file
/media/com_easysocial/apps/user/blog/themes/default/story/panel.form.php, then the correct global override location would be:/templates/stackideas/easysocial/apps/user/blog/story/panel.form.phpExample (Custom Fields)
If you are trying to modify the file
/media/com_easysocial/apps/fields/user/address/themes/default/content.php, then the correct global override location would be:/templates/stackideas/easysocial/fields/user/blog/address/content.php