Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

script name in include_paging.html

Quote Reply
script name in include_paging.html
Hi,

The template include_paging.html uses the internal function "GForum::GUI::draw" to draw the display of the paging. I would like to know where I can change the script name (gforum.cgi) used by this fonction to another one?

Jason, it would be very appreciated if you add for version 2.0 a variable in the admin panel for setting the script name in all templates.

Thank you.

François
Quote Reply
Re: [Franco] script name in include_paging.html In reply to
Hi François,

You can add a line like this in the arguments to the GForum::GUI::draw function:

"gforum.cgi" => "somethingelse.cgi",

That will then use somethingelse.cgi instead of gforum.cgi in the generated html.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com