Gossamer Forum
Home : Products : Links 2.0 : Customization :

Launching in frameset

(Page 4 of 4)
> >
Quote Reply
Re: Launching in frameset<br> In reply to
You're welcome...it is a much easier solution than trying to hack jump.cgi with both modifications.

Regards,

Eliot Lee

Quote Reply
Re: [widgetz] Launching in frameset In reply to
Hi Widgetz,

I am trying to install this MOD. When I checked out my jump.cgi I could not find any of the code that you have listed in your first step above.

My jump.cgi looks like this:
use strict;
use lib '/usr/home/eddie/www/cgi-bin/admin';
use Links qw/$CFG/;
use Links::User::Jump;

local $SIG{__DIE__} = \&Links::fatal;

Links::init('/usr/home/eddie/www/cgi-bin/admin');
Links::init_user();

if (GT::Plugins->dispatch ($CFG->{admin_root_path} . '/Plugins', 'check_request', \&Links::check_request)) {
GT::Plugins->dispatch ($CFG->{admin_root_path} . '/Plugins', 'handle_jump', \&Links::User::Jump::handle);
}


I don't see anything that looks like this:

FIND:
Code:
require "admin/links.cfg"; # Change this to full path to links.cfg if you have problems.
require "$db_lib_path/db_utils.pl";
require "$db_lib_path/links.def";


What am I doing wrong?

Thanks in advance,

Eddie
Quote Reply
Re: [eddie123] Launching in frameset In reply to
You seems to be running Links SQL, not Links 2 (flatfile) Wink

Also, Widgetz hasn't been around for over a year.

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
Quote Reply
Re: [Andy] Launching in frameset In reply to
hi andy,

can you point me in the right direction to do the frameset launching like this post, but in links sql.

thank you,

eddie
Quote Reply
Re: [eddie123] Launching in frameset In reply to
Have a look at my Ask_Frames plugin, available for free download via Plugins > Download > Show (keep going through the page, until you see it).

Cheers

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
> >