Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jul 2007
Posts: 8
Lurker
Lurker
Offline
Joined: Jul 2007
Posts: 8
I've spent a couple of minutes in bringing the contentislands back to ubb-threads. The script is very basic, but you can adapt it as you like. I used the External Island feature to make this work. First create a new Post Island. In my example I used post island 12 for this.
Then create the following PHP and upload this to anywhere on your board:
Code
<?php
if (!defined('UBB_MAIN_PROGRAM')) define('UBB_MAIN_PROGRAM',1);
$style_side="";$tbopen="";$tbclose="";

$txt ="<table width=\"100%\">";
$txt = $txt.get_include_contents("/var/www/forums/test/languages/dutch 7.2/portal_islands.php");
$txt = $txt.get_include_contents("/var/www/forums/test/languages/dutch 7.2/generic.php");
$txt = $txt.get_include_contents("/var/www/forums/test/cache/post_island_12.php");
$txt = $txt."</table>";

$txt = str_replace("/ubbthreads.php?","http://forumtst.merudi.net/ubbthreads.php?",$txt);
$txt = str_replace("\"","\\\"",$txt);
$txt = str_replace("\r","",$txt);
$txt = str_replace("\n","",$txt);

echo "document.write(\"";
echo "$txt";
echo "\")";



function get_include_contents($filename) {
if (is_file($filename)) {
ob_start();
include $filename;
$contents = ob_get_contents();
ob_end_clean();
return $contents;
}
return false;
}

?>
Don't forget to change it to your dir's ofcourse wink.
Now the following is only needed in the page this island needs to be shown:
Code
<script src="http://forumtst.merudi.net/cis_nl.php"
language="Javascript1.3" type="text/javascript"></script>
Ofcourse set the correct URL to your uploading file. And your done.
If you want any formatting, it cannot hurt to include some stylesheets in your php, but feel free as you go along. This is only a little example wink.

Have fun.

Last edited by nims2; 07/08/2007 2:22 PM.
Sponsored Links
Entire Thread
Subject Posted By Posted
[7.x] Bringing back ubb classic contentislands nims2 07/08/2007 8:57 PM
Re: [7.x] Bringing back ubb classic contentislands nims2 07/08/2007 9:18 PM
Re: [7.x] Bringing back ubb classic contentislands Mark_S 07/10/2007 11:36 AM
Re: [7.x] Bringing back ubb classic contentislands nims2 07/11/2007 12:27 AM
Re: [7.x] Bringing back ubb classic contentislands AllenAyres 07/18/2007 4:49 PM
Re: [7.x] Bringing back ubb classic contentislands nims2 07/20/2007 4:13 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
isaac
isaac
California
Posts: 1,157
Joined: July 2001
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
WebGuy 2
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 20240430)