Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #4855, comment 14


Ignore:
Timestamp:
03/05/2013 11:06:23 PM (12 years ago)
Author:
modemlooper
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4855, comment 14

    v1 v2  
    1 activity.php is a sub template of home. If you replaced home.php from a plugin the theme would break unless you specifically knew the mark up. This is essentially the issue.
     1activity.php is a sub template of home. If you replaced home.php from a plugin the theme would break unless you specifically knew the mark up. This is essentially the issue. You would replace activity.php with plugins.php but what do you replace plugins.php with?
    22
    33I don't think adding a template file will complicate things. It's an added measure to make sure the structure stays put. Curious to see your idea and how you are going to deal with overriding plugins.php when it's in use.