HomeRefreshInterval

Is there way to set the HomeRefreshInterval nicely?

I tried to invoke RT with
http://our.server.name/?HomeRefreshInterval=600 but it didn’t work. I
don’t know where else to put this, or even a place to put it (except
overriding and hacking the Refresh element) so it would always be a
default.

Thanks!

Steve Palm — stevep@sga.org
Computer Systems Analyst/Programmer
Slavic Gospel Association – Loves Park, IL

On the index.html page, (you probably want to copy index.html to your
rt3/local/html and edit it from there)

Page to change: index.html
Go to: (around line 150)
if ($ARGS{‘HomeRefreshInterval’}) {
$session{‘home_refresh_interval’} = $ARGS{‘HomeRefreshInterval’};
}

add in this line to have it default to the refresh every 10mins

else { $session{‘home_refresh_interval’} = 600; }

This will only affect the Main ticket page. It will not update the
Search Builder page.-----Original Message-----
From: rt-users-bounces@lists.bestpractical.com
[mailto:rt-users-bounces@lists.bestpractical.com] On Behalf Of Steve
Palm
Sent: Thursday, January 13, 2005 1:52 PM
To: rt-users@lists.bestpractical.com
Subject: [rt-users] HomeRefreshInterval

Is there way to set the HomeRefreshInterval nicely?

I tried to invoke RT with
http://our.server.name/?HomeRefreshInterval=600 but it didn’t work. I
don’t know where else to put this, or even a place to put it (except
overriding and hacking the Refresh element) so it would always be a
default.

Thanks!

Steve Palm — stevep@sga.org
Computer Systems Analyst/Programmer
Slavic Gospel Association – Loves Park, IL

http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Be sure to check out the RT wiki at http://wiki.bestpractical.com

CONFIDENTIALITY NOTICE: The information contained in this message and
or attachments is intended only for the person or entity to which it is
addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination, copying, or other use of this
information by persons or entities other than the intended recipient is
prohibited. If you received this e-mail or its attachments in error,
please contact the sender and delete the material from any system and
destroy any copies.