Changes between Initial Version and Version 1 of Ticket #4855, comment 13
- Timestamp:
- 03/05/2013 08:08:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4855, comment 13
initial v1 5 5 > I have 6 plugins I use that are broken because they supply templates and do not use plugins.php. 6 6 7 This is indeed the problem; a lot of old plugins are going to have this issue. 7 This is indeed the problem; a lot of old plugins are going to have this issue. 8 8 9 I just took a look at BP Album and it looks like this is the problem: 9 These plugins have been doing it wrong, which is mostly our fault since the older version of the BP Skeleton Component told plugin devs to follow the `'bp_located_template'` filter approach. 10 11 BP Album follows this older method: 10 12 https://github.com/BP-Media/bp-album/blob/master/includes/bpa.core.php#L356 11 13