UBB.Dev
Hello All (and Rick)

7.1 looks great and can't wait to install it on our network

I used to be able to display Content Islands on the right homepage of each site within New Zealand's Information Network like you see on the sample sites listed below.

New Zealand's Information Network
Golden View Motel
Airport Garden Inn Hotel & Conference Centre

All I did is add this code
Code

<link rel="stylesheet" href="css/discussions.css" type="text/css" />
<table align="right">
<tr>
<td><script src="http://www.newzealandnz.co.nz/discussions/ContentIslands/1_html.js" language="Javascript1.3" type="text/javascript"></script>
</td>
</tr>
</table>


The pages I am using for the Websites is HTML and I cannot see how to use the new code given rss1.xml code to achieve the same result. If you look through the sample sites provided you will see I have made full use of the wrappers that you can display around each individual message board, the way we run our Network is as a group. Every Website within our Network has its own Message Board which points back to the main Message Board of New Zealand's Information Network.

It works really well, however, being able to have a content island on the top right hand side is a great way for each individual Website owner to get their Message Board seen and used. Any help much appreciated.

If you are clever enough to give me a hand in pulling the rss1.xml content from the file to display in a box I would be most grateful if you could post it here.

Feed URL: http://www.newzealandnz.co.nz/discussions2/cache/rss1.xml

Maybe

To use the HTML format as a Server Side Include:
Code
<link rel="stylesheet" href="css/discussions.css" type="text/css" />
<table align="right">
<tr>
<td><!--#include virtual="/usr/wwwroot/ddehek/newzealandnz/discussions2/cache/rss1.xml" -->
</td>
</tr>
</table>
or

To use the HTML format as a PHP Include:
Code
<link rel="stylesheet" href="css/discussions.css" type="text/css" />
<table align="right">
<tr>
<td>
<?
readfile("/usr/wwwroot/ddehek/newzealandnz/discussions2/cache/rss1.xml");
?>
</td>
</tr>
</table>

???

Please help ;-)
No one knows O dear ;-(
Posted By: nims2 Re: Stand-alone Content Islands for HTML pages - 07/08/2007 1:52 AM
I am also looking for a way to get the contentisland feature back in threads. Isn't there anyone that know a hack for this?
Posted By: nims2 Re: Stand-alone Content Islands for HTML pages - 07/08/2007 9:25 PM
Well I figured it out myself wink.
See https://www.ubbdev.com/forums/ubbthreads.php?ubb=showflat&Number=314654 for the solution.
© UBB.Developers