Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Blueprints does not respect $env_config[‘url_third_themes’]

Status Resolved
Add-on / Version 2.1
Severity Trivial
EE Version 2.9.0

Bryan Burgers

Aug 15, 2014

Blueprints assumes that the third party themes folder is always under $env_config[‘theme_folder_url’] rather than looking at $env_config[‘url_third_themes’]. url_third_themes seems to be the correct place to look, according to https://ellislab.com/expressionengine/user-guide/general/system_configuration_overrides.html#url-third-themes.

helper.blueprints.php, lines 136 & 141.
acc.blueprints.php, lines 227, 237, and 286.

#1

Bryan Burgers

I guess I didn’t actually report a problem. Implicit in the above was that my url_third_themes location is in a non-standard place, and Blueprints is not finding it correctly.

#2

BoldMinded (Brian)

It looks like you find all instances of that variable in the code. Did you make the update and fix it? It’ll be a couple days before I can update and test the changes.

#3

Bryan Burgers

I haven’t had a chance to test it yet. For now, we moved just the Blueprints and boldminded_themes theme folders to where Blueprints expects them. But I did want to report the issue for the future, for playing nice in the ExpressionEngine ecosystem, etc.

For this project, we’re probably all set with this workaround. But hopefully by the next project we can put it in the right spot.

#4

BoldMinded (Brian)

Thanks for pointing this out. I’ll get to updating this soonish.

#5

BoldMinded (Brian)

Bryan, this is fixed for the next release. Thanks for the input.

Login to reply