I can't get the Tracker to work on a CMSMS site.
I have followed a suggestion of wrapping the code in {literal} tags but this does not work either.
Xtreme say that the reason their code does not work in my case is that the 'editor' has put all the code on 1 line rather than keeping to the lineage in the code snippet. This, they say, breaks the code.
Any ideas or suggestions would be very welcome.
Thanks
Martin
A message to anyone using Xtreme Tracker successfully on a CMSMS site.
-
- Power Poster
- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: A message to anyone using Xtreme Tracker successfully on a CMSMS site.
disable wysiwyg editor in user preferences for gcb's (global content blocks)
add your script (including wrapping it up in {literal} block) to a new global content block
add a tag calling that new gcb in your page instead of the script itself.
alternatively... put the code in the template instead of trying to add it to page content. if it is only for one page and not an entire site, put it inside something like:
{if $page_alias eq 'alias-of-page-to-track'}
{literal}
script here
{/literal}
{/if}
add your script (including wrapping it up in {literal} block) to a new global content block
add a tag calling that new gcb in your page instead of the script itself.
alternatively... put the code in the template instead of trying to add it to page content. if it is only for one page and not an entire site, put it inside something like:
{if $page_alias eq 'alias-of-page-to-track'}
{literal}
script here
{/literal}
{/if}
eternity (n); 1. infinite time, 2. a seemingly long or endless time, 3. the length of time it takes a frozen pizza to cook when you're starving.
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
4,930,000,000 (n); 1. a very large number, 2. the approximate world population in 1986 when Microsoft Corp issued its IPO. 3. Microsoft's net profit (USD) for the quarter (3 months) ending 31 March 2007.
CMSMS migration and setup services | Hosting with CMSMS installed and ready to go | PM me for Info
-
- Power Poster
- Posts: 444
- Joined: Wed Dec 27, 2006 5:15 pm
Re: A message to anyone using Xtreme Tracker successfully on a CMSMS site.
Thank you Kermit for your time in replying. I will try your suggestions tomorrow and let you know how I get on.
Regards
Martin
Regards
Martin