Wysiwyg editor
The new version of wysiwyg editor for PhpNuke 6.0 looks really nice. Its installed and working now.
I eventually figured out why this homepage wasnt loading properly. Turned out to be a bug in the World Weather module which wasnt reading enough data from the cache file. I just added 100 bytes to the fread function.
$content .= fread($wfread,filesize($cache_file)+100);