Export to GitHub

sweetcron - issue #4

How is determined if it's a blog/photo/status?


Posted on Aug 28, 2008 by Grumpy Dog

I've added feeds (like my weblog and twitter). Posts from my (other) weblog are shown as photo. Why?

See http://www.stranger.nl/

Regards, Stefan Stranger

Comment #1

Posted on Aug 28, 2008 by Happy Rabbit

see the API docs

this is not a sweetcron issue, this is just a case of you needing to customise your theme.

please use the sandbox theme _activity_feed.php for a better understanding of the API.

Comment #2

Posted on Aug 28, 2008 by Grumpy Dog

Found it ;-)

Added the next to _activity_feed.php

get_feed_domain() == 'blogs.technet.com'): ?> last">

                <p>From Microsoft Technet Blog</p>
                <h2><a href="<?php echo $item->get_permalink()?>"><?php echo 

$item->get_title()?> get_content()), 25)?> [get_permalink()?>">continue]

Status: WontFix

Labels:
Type-Defect Priority-Medium