Exporting only some links

Any trouble you encounter with the Pedias, here's the place to ask for help.
Post Reply
User avatar
perarneflo
Bruji Friend
Bruji Friend
Posts: 18
Joined: Mon Aug 29, 2011 12:55 pm
Location: Oslo, Norway

Exporting only some links

Post by perarneflo »

I use Bookpedia to organise my Comic collection. I use the iBede plug-in to import the original comics from https://www.bedetheque.com/. The plug-in imports the image of the comic as the cover and also imports other images from the comic and adds them as links in Bookpedia. The links are named "Verso", "Planche", "Dédicace", "Ex-Libris" and "Autre". I then add the image of my version of the comic as the "Ex-Libris" link.

Here's the problem:

I want to export my comic-collection as a web site and use a html Export Template do do so. I use

Code: Select all

<meta name="includeLocalLinks" content="yes" />

Code: Select all

<meta name="image-export" content="yes" />

Code: Select all

<!--BeginRepeat-->
<!--IFlinks [linksBegin]<a href="[link:url]">[link:name]</a>[linksEnd]
ENDlinks-->
<!--EndRepeat-->
in the template to export the links and the images. This exports all the images for all the links and add them as html code.

My question is: Is it possible to export only the "Ex-Libris" link and not all the other?

On my site I want to show only the original French cover of the comic and the cover of my Norwegian edition of the comic. Now I use CSS to not display the other links but the fact that they are a part of the code slows down my web site loading quite much.
Post Reply