|
[AJAX] - User Status v1.2
This modification is in the archives.
For the detail view the screen
![]() INSTALLTION
- In "postbit": -- FIND: HTML Code:
<div> $vbphrase[posts]: $post[posts] </div> -- ADD BELOW: HTML Code:
<div> $vbphrase[userstatus]: $post[userstatus] </div> - In "navbar": -- FIND: HTML Code:
<if condition="$show['pmwarning']"><div><strong><phrase 1="$vbphrase[pmpercent_nav_compiled]">$vbphrase[your_pm_box_is_x_full]</phrase></strong></div></if> </div> -- ADD BELOW: HTML Code:
<if condition="THIS_SCRIPT!='forumdisplay'"> <div class="smallfont" id="userstatus_$bbuserinfo[userid]">$vbphrase[my_status]: <a name ="userstatus" id="status_title_$bbuserinfo[userid]">$current_status</a></div> </if> -- FIND: HTML Code:
<!-- / PAGENAV POPUP --> </if> -- ADD BELOW: Code:
<script type="text/javascript" src="clientscript/vbulletin_ajax_status.js"></script>
<script type="text/javascript">
<!--
var vB_AJAX_Userid = $bbuserinfo[userid];
vB_AJAX_Status_Init('userstatus_$bbuserinfo[userid]');
var stitlemaxchars = parseInt("40");
//-->
</script>
All done. Enjoy it Download
This modification is archived, downloads are still allowed. Screenshots |
|||||||||