how to edit links for basic default skim setup?

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
sadiego
Posts: 1
Joined: Tue Mar 10, 2015 12:21 am

how to edit links for basic default skim setup?

Post by sadiego »

Hello, I have a site called mahometown dot com. The main page shows 80 thumbs in random order, chosen from the 80 newest posts in the database all the time. If you see the code for each thumbnail post it looks like:

Code: Select all

<div class="col-md-3 col-xs-6 thumb" style="padding: 0; min-height: 100%;">
          <a class="thumbnail" href="/index.php/index/postDetails?posi_id=100872">
           <img class="img-responsive" style="width: 190px;height: 190px;" src="http://41.media.tumblr.com/db416334824dc6717d90c587c4a263bb/tumblr_nkpbymt4yq1uol9vro1_500.jpg" />  
           <div class="caption">
            <h5>caperucitafeet:
I want to know:

what modification do I need to make on the above sample code to prepare it for DEFAULT SKIMMING and to make sure the link opens in a new window?

PS: I ask this because I do not want to HARDCODE anything without being sure it´s correct first. I wish to be able to operate from TE´s admin without the need to touch the code anymore afterwards
Rock
Posts: 226
Joined: Tue Dec 16, 2014 6:11 pm

Re: how to edit links for basic default skim setup?

Post by Rock »

Hello, sadiego.

As described in our user manual, you'll have to modify all clickable links on your site, to pass through the /your_te3_directory/out.php

Skim is already set to default skim for all outgoing links on your site - i.e. you don't have to place any skim patterns in the outgoing links. You can customize default skim inside your admin panel.

Links should open in a new window, if you add the target="_blank" attribute to your HTML markup.

Best regards,
Rock
I am a moderator on this forum and I handle part of TE support. ICQ: 651089602
Post Reply