Changes between Initial Version and Version 1 of Ticket #5212, comment 2
- Timestamp:
- 10/24/2013 08:29:48 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5212, comment 2
initial v1 5 5 > 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. 6 6 7 Here's some quick code to redirect a ssetsfrom `/bp-themes/bp-default/` to `/themes/bp-default/`:8 http://pastebin.com/ pSdxJsBv7 Here's some quick code to redirect any asset from `/bp-themes/bp-default/` to `/themes/bp-default/`: 8 http://pastebin.com/aLhRRs0x 9 9 10 10 For 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.