jemmy655 / sweetcron

Automatically exported from code.google.com/p/sweetcron
0 stars 0 forks source link

TwitPic Activity Feed #66

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
How would I add TwitPic to the activity feed? I know there's gotta be a way
to do this. It doesn't work on the boxy theme, but shows up fine in the
admin and on the sandbox theme!

Original issue reported on code.google.com by rren...@gmail.com on 13 Sep 2008 at 3:42

GoogleCodeExporter commented 8 years ago
I'd like to know as well.

Original comment by voice%ky...@gtempaccount.com on 24 Sep 2008 at 9:17

GoogleCodeExporter commented 8 years ago
Anything on this?

Original comment by rren...@gmail.com on 14 Oct 2008 at 3:41

GoogleCodeExporter commented 8 years ago
OK I figured it out, now this is for the boxy theme...

Put this in the activity feed:

                <?php elseif ($item->get_feed_domain() == 'twitpic.com'): ?>
                <p class="activity_image_text"><a href="<?php echo $item->get_permalink()?>/<?php
echo $item->get_name()?>"><?php echo $item->get_title()?></a><span
class="activity_image_content"></span></p>
                <p><a class="activity_image" href="<?php echo
$item->get_permalink()?>/<?php echo $item->get_name()?>"><img src="<?php echo
$item->get_image()?>" height="250" alt="" /></a></p>

And then post this in the CSS file:

li.item.twitpic_com {
    background: white url(images/flickrlogo.gif) center center no-repeat;
}

li.item.twitpic_com p.site_info {
    background: blue;   
}

That should be it.

Original comment by rren...@gmail.com on 14 Oct 2008 at 7:06

GoogleCodeExporter commented 8 years ago
this is not an issue with sweetcron, this is a theme customisation issue and it 
belongs in the discussion forum.

Original comment by yongf...@gmail.com on 14 Oct 2008 at 7:08

GoogleCodeExporter commented 8 years ago
OK, that's fine. I know it's a theme issue, but I figured it out anyways. It 
only
took a month for anyone to help here, and I got no where. Had to figure it out 
myself.

Original comment by rren...@gmail.com on 14 Oct 2008 at 4:22

GoogleCodeExporter commented 8 years ago
you would have gotten an answer MUCH faster if you had used the right channel 
(i.e. the discussion forum) - you 
can't complain about slow responses if you don't even post in the right place...

cheers.

Original comment by yongf...@gmail.com on 14 Oct 2008 at 4:50