We are familiar with how to edit the templates in the following way:
adding – mediapress/default/gallery/manage/edit-media.phpHowever, in the situation where the ADMIN panel also needs to be modified
how can we override these: admin/templates/gallery/edit-media.phpSimply adding those folders into the theme is not enough.
Are we to assume there is no way to modify the admin/templates/gallery PHP files?
If so, are the only options available to use the template hooks?I was looking around in class-mpp-admin-post-helper.php and found this:
class MPP_Admin_Post_Helper private function __construct () $this->template_dir = mediapress()->get_path() . 'admin/templates/';
So, seems there is no way to set this directory to use the theme…
Can we have a future release where we define a constant, like this?
For example:
define( 'MPP_GALLERY_SLUG', 'my_custom_slug'); // works great define( 'MPP_ADMIN_TEMPLATE_DIR', '/mytheme/mediapress/admin'); // new feature
(Unless there is a way to modify the admin/templates/gallery PHP files that I can not see here)
Hi Christian,
Thank you for the suggestion.
Sure, we can make it overridable in future release.Regards
Brajesh
You must be logged in to reply to this topic.