Author |
Message |
thevoicebooth
Joined: 02 May 2006
Posts: 7
Location: Christchurch NZ
|
Posted: Tue May 02, 2006 2:36 am |

|
Hi I've just downloaded and configured RSSmesh.php, but am unable to get it to work - how do you... use it, like, what do i put on a page, or link to get it to WORK!
There is no help file or documentation which goes with this script!
Cheers
TobyR
|
_________________
The voice Booth
New Zealand's Leading podcasting network
http://www.thevoicebooth.com
|
|

|
 |
thevoicebooth
Joined: 02 May 2006
Posts: 7
Location: Christchurch NZ
|
Posted: Tue May 02, 2006 2:47 am |

|
|

|
 |
MacSupport
Joined: 24 Feb 2005
Posts: 2586
|
Posted: Tue May 02, 2006 10:05 am |

|
thevoicebooth wrote: |
Hi I've just downloaded and configured RSSmesh.php, but am unable to get it to work - how do you... use it, like, what do i put on a page, or link to get it to WORK!
There is no help file or documentation which goes with this script!
Cheers
TobyR |
You have an error in your config file, that is causing the problem. I would suggest you rename it and use the config utility, rssMesh.php?buildConfig
Jim
|
|
|
 
|
 |
DanceScape
Joined: 02 Jun 2006
Posts: 3
|
Posted: Fri Jun 02, 2006 11:14 pm |

|
Hi
Just tried it as well, and not seem to work:
http://www.dancescape.com/feeds/rssMesh.php?CONFIGFILE=dsconfig.php
-------------------------------------
This was generated by the rssMesh.php?buildConfig
$useOutputCaching = 1;
$outputCacheTTL = 3600;
$XMLTemplate = "rssMesh_Template.xml";
$sortOutputByPubDate = 1;
$feedList = Array(
// Entry #1
Array("fileURL" => "http://rss.infozine.com/kc/dance.xml",
"itemCount" = > "4",
"feedTTL" => "3600"
)
,
// Entry #2
Array("fileURL" => "http://jobs.nytimes.com/careers/rss/jobs/?pbt=nytcategorytheater",
"itemCount" = > "4",
"feedTTL" => "3600"
)
,
// Entry #3
Array("fileURL" => "http://www.dancescape.com/feeds/dancescape_podcasts.xml",
"itemCount" = > "4",
"feedTTL" => "3600"
)
)
?>
|
_________________
dance is ... PASSION
www.dancescape.com
www.dancescape.TV
|
|

|
 |
MacSupport
Joined: 24 Feb 2005
Posts: 2586
|
Posted: Sat Jun 03, 2006 1:07 am |

|
DanceScape wrote: |
Hi
Just tried it as well, and not seem to work:
http://www.dancescape.com/feeds/rssMesh.php?CONFIGFILE=dsconfig.php
-------------------------------------
This was generated by the rssMesh.php?buildConfig
$useOutputCaching = 1;
$outputCacheTTL = 3600;
$XMLTemplate = "rssMesh_Template.xml";
$sortOutputByPubDate = 1;
$feedList = Array(
// Entry #1
Array("fileURL" => "http://rss.infozine.com/kc/dance.xml",
"itemCount" = > "4",
"feedTTL" => "3600"
)
,
// Entry #2
Array("fileURL" => "http://jobs.nytimes.com/careers/rss/jobs/?pbt=nytcategorytheater",
"itemCount" = > "4",
"feedTTL" => "3600"
)
,
// Entry #3
Array("fileURL" => "http://www.dancescape.com/feeds/dancescape_podcasts.xml",
"itemCount" = > "4",
"feedTTL" => "3600"
)
)
?> |
You are right.
Jim
|
|
|
 
|
 |
VBrown
Joined: 10 Jun 2006
Posts: 3
|
Posted: Sat Jun 10, 2006 5:55 pm |

|
I noticed that when I set the count to 1 that it will show 2 items from the feed, but if I set the count to 0 then it only pulls one. Is this a bug in the rss mesh script?
Also since I am using content that is produced by writers working for me, I would like to by default insert an tag into each item that is the same throughout. Is there a way to do this? Is is something that can be done in the xml template or does it have to be done in the coding somewhere?
Thanks
|
|
|

|
 |
MacSupport
Joined: 24 Feb 2005
Posts: 2586
|
Posted: Mon Jun 12, 2006 10:17 am |

|
VBrown wrote: |
I noticed that when I set the count to 1 that it will show 2 items from the feed, but if I set the count to 0 then it only pulls one. Is this a bug in the rss mesh script? |
I will look at that. I must be off by one in my counter
VBrown wrote: |
Also since I am using content that is produced by writers working for me, I would like to by default insert an tag into each item that is the same throughout. Is there a way to do this? Is is something that can be done in the xml template or does it have to be done in the coding somewhere?
Thanks |
Since the tag is part of the items it should be in the feeds your writers are producing. If that is too hard, you could edit line 327 to make it look like:
Code: |
$this->ItemAuthor[] = "My writers"; |
This will always add "My writers" to all feeds used in rssMesh, until you upgrade the software. Then you will to do the edit again.
Jim
|
|
|
 
|
 |
|