This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Kontera support...


avatar
wright 42
From: -
Kontera support...

How do you use Kontera with Contentteller? They say to insert the following code just above the body but doing so does not work. No links show up in the text blocks and IE gets an error asking if I would like to stop a java script because it is taking too long to load…

<!-- Kontera ContentLink(TM);-->
<script type='text/javascript'>
var dc_AdLinkColor = '#0072bc' ;
var dc_PublisherID = 00001 ;
</script>
<script type='text/javascript' src='  http://kona.kontera.com/javascript/lib/KonaLibInline.js'>
</script>
<!-- Kontera ContentLink(TM) -->

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Kontera support...
avatar
Editor
0
From: -
In content areas. Here an example news_story template:

<!-- Template: news_story -->

<h1>{$insert['newsstory_title']} {$insert['newsstory_edit']} {$insert['newsstory_rating_line']}</h1>
<h2>{$insert['newsstory_author_by']} on: {$insert['newsstory_date']} [ <a href="https://www.contentteller.com/index.php{$insert['param_ct']}news{$insert['param_action']}printer{$insert['param_page']}{$insert['newsstory_seo']}.html">Print</a> | <a href="https://www.contentteller.com/index.php{$insert['param_ct']}news{$insert['param_action']}story{$insert['param_page']}{$insert['newsstory_seo']}.html">{$insert['newsstory_comments']} comment(s)</a> ]</h2>
<div class="content">{$insert['newsstory_teaserimage']}{$insert['newsstory_voting_line']}<div class="KonaBody">{$insert['newsstory_story']}</div>{$insert['newsstory_tags']}</div>
<br />
1 Re: Kontera support...
avatar
OP 42
From: -
Have you added <div class="KonaBody"> ... </div> tags on your site?


Where exactly should I put these tags? I have tried a few things but they have all failed...
1 Re: Kontera support...
avatar
Editor
0
From: -
Have you added <div class="KonaBody"> ... </div> tags on your site?
1 Re: Kontera support...
avatar
OP 42
From: -
Hello!

Works here...
1 Re: Kontera support...
avatar
Editor
0
From: -
Perhaps your account is not active? Have you tried to put the code on a static html test page?
1 Re: Kontera support...
avatar
OP 42
From: -
Already tried that and there are still no links and IE gets upset.
1 Re: Kontera support...
avatar
Editor
0
From: -
Try to add the code in site_footer near the end before </body></html>:

<!-- Kontera ContentLink(TM);-->

<script type='text/javascript'>
var dc_AdLinkColor = '#0072bc' ;
var dc_PublisherID = 00001 ;
</script>
<script type='text/javascript' src='  http://kona.kontera.com/javascript/lib/KonaLibInline.js'>
</script>
<!-- Kontera ContentLink(TM) -->

</body>
</html>

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.