Recent Topics

1 Sep 12, 2007 15:30    

My b2evolution Version: 1.10.x

Hi,
I've been trying to figure this out for the last 2 hours and am going slightly over the edge from it.
I'm using the linkblog to show links in the sidebar and the permalink icon is showing up.
Can someone direct me on what i should be editing to remove it?
(i found in _main.php where to remove it from the regular posts but can't get any further)

Any help greatly and truly appreciated!!

cheers,
SeanT

2 Sep 12, 2007 18:38

In ../blogs/skins/ open _linkblog.php and find line 76:

$Item->permanent_link( '#icon#', '#', '' );


and change this to:

$Item->permanent_link( '', '#', '' );

If you want to change this on every blog, leave the _linkblog.php changed in the ../blogs/skins/ directory. If you want this behaviour in only one skin, copy the _linkblog.php file to that particular skins folder.

Good luck

3 Sep 13, 2007 01:29

Magic!
Thanks Afwas. I'll learn from this.
cheers,
SeanT


Form is loading...