Recent Topics

1 Jul 18, 2005 17:49    

I just added a linkblog to one of my blogs. Each link is to an item I have for sale on Half.com. Unfortunately, there's an annoying permalink icon next to each link as well. I wouldn't want people clicking on them, plus they often cause unsightly linebreaks.

Is there a way to turn off the permalink function in linkblogs?

2 Jul 18, 2005 18:49

Why not just removing the icon ?

(Ik think you did allready

3 Jul 19, 2005 10:01

Uh, nope. You're probably looking at my main blog, where I've inserted the store links manually. I have another blog set up [url=http://maddogmovies.com/blog/horror.php]here[/url] with the linkblog/permalink problem.

What file would I look in to change permalinks? I looked in the _linkblog.php, but I couldn't make heads or tails of it.

4 Jul 19, 2005 10:31

In the file _linkblog.php

Make a copy of the file skins/_linkblog.php in your skins directory : skins/kubrick2evo/_linkblog.php

Look for this line and remove it (if you don't want the symbol for the permalink)

<a href="<?php $Item->permalink() ?>" title="<?php echo T_('Permanent link to full entry') ?>"><img src="img/icon_minipost.gif" alt="<?php echo T_('Permalink') ?>" width="12" height="9" class="middle" /></a>

If you sometimes do want the permalink, you can make 2 _linkblog.php files.
_linkblog.php and _linkblog-nopermalink.php

5 Jul 20, 2005 06:13

Thanks. I wouldn't have known to look in THAT linkblog file. It makes sense now.


Form is loading...