I thought I would test it out and ry to customise it. But..
How do I display the status box on showthread?
I have copied this -
Code:
<vb:if condition="$vboptions['dbtech_livewall_status_maxlength']">
<div class="collapse" style="padding-bottom:10px;">
<h2 class="blockhead">{vb:rawphrase dbtech_livewall_whats_on_mind} <a class="collapse" id="collapse_dbtech_livewall_status" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" alt="" /></a></h2>
<div class="blockbody formcontrols settings_form_border" id="dbtech_livewall_status">
<div class="blockrow">
<input type="text" class="primary textbox" name="livewall_textfield" data-command="status" style="width:100%" />
<br />
<div style="margin-top:6px;"><input type="button" class="button" name="livewall_submit" data-command="status" value="{vb:rawphrase post}" /> <span class="dbtech_livewall_smallfont">[<span name="livewall_remainingchars" data-command="status">{vb:var vboptions.dbtech_livewall_status_maxlength}</span>]</span></div>
</div>
</div>
</div>
</vb:if>
And put it in SHOWTHREAD where the status box shows correctly, however it doesn't work. I can type in it but it doesn't post the status update.