My forum page looks something wrong. It displayed some strange string as below.
And the forum failed to uninstall from admin panel -> tools -> module. This problem
is noticed also in RC3. Any comments?
|
tinyMCE_GZ.loadFile = function(u)
{
var x, ex;
if ( window.XMLHttpRequest )
{
x = new XMLHttpRequest();
}
else
{
try {
x = new ActiveXObject("Microsoft.XMLHTTP");
} catch (ex) {
x = new ActiveXObject("Msxml2.XMLHTTP");
}
}
x.open("GET", u.replace(/%2C/g, ','), false);
x.send(null);
this.scriptData = x.responseText;
};
tinyMCE_GZ.init({
plugins : 'table,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,searchreplace,print,contextmenu,xhtmlxtras,media',
themes : 'advanced',
languages : 'en',
disk_cache : true,
debug : false
});
eval(tinyMCE_GZ.scriptData);
function orcaSetupContent (id, body, doc) { }
tinyMCE.init({
document_base_url : "http://www.5wsplus.com/Dolphin/",
entity_encoding : "raw",
mode : "exact",
elements : "tinyEditor",
theme : "advanced",
gecko_spellcheck : true,
content_css : "http://www.5wsplus.com/Dolphin/forum/layout/uni/css/blank.css",
remove_linebreaks : true,
setupcontent_callback : "orcaSetupContent",
plugins : "table,advimage,advlink,emotions,iespell,insertdatetime,preview,zoom,searchreplace,print,contextmenu,xhtmlxtras,media",
theme_advanced_buttons1_add : "fontsizeselect,separator,forecolor,backcolor",
theme_advanced_buttons2_add : "separator,insertdate,inserttime,preview,zoom",
theme_advanced_buttons2_add_before: "cut,copy,paste,separator,search,replace,separator",
theme_advanced_buttons3_add_before : "tablecontrols,separator",
theme_advanced_buttons3_add : "emotions,iespell,flash,separator,print",
theme_advanced_disable : "charmap",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
theme_advanced_path_location : "bottom",
plugin_insertdate_dateFormat : "%Y-%m-%d",
plugin_insertdate_timeFormat : "%H:%M:%S",
extended_valid_elements : "a[name|href|target|title|onclick],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|obj|param|embed],object[type|allowScriptAccess|allowNetworking|height|width|data],param[name|value|],embed[src|width|height|bgcolor|type|pluginspage|flashvars|scale|AllowScriptAccess|wmode]"
});
var urlXsl = 'http://www.5wsplus.com/Dolphin/forum/layout/uni/xsl/';
var urlImg = 'http://www.5wsplus.com/Dolphin/forum/layout/base/img/';
var defTitle = 'Orca :: Interactive Forum Script';
var isLoggedIn = ''.length ? true : false;
var xsl_mode = 'server';
var f = new Forum ('http://www.5wsplus.com/Dolphin/forum/', -4);
document.f = f;
var orca_login = new Login ('http://www.5wsplus.com/Dolphin/forum/', f);
document.orca_login = orca_login;
Forum Posts
[L[Forums Index]]