Tynt-SMF Tracer Mod

Started by InfoStrides, July 30, 2010, 01:40:40 PM

Previous topic - Next topic

InfoStrides

Quote from: akbora on August 18, 2010, 06:16:47 PM
It doesn't work on Opera I have tried now. Firefox and IE ok.

It doesn't work on Opera. Thank you for your observation. This will be looked into.

InfoStrides

Quote from: akbora on August 18, 2010, 06:16:47 PM
It doesn't work on Opera I have tried now. Firefox and IE ok.

I found out from the Tynt Company and the response was below:

QuoteTynt Insight currently works on all popular web browsers & Operating Systems including: IE 7-8, Firefox, Safari & Chrome on Windows 7, XP, Vista, and Mac OS.

Right now, we don't have plans to support the Opera browser.

InfoStrides

This mod is now recognised and approved by Tynt Support Team. Check this link for confirmation: http://www.tynt.com/support/setup/

Thanks to Tynt Support Team for this encouragement.

Evilcyber

The mod modifies the original Tynt javascript code and phones home data to the Infostrides server, which is absolutely not necessary for Tynt to function. Infostrides are aggravating data without actively telling users of their mod that they do so.

What puts insults next to injury is that that server is awfully slow and can cause page load times of around 10 seconds.

For anyone who wants to use Tynt without this questionable mod: Simply install the Global / Headers Footers mod, get your Tynt js code from tynt.com [nofollow] and put it in the footer.

Aktoraman

Hello there everyone!
Congratulations for your very nice mod...  :)

Iam running SMF 2.0 RC3 forum and iam trying to install the Tynt-SMF Tracer Mod v1.0
At the beggining of the installation i have an Error in Package Installation.
This is the error:

Execute Modification  ./Themes/default/index.template.php  Test failed
Add Before ./Themes/default/index.template.php


Anyway, i try to do the installation manually and i figure out that in :
./Themes/default/index.template.php
Cannot find the :
// Output any remaining HTML headers. (from mods, maybe?)
And  add before the :
[i]
//Tynt-SMF Tracer Mod Starts Here
if (!empty($modSettings['tynt_on']) && !empty($modSettings['tynt_userid']) && isset($modSettings['tynt_linkprefix']))
echo '
    <script type="text/javascript">tyntVariables = {"ap":"', $modSettings['tynt_linkprefix'] . '"};</script>
<script type="text/javascript" src="http://mods.theinfostrides.com/scripts/Tracer.js?user=', $modSettings['tynt_userid'] . '"></script>';

//Tynt-SMF Tracer Mod Ends Here [/i]


Any suggestions?

kibtwane

QuoteCopy this script to all your pages into either the <HEAD> or <BODY> tag (the closer to the top, the quicker it will start working during page load):

All my pages???

Or just the index template?

kibtwane

Doesn't work.  Only lets me enter the root domain name and not the full url, which has /smf on the end of it.

UNINSTALLED!

InfoStrides

This mod has been updated to support 1.1.11, 1.1.12, 2.0 RC3, 2.0 RC4.

InfoStrides

Quote from: kibtwane on January 18, 2011, 09:25:59 PM
Doesn't work.  Only lets me enter the root domain name and not the full url, which has /smf on the end of it.

UNINSTALLED!

Register the root domain and use the code. It will work.

InfoStrides

Quote from: Evilcyber on December 18, 2010, 10:12:57 PM
The mod modifies the original Tynt javascript code and phones home data to the Infostrides server, which is absolutely not necessary for Tynt to function. Infostrides are aggravating data without actively telling users of their mod that they do so.

What puts insults next to injury is that that server is awfully slow and can cause page load times of around 10 seconds.

For anyone who wants to use Tynt without this questionable mod: Simply install the Global / Headers Footers mod, get your Tynt js code from tynt.com and put it in the footer.

This has been addressed in the new mod. Global Header & Footers mod is fine but the difference Tynt-SMF Tracer mod gives you chance to enable or disable it from the admin area. Thanks for your observation.

InfoStrides

Quote from: Aktoraman on December 22, 2010, 06:37:15 AM
Hello there everyone!
Congratulations for your very nice mod...  :)

Iam running SMF 2.0 RC3 forum and iam trying to install the Tynt-SMF Tracer Mod v1.0
At the beggining of the installation i have an Error in Package Installation.
This is the error:

Execute Modification  ./Themes/default/index.template.php  Test failed
Add Before ./Themes/default/index.template.php


Anyway, i try to do the installation manually and i figure out that in :
./Themes/default/index.template.php
Cannot find the :
// Output any remaining HTML headers. (from mods, maybe?)
And  add before the :
[i]
//Tynt-SMF Tracer Mod Starts Here
if (!empty($modSettings['tynt_on']) && !empty($modSettings['tynt_userid']) && isset($modSettings['tynt_linkprefix']))
echo '
    <script type="text/javascript">tyntVariables = {"ap":"', $modSettings['tynt_linkprefix'] . '"};</script>
<script type="text/javascript" src="http://mods.theinfostrides.com/scripts/Tracer.js?user=', $modSettings['tynt_userid'] . '"></script>';

//Tynt-SMF Tracer Mod Ends Here [/i]


Any suggestions?

I guess you have done manual edit before in that section of index.template.php file which had caused you to close a space or line. This can cause it. Install the new version and let me have your feedback.

InfoStrides


Tynt Tracer Mod has just been updated to support SMF 1.1.11, 1.1.12, 1.1.13, 2.0 RC3, 2.0 RC4 and 2.0 RC5.

javierjp

#32
Hi, thanks for this mod man, i want to ask you, how i can change the "Read more:" text before the url?  in the original Tynt code that´s possible, in yours not, any idea?

the original code from Tynt. : 

Tynt.push('user id here');Tynt.i={"ap":"Read more"};
(function(){var s=document.createElement('script')


Your mod code its:
Tynt.push(\'', $modSettings['tynt_userid'] . '\');
(function(){var s=document.createElement(\'script\')


edit: i made a little change to your code and get this working, this its the modified code:

var Tynt=Tynt||[];Tynt.push(\'', $modSettings['tynt_userid'] . '\');Tynt.i={"ap":"Read more:"};
(function(){var s=document.createElement(\'script\')


grettings

InfoStrides

This mod has been updated to support 1.1.14 and 2.0.

ApplianceJunk

#34
Did not find this mod until after I found the tynt.com site and manually installed it, lol..

I'm finding tynt is working very well on our site.

Good job on the mod.

punchy

Just installed on smf 2.04 and works a treat

If you have the ads management mod installed you can just add the code to that, instead of trying to add it to the page template, set it so it shows on each page under the menu, Nothing shows but you know the code is working.

I then copied and pasted to word something from my site and its works!!

Mr.Truckman


Advertisement: