Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [Matthias70] Plugin - Login for download combined with community

Quote Reply
Re: [Matthias70] Plugin - Login for download combined with community In reply to
I think that's the part with the problem?

Code:
if ($USER) {
return @_;
} else {
$PLG->action(STOP);
my $url = $IN->url(absolute => 1, query_string => 1);
print $IN->header();
print Links::SiteHTML::display("login", { url => $url });
}
}

Is there a way to redirect to community login?

Matthias

Matthias
gpaed.de
Subject Author Views Date
Thread Plugin - Login for download combined with community Matthias70 2466 Jul 19, 2007, 11:41 AM
Thread Re: [Matthias70] Plugin - Login for download combined with community
Matthias70 2380 Jul 20, 2007, 4:49 AM
Post Re: [Matthias70] Plugin - Login for download combined with community
Andy 2383 Jul 20, 2007, 6:00 AM