
| Bookmark this article at these sites |
|---|
|
Strange, did you do a clean install or a upgrade? And where do you get the message? On the main page or when you open the newbb plugin?
$xoBile_text = new HAW_text($this->sitename);
$xoBile_logo = new HAW_image("","url of image",$this->sitename);
$this->add_image($xoBile_logo);
if(preg_match("/iphone/i",$_SERVER["HTTP_USER_AGENT"])) return "xhtml";
if(preg_match("/iphone/i",$_SERVER["HTTP_USER_AGENT"])) return true;
The selected plugin page could not be found! (Plugin: / Page: main.php)
.
)@Everyone using xoBile v1.1: Please update to xoBile v1.1.1, you can download it [HERE]
$this->template = $GLOBALS['xoBileConfig']['template'];
$this->template = HAW_SIM_CLASSIC;
.
)
.
)
plugdir
Edit Delete sytem
Edit Delete newbb
class xoBile_core extends HAW_deck {
var $sitename;
var $template;
var $backlink;
var $backURL;
function __construct($backlinkV){
$this->HAW_deck($GLOBALS['xoopsConfig']['sitename'], HAW_ALIGN_LEFT);
$this->sitename = $GLOBALS['xoopsConfig']['sitename'];
$this->template = $GLOBALS['xoBileConfig']['template'];
$this->backlink = $backlinkV;
$this->backURL = "index.php";
}
function loadheader() {
$this->use_simulator($this->template);
$this->set_css($this->template);
$this->use_link_brackets(false);
if($GLOBALS['plugin']['plugdir'] == "system"){
$xoBile_text = new HAW_text($this->sitename);
}else{
$xoBile_text = new HAW_text($GLOBALS['plugin']['name']);
}
$xoBile_text->set_css_class("toolbar");
$this->add_text($xoBile_text);
}
function use_simulator($sim="http://skin.hawhaw.de/skin.css")
{
if ($sim === HAW_SIM_NONE)
$this->use_simulator = HAW_SIM_NONE;
else if ($sim === HAW_SIM_CLASSIC)
$this->use_simulator = HAW_SIM_CLASSIC;
else if (is_string($sim))
{
$this->use_simulator = HAW_SIM_SKIN;
$this->skin = $sim;
}
else
die("invalid argument in use_simulator()");
}
, but i hope i get al the problems fixed before the end of the week.[/edit]
Naar welke url wordt je doorgestuur? modules/xobile/?hawoutput=xhtml of zonder ?... erachter?