Fantastic module! The choices made me howl in laughter.

What I want to do is forward a user with a particular role (Cancelled Member) to one particular page that says, your account has expired. I put in the path in the Wrong Page list of URLs, set Wrong Path to 100% and all the rest to 0%, but the user would not get forwarded there. Thinking perhaps an aliased path wasn't be read properly, I put in the node path as node/35 (or whatever) and that didn't work either. I know Misery is being inflicted because the other options respond well but not this one. Am I inputting it incorrectly?

Thanks.

Comments

danielb’s picture

Category: support » bug

Oh yeah it looks like array_rand() returns keys not values, so I will have to fix that little bit of code for the wrong page operation.

danielb’s picture

Status: Active » Fixed

Alright I've made new releases on both branches.

rajmataj’s picture

Version: 6.x-1.6 » 6.x-1.7

Thanks for the quick reply. It seems the new version, 1.7, is dependent upon Manifest which is currently in development. Will this dependency remain for this version?

danielb’s picture

woops, I don't know how that happened, I've made a 1.8 version without that dependency.

rajmataj’s picture

Thanks again for your quickness. The redirect seems to rapid-fire the url so many times that most browsers choke. Is this meant to behave like this? I was expecting a simple one-off redirect to a page.

danielb’s picture

If the page you redirect them to is also on your site, then they will also have a chance that it happens again.

rajmataj’s picture

Status: Fixed » Closed (fixed)

Makes sense that it would be problematic on the same site. Thanks again. Who thought Misery could be so much fun?