By mod_phx on
hi everyone,
i'm having trouble setting the default theme for individual users. here's what happens:
i set my drupal default theme to bluemarine.
i create a test user, and set that user's default them to pushbutton.
i log out and then log back in as test user. the first page (http://localhost/user/5) correctly shows the pushbutton theme, but if i click on any links in the navigation or go to any other pages it shows me the bluemarine theme.
what am i doing wrong?
Comments
What Version?
What version of Drupal are you using?
Also, I'm assuming you've already set proper access control (e.g. "select different theme").
I've tested this in 4.7 and 5.0b2 and it is working flawlessly.
Josh
culprit = taxonomy_theme
i had installed the taxonomy-theme module when i first started playing with drupal. disabling that module made the problem go away. maybe there's a problem with the module?
thanks for your reply josh!
culprit = taxonomy_theme
i had installed the taxonomy-theme module when i first started playing with drupal. disabling that module made the problem go away. maybe there's a problem with the module?
thanks for your reply josh!