Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5332, comment 15


Ignore:
Timestamp:
01/15/2014 06:35:12 PM (10 years ago)
Author:
stevenkword
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5332, comment 15

    initial v1  
    1 It looks like I may have left out the single most important detail!  I am trying to leverage BuddyPress components for an application service I am building.  However, I have no interest in the native blog functionality that comes with WordPress.  So I am looking at this from the perspective of using BP as more of a framework.  Since I am not using the native WordPress blog "front-page", this collision is of no concern.  The behavior to setting the homepage to a static page in that it eliminates the default presentation.
     1It looks like I may have left out the single most important detail!  I am trying to leverage BuddyPress components for an application service I am building.  However, I have no interest in the native blog functionality that comes with WordPress.  So I am looking at this from the perspective of using BP as more of a framework.  Since I am not using the native WordPress blog "front-page", this collision is of no concern.  The behavior to setting the homepage to a static page rather than the most recents posts.
    22
    33What I am looking for is a way to define this intention via a global variable.  The standard blog functionality would still work aside from the front-page. I am proposing that we add a global variable, BP_ROOT_PROFILE_DEFAULT , that states whether the root profiles should be set to 'blog' or 'bp_default_component'.