Quote:
Originally Posted by Bob8
Please how do i add kontera in text link to my forum posts? I'm using SMF defaut theme. Thanks.
|
Since you are dealing with js, it is more effective to use an 'include' with SMF since everything is inside a PHP block.
You need to edit the index.template.php file that goes with the theme you use.
Find the place where </body> is produced from and add the code above that point.
include("mykontera.inc");
Prepare a text file called mykontera.inc and paste in the code from Kontera. Save and upload to the site, same theme folder.
This works well for statcounter js as well.
Editing the default theme is not advisable. Make a copy for b/u or create a new theme based on the default.
Remeber to b/u your tables before you edit any templates. Everytime!
Let me know and holler if you need more info...
J