Anyone got any ideas as to why do= ... ; isn't being passed through correcly? My code is;
$vars->{toolbar} = \GT::SQL::Display::HTML->toolbar($nh,$mh,$vars->{num_messages},GT::CGI->url( path_info => 1 ));
Example URL output;
http://ultranerds.com/cgi-bin/forum_/gforum.cgi?do=;page=2;sb=msg_time;so=DESC;mh=15;
Note the "do=;" part... which should be populated with "do=pmmanager;"
Just in case, I tried accessing it with;
/gforum.cgi?do=pmmanager
..as well as;
/gforum.cgi?do=pmmanager;
TIA for any suggestions
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
$vars->{toolbar} = \GT::SQL::Display::HTML->toolbar($nh,$mh,$vars->{num_messages},GT::CGI->url( path_info => 1 ));
Example URL output;
http://ultranerds.com/cgi-bin/forum_/gforum.cgi?do=;page=2;sb=msg_time;so=DESC;mh=15;
Note the "do=;" part... which should be populated with "do=pmmanager;"
Just in case, I tried accessing it with;
/gforum.cgi?do=pmmanager
..as well as;
/gforum.cgi?do=pmmanager;
TIA for any suggestions
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

