Recent Topics

1 Feb 19, 2008 17:59    

I'm sure someone must have asked this before, but I've had a search of the forum and google and can't find anything.

I just want to change the text used in the Common Navigation Links widget for the sidebar.

E.g. instead of "Recently" I want it to say "Recent posts" etc.

Can this be done and does it require hacking?

(v.2.4.0)

2 Feb 19, 2008 18:03

Afaik you can do this by adding the right params to your skins container .... but buggered if I can remember which params you'd need to add ....... maybe my mind will catch up with the planet sometime soon and I'll be able to tell you for definite ....... alternatively you could use the "free html" widget to replicate the links ;)

¥

3 Feb 19, 2008 18:08

Thanks Yabba, I was thinking I'll fall back to free HTML if I can't get it to work properly. My 1.10 installation at the minute uses hard-coded HTML in the skin anyway so it'd still be a slight improvement.

4 May 28, 2008 08:45

For anyone who is interested: I found the place to change the 'Recently' to whatever text you want:

Edit the file at line 125:

/inc/widgets/widgets/_coll_common_links.widget.php

echo '<strong><a href="'.$Blog->get('url').'">'.T_('Recently').'</a></strong>';


Form is loading...