Closed (fixed)
Project:
Styles
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2011 at 19:37 UTC
Updated:
3 Jun 2011 at 01:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
oxyc commentedHey,
I think i found the root of the problem, however I'm not certain how to tackle it. Read my comment
Comment #2
cocoloco commentedDid some looking in the code and I found:
which allowed me to implement HOOK_styles_default_styles_alter() to accomplish what I needed.
Note: I also found the following other _alter hooks in the code, however haven't tested them:
It might help other people looking to line in with the Styles 2.x API to update the project page with updated hook names, since it seems the project page and README file are out of date.
-cocoloco
Comment #3
oxyc commentedComment #4
cocoloco commentedThanks for posting this patch oxyc.
Comment #5
aaron commentedgot it, thanks @oxyc & @cocoloco!