Re: BuddyPress Links 0.2-RC1 now available
Thanks for taking the time to explain your method. I originally thought of doing something similar, but I was a little worried about breaking the flow of how WP “hunts” for templates. In BP (and buddypress links) there are lots of calls to locate_template(), and I haven’t yet taken the time to learn exactly how this works too see if what you suggest causes any problems.
I also have a bunch of calls to bp_core_load_template() that I want to get rid of.
It is encouraging that you have an established plugin that works using a custom locate technique, so I think I might do the same in the next iteration.
STYLESHEETPATH is a sweet constant, I only wish there was one for get_stylesheet_directory_uri()