<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=ActivityReportsPostInstall</id>
	<title>ActivityReportsPostInstall - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://rt-wiki.bestpractical.com/index.php?action=history&amp;feed=atom&amp;title=ActivityReportsPostInstall"/>
	<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ActivityReportsPostInstall&amp;action=history"/>
	<updated>2026-08-22T05:23:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=ActivityReportsPostInstall&amp;diff=28&amp;oldid=prev</id>
		<title>Admin: 4 revisions imported</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ActivityReportsPostInstall&amp;diff=28&amp;oldid=prev"/>
		<updated>2016-04-06T20:03:11Z</updated>

		<summary type="html">&lt;p&gt;4 revisions imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:03, 6 April 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key bestpractical_mediawiki1459887241:diff:1.41:old-27:rev-28 --&gt;
&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://rt-wiki.bestpractical.com/index.php?title=ActivityReportsPostInstall&amp;diff=27&amp;oldid=prev</id>
		<title>88.166.7.111 at 15:45, 12 February 2012</title>
		<link rel="alternate" type="text/html" href="https://rt-wiki.bestpractical.com/index.php?title=ActivityReportsPostInstall&amp;diff=27&amp;oldid=prev"/>
		<updated>2012-02-12T15:45:06Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Once you install the ActivityReports extension it does not appear on any menus.&lt;br /&gt;
&lt;br /&gt;
You can find the ActivityReports here:&lt;br /&gt;
&lt;br /&gt;
http://bestpractical.com/rt/extensions.html&lt;br /&gt;
&lt;br /&gt;
http://search.cpan.org/search?query=RT+ActivityReports&lt;br /&gt;
&lt;br /&gt;
To add it to the Tools -&amp;amp;gt; Reports menu you can&lt;br /&gt;
&lt;br /&gt;
Create/edit this file &amp;amp;lt;rt install&amp;amp;gt;/local/html/Callbacks/ArbitraryName/Tools/Reports/Elements/Tabs/Default&lt;br /&gt;
&lt;br /&gt;
with these contents:&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;%init&amp;amp;gt;&lt;br /&gt;
    $tabs-&amp;amp;gt;{&amp;#039;e&amp;#039;} = {title =&amp;amp;gt; &amp;#039;Activity Reports&amp;#039;, path =&amp;amp;gt; &amp;#039;Reports/Activity/index.html&amp;#039;};&lt;br /&gt;
 &amp;amp;lt;/%init&amp;amp;gt;&lt;br /&gt;
 &amp;amp;lt;%args&amp;amp;gt;&lt;br /&gt;
    $tabs =&amp;amp;gt; undef&lt;br /&gt;
 &amp;amp;lt;/%args&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
-Also add to the Report Index page.&lt;br /&gt;
&lt;br /&gt;
To add it to the Tools -&amp;amp;gt; Reports menu you can&lt;br /&gt;
&lt;br /&gt;
Create/edit this file &amp;amp;lt;rt install&amp;amp;gt;/local/html/Callbacks/ArbitraryName/Tools/Reports/index.html/ListReports&lt;br /&gt;
&lt;br /&gt;
with these contents:&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;%init&amp;amp;gt;&lt;br /&gt;
 &lt;br /&gt;
 $tabs-&amp;amp;gt;{&amp;#039;E&amp;#039;} = {&lt;br /&gt;
       title =&amp;amp;gt; &amp;#039;Activity Reports&amp;#039;,&lt;br /&gt;
       path =&amp;amp;gt; &amp;#039;/Reports/Activity/index.html&amp;#039;,&lt;br /&gt;
       description =&amp;amp;gt; &amp;#039;Activity Reports&amp;#039;,&lt;br /&gt;
 };&lt;br /&gt;
 &lt;br /&gt;
 &amp;amp;lt;/%init&amp;amp;gt;&lt;br /&gt;
 &amp;amp;lt;%args&amp;amp;gt;&lt;br /&gt;
    $tabs =&amp;amp;gt; undef &lt;br /&gt;
 &amp;amp;lt;/%args&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
In RT4.0, you need to create/edit &amp;amp;lt;rt install&amp;amp;gt;/local/html/Elements/Tabs and around line 125, add the following:&lt;br /&gt;
 if ( $session{&amp;#039;CurrentUser&amp;#039;}-&amp;gt;HasRight( Right =&amp;gt; &amp;#039;AdminUsers&amp;#039;, Object =&amp;gt; RT-&amp;gt;System ) )&lt;br /&gt;
     {&lt;br /&gt;
       $tools-&amp;gt;child( reports =&amp;gt; title =&amp;gt; loc(&amp;#039;Reports&amp;#039;), path     =&amp;gt; &amp;#039;/Reports/Activity/&amp;#039;,description =&amp;gt; loc(&amp;#039;Activity Report&amp;#039;) );&lt;br /&gt;
     }&lt;/div&gt;</summary>
		<author><name>88.166.7.111</name></author>
	</entry>
</feed>