<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Urban Giraffe Support: Forum: Audit Trail - Recent Posts</title>
<link>http://urbangiraffe.com/support/</link>
<description>Urban Giraffe Support: Forum: Audit Trail - Recent Posts</description>
<language>en</language>
<pubDate>Fri, 21 Nov 2008 22:32:56 +0000</pubDate>

<item>
<title>John on "Audit Trail or Edit Plugin capabilities not enough?"</title>
<link>http://urbangiraffe.com/support/topic/audit-trail-or-edit-plugin-capabilities-not-enough#post-510</link>
<pubDate>Fri, 19 Sep 2008 06:41:05 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">510@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;edit_posts
&#60;/p&#62;</description>
</item>
<item>
<title>daidu42 on "Audit Trail or Edit Plugin capabilities not enough?"</title>
<link>http://urbangiraffe.com/support/topic/audit-trail-or-edit-plugin-capabilities-not-enough#post-505</link>
<pubDate>Thu, 18 Sep 2008 16:26:53 +0000</pubDate>
<dc:creator>daidu42</dc:creator>
<guid isPermaLink="false">505@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I have a weird situation where I have a bare-bones role with hardly any capabilities except Audit Trail. But, enabling Audit Trail (or Edit Plugins for that matter) isn't enough to get the Manage -&#38;gt; Audit Trail menu to show up in the back end. What other capabilities must I enable to get it to work?
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Option "Ignore Users" is not working"</title>
<link>http://urbangiraffe.com/support/topic/option-ignore-users-is-not-working#post-338</link>
<pubDate>Wed, 20 Aug 2008 02:43:40 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">338@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Added to bug tracker
&#60;/p&#62;</description>
</item>
<item>
<title>bbodine1 on "Option "Ignore Users" is not working"</title>
<link>http://urbangiraffe.com/support/topic/option-ignore-users-is-not-working#post-326</link>
<pubDate>Sun, 10 Aug 2008 16:09:06 +0000</pubDate>
<dc:creator>bbodine1</dc:creator>
<guid isPermaLink="false">326@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;In the Audit Trail Options, Other Options, I am trying to ignore the user id &#34;admin&#34; but when I type it in and save the options it disappears. If I put a comma behind it only the comma appears in the field after saving. I have checked the mysql db and the field is not saving &#34;admin&#34; but it will save the comma. I tried to force the plugin to work by manually entering the &#34;admin&#34; in the database but it did not work. When I checked the options again it was there but as I saved the options it was removed from the option box in the plugin. Can you help me please?? or point me in the right direction? Thanks so much... great plugin by the way!
&#60;/p&#62;</description>
</item>
<item>
<title>beckrich on "Plugin Path Issues In The Admin Head"</title>
<link>http://urbangiraffe.com/support/topic/plugin-path-issues-in-the-admin-head#post-253</link>
<pubDate>Fri, 20 Jun 2008 16:57:34 +0000</pubDate>
<dc:creator>beckrich</dc:creator>
<guid isPermaLink="false">253@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Both are:&#60;br /&#62;
&#60;a href=&#34;http://www.example.com&#34; rel=&#34;nofollow&#34;&#62;http://www.example.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Older versions available anywhere?"</title>
<link>http://urbangiraffe.com/support/topic/older-versions-available-anywhere#post-240</link>
<pubDate>Tue, 17 Jun 2008 14:36:06 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">240@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;If wp_enqueue_script was added in 2.1 then I'm afraid Audit Trail is not 2.0 compatible as I thought.  I don't have any older copies.
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Plugin Path Issues In The Admin Head"</title>
<link>http://urbangiraffe.com/support/topic/plugin-path-issues-in-the-admin-head#post-227</link>
<pubDate>Tue, 17 Jun 2008 14:21:18 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">227@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;What is your blog and site URL in the WP options page?
&#60;/p&#62;</description>
</item>
<item>
<title>beckrich on "Plugin Path Issues In The Admin Head"</title>
<link>http://urbangiraffe.com/support/topic/plugin-path-issues-in-the-admin-head#post-204</link>
<pubDate>Mon, 02 Jun 2008 20:03:49 +0000</pubDate>
<dc:creator>beckrich</dc:creator>
<guid isPermaLink="false">204@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Audit Trail is having trouble finding its own directory in my Wordpress install, causing the admin interface to break.&#60;/p&#62;
&#60;p&#62;Example of what it's generating:&#60;br /&#62;
'&#38;lt;script type=&#34;text/javascript&#34; src=&#34;http://www.example.com//js/audit-trail-post.js&#34;&#38;gt;&#38;lt;/script&#38;gt;'&#60;/p&#62;
&#60;p&#62;What it should be:&#60;br /&#62;
'&#38;lt;script type=&#34;text/javascript&#34; src=&#34;http://www.example.com/wp-content/plugins/audit-trail/js/audit-trail-post.js&#34;&#38;gt;&#38;lt;/script&#38;gt;'&#60;/p&#62;
&#60;p&#62;Any ideas? Or is there a place I can set the path explicitly? (though this seems a little ridiculous given the rest of the plugin seems to be working)&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>dwc on "Older versions available anywhere?"</title>
<link>http://urbangiraffe.com/support/topic/older-versions-available-anywhere#post-172</link>
<pubDate>Wed, 16 Apr 2008 18:31:09 +0000</pubDate>
<dc:creator>dwc</dc:creator>
<guid isPermaLink="false">172@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;According to the &#60;a href=&#34;http://wordpress.org/extend/plugins/audit-trail/&#34;&#62;WordPress plugin page&#60;/a&#62;, this plugin is compatible with WordPress 2.0 and above.&#60;/p&#62;
&#60;p&#62;However, I tried to install it on a WordPress 2.0.11 blog (which we use at work for some blogs under the &#60;a href=&#34;http://wordpress.org/download/legacy/&#34;&#62;WordPress legacy commitment&#60;/a&#62;) and had an error:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function wp_enqueue_script() in /var/www/localhost/htdocs/myblog/wp-content/plugins/audit-trail/audit-trail.php on line 85&#60;/p&#62;
&#60;p&#62;As far as I can tell, wp_enqueue_script was added in WordPress 2.1. WordPress versions 2.1 through 2.3 are no longer maintained, and we are still waiting for 2.5 to stabilize.&#60;/p&#62;
&#60;p&#62;Is there a version of the audit-trail plugin available somewhere that is compatible with 2.0.11?  If so, perhaps it could be added to wp-plugins.org SVN?
&#60;/p&#62;</description>
</item>
<item>
<title>michaelkalina on "Monitor logged in users only"</title>
<link>http://urbangiraffe.com/support/topic/monitor-logged-in-users-only#post-98</link>
<pubDate>Thu, 13 Mar 2008 07:55:23 +0000</pubDate>
<dc:creator>michaelkalina</dc:creator>
<guid isPermaLink="false">98@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Good! Thanks a lot.
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Monitor logged in users only"</title>
<link>http://urbangiraffe.com/support/topic/monitor-logged-in-users-only#post-95</link>
<pubDate>Wed, 12 Mar 2008 10:30:44 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">95@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;True, and the text has now been corrected!
&#60;/p&#62;</description>
</item>
<item>
<title>michaelkalina on "Monitor logged in users only"</title>
<link>http://urbangiraffe.com/support/topic/monitor-logged-in-users-only#post-82</link>
<pubDate>Wed, 12 Mar 2008 02:48:22 +0000</pubDate>
<dc:creator>michaelkalina</dc:creator>
<guid isPermaLink="false">82@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Just wondering, because it says &#34;Registered user page visits&#34; in the options...
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Monitor logged in users only"</title>
<link>http://urbangiraffe.com/support/topic/monitor-logged-in-users-only#post-78</link>
<pubDate>Tue, 11 Mar 2008 16:32:56 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">78@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Ok, pretty much everything is for registered users only &#60;em&#62;except&#60;/em&#62; the view page module!  You can disable this from the audit trail options page if you don't need it at all.  Currently there's no way to only monitor registered user page views, although this could be &#60;a href=&#34;http://urbangiraffe.com/tracker/projects/add_issue/6?tracker_id=2&#34;&#62;added&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>michaelkalina on "Monitor logged in users only"</title>
<link>http://urbangiraffe.com/support/topic/monitor-logged-in-users-only#post-75</link>
<pubDate>Mon, 10 Mar 2008 12:45:29 +0000</pubDate>
<dc:creator>michaelkalina</dc:creator>
<guid isPermaLink="false">75@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I'd love to believe that, but I am getting HUGE lists of actions &#34;view page&#34; by users without names and with various IPs not even close to the range of IPs registered users have... (and from time to time actions like &#34;logged in&#34; or &#34;logged out&#34; with usernames as I thought the plugin would work..)&#60;/p&#62;
&#60;p&#62;To the point: I have sorted the log the plugin creates by usernames and the result is: ~20 actions from people with a username, ~15 more pages with 250 entries/page from people without a username...
&#60;/p&#62;</description>
</item>
<item>
<title>John on "Monitor logged in users only"</title>
<link>http://urbangiraffe.com/support/topic/monitor-logged-in-users-only#post-74</link>
<pubDate>Mon, 10 Mar 2008 11:12:46 +0000</pubDate>
<dc:creator>John</dc:creator>
<guid isPermaLink="false">74@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;Pretty much everything that Audit Trail monitors is for registered users only.  What are you getting non-regsitered user activity for?
&#60;/p&#62;</description>
</item>
<item>
<title>michaelkalina on "Monitor logged in users only"</title>
<link>http://urbangiraffe.com/support/topic/monitor-logged-in-users-only#post-73</link>
<pubDate>Mon, 10 Mar 2008 07:22:58 +0000</pubDate>
<dc:creator>michaelkalina</dc:creator>
<guid isPermaLink="false">73@http://urbangiraffe.com/support/</guid>
<description>&#60;p&#62;I still did not figure out how to configure Audit Trail to only display a log of actions from registered users only... Any help?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
