Recent Topics

1 Nov 25, 2007 08:31    

My b2evolution Version: Not Entered

I want to be able to use "more" to hide part of long posts, but Blogburst and other things need the full post in the feed. Is there any way around that? I'm still using 1.85.

I know there's a plugin for Wordpress for that.

Asymmetric

www.nelsonguirado.com

2 Nov 25, 2007 12:35

Crack open your feed skin and change the false to true in this line and see if it works :

						$Item->content( 1, false, T_('[...] Read more!'), '', '', '', 'xml', $rss_excerpt_length );

¥

3 Nov 25, 2007 21:29

By feed skin, do you mean skin? I couldn't find that in the _main.php

4 Nov 25, 2007 21:51

At this time BlogBurst requires each blog to have an XML syndication feed in a standard format such as RSS, RDF, or Atom (most blogging platforms generate usable feeds automatically).

You find them in the skins folder. They are called _RSS, _RDF and _Atom. They correspond directly with the Feed section on the frontpage of your blog.

Good luck

5 Nov 25, 2007 21:56

Got it, thanks

6 Nov 25, 2007 22:13

It worked for rss 2.0. RSS doesn't have pictures however. Is there a way to do it with atom?

8 Nov 25, 2007 23:56

It does not has pictures and has no layout.
As in : the <p> <br> <ul><li><strong> are not ok.
Fot the rest this could be the solution for my problem too.


Form is loading...