@all
I have the Status on one site!
Plugin in xml:
PHP Code:
<plugin active="1" executionorder="5">
<title>Latest Statuses</title>
<hookname>forumhome_complete</hookname>
<phpcode><![CDATA[require_once(DIR . '/dbtech/status/hooks/forumhome_complete.php');]]></phpcode>
</plugin>
to:
PHP Code:
<plugin active="1" executionorder="5">
<title>Latest Statuses</title>
<hookname>global_start</hookname>
<phpcode><![CDATA[require_once(DIR . '/dbtech/status/hooks/forumhome_complete.php');]]></phpcode>
</plugin>
New template (template name: "status"):
PHP Code:
$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
<head>
<title>$vboptions[bbtitle]</title>
$headinclude
</head>
<body vlink="#000000" alink="#FFFFFF" link="#000000" bgcolor="#FFFFFF" text="#000000">
$header
<!-- Navzeile oben -->
<table height="99%" width="100%" border="0" cellspacing="0" cellpadding="20"><tr><td bgcolor="#B2B2FF" valign="middle">
<div align="center">
<tbody id="collapseobj_forumhome_dbtechstatus" style="$vbcollapse[collapseobj_forumhome_dbtechstatus]">
<tr>
<td class="thead" colspan="2">$vbphrase[dbtech_status_updates]</td>
</tr>
<tr>
<td class="alt2"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[dbtech_status]" border="0" /></td>
<td class="alt1" width="100%"><div class="smallfont">$statuses</div></td>
</tr>
</tbody>
</div>
</td></tr></table>
<p></p>
$footer
</body>
</html>
and the datei : status.php <-- downloaden in the root