Quote:
Originally Posted by DragonByte Tech
Please do not post the full product. If you wish to suggest template changes then please include them in [html] tags instead.
Don't get me wrong, I appreciate the effort, we'd just rather people didn't distribute modified versions of our products, even on this site
Fillip
|
FIXED < modified. Think about that
Quote:
Originally Posted by Phaedrus
Post whatever changes you made in "code" tags. Especially if they are the ones that I had on my wish list...

|
Replace the entire
dbtech_username_change_editusername template with:
HTML Code:
</div>
<h3 class="blocksubhead">{vb:rawphrase dbtech_username_change_usernamechange}</h3>
<div class="section">
<div class="blockrow">
<vb:if condition="$show['dbtech_changeusername']"><label for="tb_editusername">{vb:rawphrase dbtech_username_change_edit_username}</label></vb:if>
<div>
<vb:if condition="$show['dbtech_changeusername']">
<input type="text" class="primary textbox" name="username" id="tb_editusername" value="" maxlength="{vb:raw vboptions.ctMaxChars}" />
<vb:else />
{vb:raw dbtech_changeusername_reason}
</vb:if>
</div>
<p class="description">
<vb:if condition="$vbulletin->userinfo['permissions']['usernamechangepermissions'] & $vbulletin->bf_ugp_usernamechangepermissions['canchangeown']">
<vb:if condition="$vbulletin->userinfo['permissions']['dbtech_username_changedelay'] > 0">
{vb:rawphrase dbtech_username_change_description, {vb:raw bbuserinfo.permissions.dbtech_username_changedelay}}
<vb:else />
{vb:rawphrase dbtech_username_change_always}
</vb:if>
</vb:if>
<vb:if condition="$dbtech_lastchange">
<vb:if condition="$vbulletin->userinfo['permissions']['usernamechangepermissions'] & $vbulletin->bf_ugp_usernamechangepermissions['canchangeown']"><br /></vb:if>
{vb:rawphrase dbtech_username_change_lastchange, {vb:raw dbtech_lastchange}}<br />
<vb:if condition="$bbuserinfo['permissions']['dbtech_username_numchanges']">
{vb:rawphrase dbtech_username_change_numchanges, {vb:raw dbtech_numchanges}, {vb:var bbuserinfo.permissions.dbtech_username_numchanges}}<vb:else />{vb:rawphrase dbtech_username_change_numchanges_nolimit, {vb:raw dbtech_numchanges}}</vb:if>
</vb:if>
</p>
</div>