tuong
11-03-2007, 08:00 AM
same as YM status ^^
base on ICQ field (because it isn't usual)
Install
1.Edit template navbar
Add at top
<form action="profile.php?do=updateprofile" method="post" id="profileform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="updateprofile" />
<div class="smallfont"><strong>Your Status</strong></div>
<input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" />
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
</form>
2.Edit template postbit (or postbit_legacy)
add this code at place you want to show user status
<div class="smallfont"><strong>Status: $post[icq]</strong></div>
--
find next
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> replace with
<div>$post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
3.Edit template modifyprofile
find
<td>$vbphrase[icq_number]<br />
<img src="$stylevar[imgdir_misc]/im_icq.gif" alt="" />
<input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" /></td> replace with
<td><b>Your Status</b><br />
<img src="$stylevar[imgdir_misc]/sticky.gif" alt="" />
<input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" /></td>
Done!
you can fix ^^
base on ICQ field (because it isn't usual)
Install
1.Edit template navbar
Add at top
<form action="profile.php?do=updateprofile" method="post" id="profileform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="updateprofile" />
<div class="smallfont"><strong>Your Status</strong></div>
<input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" />
<input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" />
</form>
2.Edit template postbit (or postbit_legacy)
add this code at place you want to show user status
<div class="smallfont"><strong>Status: $post[icq]</strong></div>
--
find next
<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div> replace with
<div>$post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div>
3.Edit template modifyprofile
find
<td>$vbphrase[icq_number]<br />
<img src="$stylevar[imgdir_misc]/im_icq.gif" alt="" />
<input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" /></td> replace with
<td><b>Your Status</b><br />
<img src="$stylevar[imgdir_misc]/sticky.gif" alt="" />
<input type="text" class="bginput" name="icq" value="$bbuserinfo[icq]" size="25" maxlength="30" dir="ltr" /></td>
Done!
you can fix ^^

