kala
Forum Replies Created
-
Forum: Plugins
In reply to: plugin for newest content from other blogs?hi david, it’s up now! http://www.husticia.com
Forum: Plugins
In reply to: plugin for newest content from other blogs?hi david –
Here’s the site ofa friend where I’m putting up the plugin:
http://husticia.comFor the noHTML tag, I’ve put ‘true’ then ‘false’, but keep on getting the same results.
This is what I have now:
<?php
// first, make an array of all the feeds you want intermixed
$feeds = array (
“http://earthtopia.husticia.com/?feed=rss2”,
“http://h2htrends.husticia.com/?feed=rss2”
);// decide how many total entries you want, sampled from how many PER FEED
$count = array(4, 2); // 10 max output, 5 max sourced from each feed.$feedOut = getSomeFeed($feeds, $count, true, ‘multifeed’, ”, -1, 100, false, false, 0, false, true, false);
if (!empty($feedOut)) echo $feedOut;
?>Even I change the false to true, it doesnt change. any ideas?
Thanks again for your patience!
KalaForum: Plugins
In reply to: plugin for newest content from other blogs?thanks david! it almost works except for one problem… the entries from other blogs have images, and it adds the images to the feed. Is there any other way around this so they don’t include any of the pictures, or is this asking for too much?
thanks in advance.
Forum: Plugins
In reply to: plugin for newest content from other blogs?hi monkeypup! that helped a lot (thank you) – But now i can’t get $dLimit and $tLimit to work! 🙁 have tried overriding the CSS to no avail; whatever number I put (be it -1 or 10, it just won’t show the correct number of characters!
In the help file it says I can use this for multifeeds:
<?php
// first, make an array of all the feeds you want intermixed
$feeds = array (
“http://www.chait.net/wp-rss2.php”,
“http://www.gizmodo.com/atom.xml”
);// decide how many total entries you want, sampled from how many PER FEED
$count = array(10, 5); // 10 max output, 5 max sourced from each feed.$feedOut = getSomeFeed($feeds, $count, true, ‘multifeed’, ”, -1, -1, false, false, 0, false, false, true);
if (!empty($feedOut)) echo $feedOut;
?>and im putting this one:
<?php
// first, make an array of all the feeds you want intermixed
$feeds = array (
“http://www.chait.net/wp-rss2.php”,
“http://www.gizmodo.com/atom.xml”
);// decide how many total entries you want, sampled from how many PER FEED
$count = array(6, 3); // 6 max output, 3 max sourced from each feed.$feedOut = getSomeFeed($feeds, $count, true, ‘multifeed’, ”, -1, 50, false, true, 1, false, true, true);
if (!empty($feedOut)) echo $feedOut;
?>… but it still wont work. am i doing something wrong?!
Forum: Plugins
In reply to: plugin for newest content from other blogs?in fact, i downloaded the plugin and uploaded it into the plugin folder, but it doesnt show up on WP 2.0’s list of plugins! Does anyone know why it doesnt show up? I uploaded the “cp-plugin” folder as written in the instructions… 🙁
Is there any other plugin that is compatible with WP2.0?
Forum: Plugins
In reply to: plugin for newest content from other blogs?thanks too davidchait… Ive downloaded it and am installing it right now. 😉
Forum: Plugins
In reply to: plugin for newest content from other blogs?Thanks for the reply, monkeypup! I’ll check the plugin!
Forum: Fixing WordPress
In reply to: transfer existing wordpress.com domain name to new server?wow… thanks for the tip, podz. I’ll try that right now!
Forum: Fixing WordPress
In reply to: transfer existing wordpress.com domain name to new server?ouch, thanks for the very painful reply… haven’t checked, for sure, how many posts there are but there are… a lot. whew. well, manually it is, then. Im hoping that WP.com will soon think of a backup system for their domain name blogs. Thanks everyone.