Quote:
Originally Posted by DragonByte Tech
Sorry for the delay! I am not quite sure what you are asking here. Do you mean could I look at the page you built for the addon?
- David
|
Yes, The Template "dbtech_status":
PHP Code:
<p>$stylevar[htmldoctype]
<title>$vboptions[bbtitle]</title>
$headinclude
$header
$navbar</p>
<if condition="$show['member']">
<table width="100%" border="0" style="border-collapse: collapse" cellspacing="0" cellpadding="10" bordercolor="#111111">
<tr>
<td valign="middle">
<div align="center">
</div>
</td>
</tr>
<tbody id="collapseobj_forumhome_dbtechstatus" style="$vbcollapse[collapseobj_forumhome_dbtechstatus]">
<tr>
<td class="thead" colspan="2">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="50%">$vbphrase[dbtech_status_updates] $vbphrase[dbtech_alle_statusmeldungen]</td>
<td width="50%">
<p align="right">
<if condition="!is_browser('ie')"><form action="ajax.php" method="post" onsubmit="return FBStatus{$post[postid]}.save_edit_status();"></if>
<div class="smallfont">
<div id="dbtech_status_status{$post[postid]}">
<if condition="$show['dbtech_status_change']">
<a style="cursor: pointer;" href="javascript://" onclick="return FBStatus{$post[postid]}.init_edit_status();">
<img src="$stylevar[imgdir_misc]/userfield_edit.gif" alt="" border="0" />
</a>
</if>
</div>
<div style="display:none;" id="dbtech_status_controls{$post[postid]}">
<input type="text" tabindex="1" value="" id="dbtech_status_input{$post[postid]}" name="status" class="bginput" style="width:95%;" /><br />
<input type="button" class="button" value="{$vbphrase[save]}" onclick="return FBStatus{$post[postid]}.save_edit_status();" />
<input type="button" class="button" value="{$vbphrase[cancel]}" onclick="return FBStatus{$post[postid]}.cancel_edit_status();" />
</div>
</div>
<if condition="!is_browser('ie')"></form></if>
<if condition="$vboptions[dbtech_status_moodenabled] == 0">
<script type="text/javascript">
<!--
// Initialise the object
var FBStatus{$post[postid]} = new FBStatus_Obj();
// Set the userid
FBStatus{$post[postid]}.set_userid('{$post[userid]}', '{$post[postid]}');
// Init editors
<if condition="$vboptions[dbtech_status_moodenabled] == 1">FBStatus$post[postid].set_mood_editors();</if>
<if condition="$vboptions[dbtech_status_enabled] == 1">FBStatus$post[postid].set_status_editors();</if>
// -->
</script>
</if>
<img align="absMiddle" src="images/misc/stift.png" width="10" height="10"> <a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">">$vbphrase[dbtech_statusmeldung_eintragen]</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="alt1" width="100%">
<div class="smallfont">
$statuses
</div>
</td>
</tr>
</table>
<p></p>
<else />
<div class="smallfont" align="center">
<p style="font-size : 0.9em;">
<img src="$stylevar[imgdir_misc]/nur_mitglieder.png" width="110" height="100" alt="Nur f?r Mitglieder" border="0" />
</p>
</div>
</if>
<p>$footer</p>
</body>
</html>
Entry is not possible here. The script doesn't work here.
You should also can delete.