Any plans for a Drupal 7 version?

CommentFileSizeAuthor
#1 styleswitcher-7.tar_.gz1.69 KBalanburke

Comments

alanburke’s picture

Status: Active » Needs review
StatusFileSize
new1.69 KB

D7 version attached

alanburke’s picture

Title: Drupal 7 port » Offering to maintain Styleswitcher

I use this project on a few sites, so it might be in my best interest to help out.
So I'd like to become a maintainer.

mint5auce’s picture

*Bump*

I'd like to develop this further on Drupal 7 too, I'd be happy to help out from a front end point of view.

alanburke’s picture

I've emailed the current owner, so I'll give them a chance to respond before taking a next step

hozt’s picture

Thanks Alan for taking the lead on this and coming up with the port to 7!

If you do not have a default css sheet configured a warning will be displayed on line 43:

$default = $theme_info->info['styleswitcher']['css']['default'];

Easy fix:
if (isset($theme_info->info['styleswitcher']['css']['default'])
$theme_info->info['styleswitcher']['css']['default'];

I have testing in Firefox, Chrome, Opera, and Safari. It works in all except for Safari.

cimo75’s picture

Hi +1 for this module in D7, the solution in #5 doesn t work for me.

cimo75’s picture

Hi
I ve installes the module and created a few css files (also a default one to avoid the error) but there is no css loading, the fadein fadeout overlay works though and the switching block appears correctly.

this in my .info

styleswitcher[css][default] = css/default.css
styleswitcher[css][Style 2] = css/style2.css
styleswitcher[css][Style 3] = css/style3.css

alanburke’s picture

Project: Style Switcher » Drupal.org site moderators
Version: 6.x-1.x-dev »
Component: Code » Project ownership
Category: feature » support

Further to http://drupal.org/node/1284782#comment-5053382
And two emails to the owner via the contact form,
I'd like to take over this module.

cimo75’s picture

Hi
on the log i can see that the requested css files are not found on the server by the user. So what happens in my case is that when the user calls the css files they are not available although they are indeed found on the page source.
So what can be wrong here?
S.

sreynen’s picture

Status: Needs review » Fixed

I've given alanburke full maintainer access to the project.

alanburke’s picture

Project: Drupal.org site moderators » Style Switcher
Version: » 6.x-1.x-dev
Component: Project ownership » Miscellaneous

Moving back to the project

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.