Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jul 2007
Posts: 5
Lurker
Lurker
Offline
Joined: Jul 2007
Posts: 5
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 ;-)

Sponsored Links
Joined: Jul 2007
Posts: 5
Lurker
Lurker
Offline
Joined: Jul 2007
Posts: 5
No one knows O dear ;-(

Joined: Jul 2007
Posts: 8
Lurker
Lurker
Offline
Joined: Jul 2007
Posts: 8
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?

Joined: Jul 2007
Posts: 8
Lurker
Lurker
Offline
Joined: Jul 2007
Posts: 8
Well I figured it out myself wink.
See https://www.ubbdev.com/forums/ubbthreads.php?ubb=showflat&Number=314654 for the solution.

Last edited by nims2; 07/08/2007 2:26 PM.

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:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)