How the Mod works: (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fdl.dropbox.com%2Fu%2F2618253%2FMyMods-ScreenShots%2FTynt-SMF%2520Mod%2FHow-Tynt-Works.JPG&hash=ccd78fbdf58b076820da4750924a8661a5a64d61) |
SMF 1.1.11 & 1.1.12 Admin Section: (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fdl.dropbox.com%2Fu%2F2618253%2FMyMods-ScreenShots%2FTynt-SMF%2520Mod%2FAdminScreen-SMF1.JPG&hash=5c19263b462a781c341a2ccc6fb376ff7c455006) |
SMF 2.0 RC3 & RC4 Admin Section 1: (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fdl.dropbox.com%2Fu%2F2618253%2FMyMods-ScreenShots%2FTynt-SMF%2520Mod%2FAdminScreen-SMF2.JPG&hash=4862be72e62de07255ebb19cc14552535803f6e7) |
SMF 2.0 RC3 & RC4 Admin Section 2: (https://www.simplemachines.org/community/proxy.php?request=http%3A%2F%2Fdl.dropbox.com%2Fu%2F2618253%2FMyMods-ScreenShots%2FTynt-SMF%2520Mod%2FAdminScreen-SMF2-Mod-Enabled.JPG&hash=5a983f5294a760ab73933a6a6d9660233afb0c37) |
Quote from: Afro on July 30, 2010, 03:43:01 PM
Good mod, especially for people with no knowledge of file modifications.
It is very light , it should not be a problem for overall performance of forums.
Congrats.
Quote from: TeeJay on July 30, 2010, 08:10:30 PM
Seemed like a great mod but unfortunately I can't be doing with mods which only install to the standard theme
Nice job though
Quote from: Afro on July 31, 2010, 04:19:19 AM
I think other themes will need manual editing of the index.template and the language file.
Quote from: John1 on July 31, 2010, 05:39:17 PM
You may have read my post on the mod mod of yours.
You cant just embed your website on people's index.template file. Its a security risk.
Make sure you strip that, Otherwise your mods will be reported.
Quote
The name you're seeing is not an issue. That is the name of the mod.
Secondly, what you see in your index.template.php is a javascript for the mod. You don't have to be giving me such order. You're not paying for the mod. It is free and optional for you to install. Please note that, if this mod is unsafe, SMF Customisation Team would not have approved it.
Anyway, It is a mod in progress. Your remarks have been taken as feedback for future improvement.
Thank you.
Quote//Tynt-SMF Tracer Mod Starts
$txt['tynt_on'] = 'Enable Tynt-SMF Tracer Mod';
$txt['tynt_linkprefix'] = 'Tynt Link Prefix <div class="smalltext">[Use prefix like "Read More: ", "Source: " or leave blank]</div>';
$txt['tynt_userid'] = 'Tynt User ID <div class="smalltext">[User ID from Tynt Integration Script. e.g User ID = "aJ-pFyLD0r376Nadbi-bnq" from http://tcr.tynt.com/javascripts/Tracer.js?user=aJ-pFyK12r376Nadbi-bnq]</div>';
//Tynt-SMF Tracer Mod Ends
Quote from: aljo1985 on August 12, 2010, 09:00:49 PMWhat do you mean ? Its a simple package that does what it should.
Does this effect any part of the forums performance.. Also if it does where does this effect?
Quote from: akbora on August 18, 2010, 04:42:50 PM
What about with Opera bowsers?
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.
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.
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.
Execute Modification ./Themes/default/index.template.php Test failed
Add Before ./Themes/default/index.template.php
[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]
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):
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!
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.
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:Code Select
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 :Code Select[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?
Tynt.push('user id here');Tynt.i={"ap":"Read more"};
(function(){var s=document.createElement('script')
Tynt.push(\'', $modSettings['tynt_userid'] . '\');
(function(){var s=document.createElement(\'script\')
var Tynt=Tynt||[];Tynt.push(\'', $modSettings['tynt_userid'] . '\');Tynt.i={"ap":"Read more:"};
(function(){var s=document.createElement(\'script\')