DosDawg, MrP, Sammie, Prav.....
Any idea on this one...?
I think I remember getting this same thing when installing 6.1.1, but if I clicked on MANAGE or COMPILE EN...I believe it cleared it.
With this latest version it goes back to TREE when I click on Manage or gives error when try to compile.
Also....in Admin when I click on PLUGINS, ORCA....it takes me to Tree Dir
Index of /orca
Name Last modified Size Description
Parent Directory 24-Jul-2008 20:58 -
cachejs/ 24-Jul-2008 19:40 -
classes/ 24-Jul-2008 19:40 -
conf/ 24-Jul-2008 21:13 -
inc/ 24-Jul-2008 19:40 -
index.php 24-Jul-2008 19:40 10k
js/ 24-Jul-2008 19:40 -
layout/ 24-Jul-2008 19:40 -
license.txt 24-Jul-2008 19:40 19k
log/ 24-Jul-2008 19:40 -
xml/ 24-Jul-2008 19:40 -
Apache/1.3.37 Server at www.mysite.com Port 80
Then I have to click on the index.php to bring up the page with MANAGE and COMPILE.
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({
entity_encoding : "raw",
mode : "exact",
elements : "tinyEditor",
theme : "advanced",
gecko_spellcheck : true,
content_css : "http://www.coffeehousedigest.com/orca/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.coffeehousedigest.com/orca/layout/uni/xsl/';
var urlImg = 'http://www.coffeehousedigest.com/orca/layout/base/img/';
var defTitle = 'Orca :: Interactive Forum Script';
var isLoggedIn = 'Admin_LR'.length ? true : false;
var xsl_mode = 'server';
var f = new Forum ('http://www.coffeehousedigest.com/orca/', -4);
document.f = f;
var orca_login = new Login ('http://www.coffeehousedigest.com/orca/', f);
document.orca_login = orca_login;
var orca_admin = new Admin ('http://www.coffeehousedigest.com/orca/', f);
document.orca_admin = orca_admin;
- [L[Forums]]
- [L[Topics]]
- [L[Latest Post]]
[L[Forums Spy]]
correctPNG('live_fade')
var ret = f.livePost();
Copyright © 2008 Your Company.