Recent Topics

1 Oct 28, 2009 09:47    

My b2evolution Version: 3.3.1

I would like to list the blogs in my skin in alphabetical order instead of by ID. Is this possible?

Also I would like to change the What is RSS? link from http://webreference.fr/2006/08/30/rss_atom_xml to a Wikipedia article. Where is the link located?

Thanks in advance.

2 Nov 12, 2009 23:23

Can't help you with the first part because I haven't played with v3.anything enough to fix that known problem, but the second issue is fairly easy.

Open inc/widgets/widgets/_coll_xml_feeds.widget.php alnd look around line 175 for this line:

$feedhlp = array( array( 'http://webreference.fr/2006/08/30/rss_atom_xml', 'What is RSS?' ) );

Now change it to whatever link you like.

Do the same in skins/photoblog/_body_footer.inc.php because that skin hard-codes the link instead of using a widget for it.

Also you might want to edit plugins/autolinks_plugin/definitions.default.txt because if you happen to write "rss" in your blog post and have autolinks plugin enabled it will link to the webreference site. So change line 27 accordingly. And line 42 if you happen to write "hypertexte" and don't want it linked to a site you haven't told it to link to. Actually I'd say delete all content and save that as an empty file, then use the autoacro plugin so that you have full control over what text gets linked to what URL, but that's just my opinion.

3 Nov 27, 2009 14:06

I have actually changed that line because I searched through all the source code. :)

But the problem is that it still doesn't change the link. :D

4 Nov 27, 2009 15:11

Hmm, weird. I emptied the global cache on my blog and now the RSS link text changed from What is RSS into More on RSS. :)

The link is the same though.


Form is loading...