Page 1 of 1

how to edit links for basic default skim setup?

Posted: Sun Mar 15, 2015 10:29 pm
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

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

Posted: Tue Mar 17, 2015 12:40 pm
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