When the module is active on my page, the alt1 class seems to just disappear entirely from the html output; every place on the page where it would say class="alt1" just says class="". The class still exists in the CSS, however.
EDIT:
Huh. The unset(... $bgclass, ...); on line 84 of the module caused this. I commented that part out and it fixed it.
Also, if you have multiple copies of the module, if any of them have a certain user defined (like having a random images module right under a featured user album module), the ones loaded after it seem to inherit the setting for a specific user ID.
|