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

Plugin - Login for download combined with community

Quote Reply
Plugin - Login for download combined with community
Hi,
I want to use the plugin "login for download" (see attachment)

Everything works fine in gossamer links but combined with g-community.

At first there comes the normal gossamer login page.
And when I put in my pass im redirected to community login page.
And when I put in my pass there I can download.

Is there a way to change the plugin, for g-community?

Matthias

Matthias
gpaed.de

Last edited by:

Matthias70: Jul 19, 2007, 11:42 AM
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
Quote Reply
Re: [Matthias70] Plugin - Login for download combined with community In reply to
Do you have an example URL of where you have this setup, so I can take a closer look?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!