MySite integration test
agentrickard - March 12, 2007 - 14:48
| Project: | Taxonomy Theme |
| Version: | 5.x-1.1 |
| Component: | User interface |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
This is a note more than a request.
I'm building user-specific theme-switching functions into the MySite module. See http://drupal.org/node/124408
Instead of using MySite settings to extend theme switching to arbitrary paths, I will explore using Taxonomy_Theme instead.
See http://drupal.org/node/127024
If you're interested in how the two modules might complement each other, my contact form is active.

#1
It doesn't quite work like I need it to, since I need to respond to the UID present in a path, or to the current global $user value.
I will test to try to ensure that the code I write doesn't conflict with Taxonomy_Theme.