Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Apr 2008
Posts: 7
Lurker
Lurker
Offline
Joined: Apr 2008
Posts: 7
Hey, blaaskaak, this is a cool tool - I'm using it successfully but am experiencing the same issue mentioned above, where, despite using three unique URL's, each Island displays information identical to the content of the first Custom Island.

Any insight would be much appreciated!

Let me show you the three pieces of code I'm using:

This one displays the headlines from Variety.com:

Code
/* PHP CODE HERE, IF NECESSARY */

$display="";
$count=0;
$xml = getFeed('http://feeds.feedburner.com/variety/news/film');
foreach( $xml as $feed ) {
if ($count>=5) {
break;
}
if( ! $feed['title'] ) {
break;
}
$display.="<a href=\"".$feed['link']."\">".$feed['title']."</a><br /><br />";
$count++;
}

/* DO NOT CHANGE THE LINE BELOW */
$body = <<<EOF
$display
EOF;
/* DO NOT CHANGE THE LINE ABOVE */

The following two, though possessing unique URL's, display the same info as the code listed above.

Code
/* PHP CODE HERE, IF NECESSARY */

$display="";
$count=0;
$xml = getFeed('http://feeds.feedburner.com/variety/reviews/film');
foreach( $xml as $feed ) {
if ($count>=5) {
break;
}
if( ! $feed['title'] ) {
break;
}
$display.="<a href=\"".$feed['link']."\">".$feed['title']."</a><br />";
$count++;
}

/* DO NOT CHANGE THE LINE BELOW */
$body = <<<EOF
$display
EOF;
/* DO NOT CHANGE THE LINE ABOVE */

/* PHP CODE HERE, IF NECESSARY */

$display="";
$count=0;
$xml = getFeed('http://link.brightcove.com/services/link/bcpid714034225?action=rss');
foreach( $xml as $feed ) {
if ($count>=5) {
break;
}
if( ! $feed['title'] ) {
break;
}
$display.="<a href=\"".$feed['link']."\">".$feed['title']."</a><br />";
$count++;
}

/* DO NOT CHANGE THE LINE BELOW */
$body = <<<EOF
$display
EOF;
/* DO NOT CHANGE THE LINE ABOVE */


Sponsored Links
Entire Thread
Subject Posted By Posted
Custom island that shows an rss feed blaaskaak 02/28/2008 10:29 PM
Re: Custom island that shows an rss feed Stephen G 02/28/2008 10:57 PM
Re: Custom island that shows an rss feed blaaskaak 02/29/2008 12:05 AM
Re: Custom island that shows an rss feed Stephen G 02/29/2008 4:23 AM
Re: Custom island that shows an rss feed blaaskaak 02/29/2008 10:48 AM
Re: Custom island that shows an rss feed Stephen G 03/01/2008 2:48 AM
Re: Custom island that shows an rss feed Stephen G 04/06/2008 3:07 AM
Re: Custom island that shows an rss feed blaaskaak 04/06/2008 5:27 AM
Re: Custom island that shows an rss feed Stephen G 04/06/2008 6:20 AM
Re: Custom island that shows an rss feed AllenAyres 04/08/2008 11:49 PM
Re: Custom island that shows an rss feed blaaskaak 04/09/2008 10:19 PM
Re: Custom island that shows an rss feed Myke 04/25/2008 1:36 PM
Re: Custom island that shows an rss feed blaaskaak 04/25/2008 1:55 PM
Re: Custom island that shows an rss feed Gizmo 04/25/2008 2:36 PM
Re: Custom island that shows an rss feed blaaskaak 04/25/2008 5:23 PM
Re: Custom island that shows an rss feed Jaymo 04/29/2008 10:17 PM
Re: Custom island that shows an rss feed Ian_W 04/30/2008 7:53 AM
Re: Custom island that shows an rss feed Jaymo 04/30/2008 9:18 PM
Re: Custom island that shows an rss feed blaaskaak 05/01/2008 8:25 PM
Re: Custom island that shows an rss feed arentzen 05/02/2008 2:14 AM
Re: Custom island that shows an rss feed Ian_W 05/02/2008 10:16 AM
Re: Custom island that shows an rss feed Gizmo 05/02/2008 10:55 AM
Re: Custom island that shows an rss feed arentzen 05/02/2008 6:00 PM
Re: Custom island that shows an rss feed Jaymo 05/03/2008 1:03 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Shock Hosting
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,834
Joined: January 2000
Forum Statistics
Forums63
Topics37,583
Posts293,955
Members13,824
Most Online151,614
Nov 14th, 2025
Today's Statistics
Currently Online 408
Topics Created 0
Posts Made 0
Users Online 0
Birthdays 10
Top Posters
AllenAyres 21,080
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,834
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2026 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.1.0
(Snapshot build 20260108)