Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5212, comment 2


Ignore:
Timestamp:
10/24/2013 08:29:48 PM (11 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5212, comment 2

    initial v1  
    55> What'd be helpful (and here's a chance for non-devs to jump in) is to work up a list of the different scenarios where one would be using bp-default, or assets thereof, and to run a series of tests using DJPaul's patch. Things like: bp-default as active theme, as parent theme, plugins like Genesis Connect that pull assets from bp-default, etc.
    66
    7 Here's some quick code to redirect assets from `/bp-themes/bp-default/` to `/themes/bp-default/`:
    8 http://pastebin.com/pSdxJsBv
     7Here's some quick code to redirect any asset from `/bp-themes/bp-default/` to `/themes/bp-default/`:
     8http://pastebin.com/aLhRRs0x
    99
    1010For this code to work, the `/bp-themes/bp-default/` asset must not exist and the `wp-content/themes/bp-default/` directory must exist.  It's better to do this in .htaccess, but thought I'd put up some initial code for now.