#2481 closed defect (bug) (fixed)
bbp_enqueue_style() doesn't work well with Windows filepaths
Reported by: | r-a-y | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.5.1 | Priority: | normal |
Severity: | normal | Version: | trunk |
Component: | Front-end | Keywords: | has-patch |
Cc: | Mat, Lipe |
Attachments (2)
Change History (11)
#2
@
11 years ago
- Milestone changed from Awaiting Review to 2.5.1
Had a feeling this might be a problem. Thanks for taking a stab at it.
#3
@
11 years ago
Patch is good :)
Tested on:
Windows Apache (XAMPP) http://localhost
http://127.0.0.1/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5-5199
CentOS Apache http://example.com
http://example.com http://example.com/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5-5199
Windows IIS Multisite (Sub Domain)
http://firstsite.nw/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5-5199
http://firstsite.primarysite.nw/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5-5199
http://secondsite.nw/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5-5199
http://secondsite.primarysite.nw/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5-5199
I presume Nginx is good as bbpress.org is Nginx :) and I broke my Nginx setup ;)
#5
@
11 years ago
- Owner set to johnjamesjacoby
- Resolution set to fixed
- Status changed from new to closed
In 5209:
#8
@
11 years ago
@inetbizo You shouldn't need the patch for linux systems.
Firstly in your forum post here you state you have reverted back to bbPress 2.5, if this is correct version then your site is working as expected with bbPress 2.5 at the moment and looks great by the way :)
<link rel='stylesheet' id='bbp-default-css' href='https://www.hosting-4-oscommerce.com/wp-content/plugins/bbpress/templates/default/css/bbpress.css?ver=2.5-5199' type='text/css' media='screen' />
If your actually using bbPress 2.4.x could you please update to bbPress 2.5 again and let us know if that works.
Meant to type r5186 instead of r5185.