History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1558
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Jeff Coughlin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

Admin toolbar causes site to not display if site uses Google Analytics

Created: 21/Oct/08 05:38 AM   Updated: 04/Nov/08 06:28 PM
Component/s: Webtop Admin UI
Affects Version/s: FarCry 5.1
Fix Version/s: FarCry 5.1

Time Tracking:
Not Specified


 Description  « Hide
If a site uses Google Analytics (using the new format that came out a year ago) and the user is logged in, the site will not appear for the user (only tested in FireFox).

A temp fix for now is to wrap the following code around your Google Analytics javascript:
<cfif application.security.isLoggedIn() is false>
...Google Analytics Javascript...
</cfif>

A quick Google search turned this up (not sure if it is related): http://blog.bvsoftware.com/post/2008/03/JQuery-123-conflicts-with-Google-Analytics.aspx

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Blair McKenzie - 04/Nov/08 06:28 PM
This has been resolved as part of the refactor towards iframes.