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

GT::SQL::Display::HTML->toolbar() not working right :/

Quote Reply
GT::SQL::Display::HTML->toolbar() not working right :/
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
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!
Quote Reply
Re: [Andy] GT::SQL::Display::HTML->toolbar() not working right :/ In reply to
I give up for tonight :(

All I want to do, is make a new toolbar, specifically for sent messages (i.e sent_page=...). Anyone know of an easier way to get this? :/

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!