Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Franco] Using a independent form with gforum.cgi

Quote Reply
Re: [Franco] Using a independent form with gforum.cgi In reply to
And you want to use GForum to do this? I think the easiest thing to do would be to create a global call get_cgi_input, and set it to:

sub { $IN->get_hash }

Then, add:

<%get_cgi_input%>

at the top of the page, and you can now use any of the CGI parameters on the page. So, if someone passed in: .....gforum.cgi?post_message=This_is_my_post

you could use <%post_message%> to display:

This_is_my_post

Is that the sort of thing you're after?

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Using a independent form with gforum.cgi Franco 4795 Apr 19, 2003, 9:16 AM
Thread Re: [Franco] Using a independent form with gforum.cgi
Jagerman 4673 Apr 19, 2003, 3:29 PM
Post Re: [Jagerman] Using a independent form with gforum.cgi
Franco 4648 Apr 19, 2003, 7:47 PM
Thread Re: [Jagerman] Using a independent form with gforum.cgi
Franco 4654 Apr 19, 2003, 10:27 PM
Thread Re: [Franco] Using a independent form with gforum.cgi
Jagerman 4648 Apr 20, 2003, 4:10 PM
Thread Re: [Jagerman] Using a independent form with gforum.cgi
Franco 4638 Apr 20, 2003, 6:23 PM
Thread Re: [Franco] Using a independent form with gforum.cgi
Jagerman 4650 Apr 20, 2003, 8:03 PM
Thread Re: [Jagerman] Using a independent form with gforum.cgi
Franco 4631 Apr 20, 2003, 8:18 PM
Thread Re: [Franco] Using a independent form with gforum.cgi
Jagerman 4635 Apr 21, 2003, 12:46 AM
Post Re: [Jagerman] Using a independent form with gforum.cgi
Franco 4602 Apr 22, 2003, 8:31 AM