Quote:
Originally Posted by RyanC
Great HAck.... If I want to disable the "inactive user" part of this hack, what would I do?
|
Edit the plugin by removing:
Code:
<if condition="$headerstime - 1209600 > $bbuserinfo[lastpost]">
<!-- hasnt posted lately message -->
<br />
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1">
<phrase 1="$bbuserinfo[username]" 2="$vboptions[bbtitle]">$vbphrase[welcome_postmoreoften]</phrase>
</td>
</tr>
</table>
<!-- / hasnt posted lately message -->
</if>