Back to vBulletin 3.7 Add-ons

Status of PHP 8.5 support: Possible. Open Contacts for details.

[AJAX] - User Status v1.2
Mod Version: 1.20, by luffy

This modification is in the archives.
vB Version: 3.7.x Rating: (0 vote - 0 average) Installs: 39
Released: 09 Jul 2008 Last Update: 11 Jul 2008 Downloads: 308
Not Supported DB Changes Uses Plugins Template Edits Additional Files  

For the detail view the screen

INSTALLTION
  • Step 1: Upload file "vbulletin_ajax_status.js" to folder "clientscript"
  • Step 2: Upload file "userstatus.php" to your forum folder
  • Step 3: Import the XML product file
  • Step 4: Go to ACP -> Styles & Templates -> Style Manager -> Edit Templates -> Edit The Template:

- 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>
UPDATE 07.11.2008:
  • Adding userstatus.php
  • Fixed all Bug

All done. Enjoy it

Download

This modification is archived, downloads are still allowed.

File Type: %1$s UserStatus_v1.1.zip (64.2 KB, 97 downloads)
File Type: %1$s UserStatus_v1.2.zip (3.9 KB, 232 downloads)

Screenshots

Click image for larger version
Name:	1.jpg
Views:	1506
Size:	12.8 KB
ID:	83754   Click image for larger version
Name:	2.jpg
Views:	1437
Size:	14.1 KB
ID:	83755   Click image for larger version
Name:	3.jpg
Views:	1546
Size:	12.8 KB
ID:	83756   Click image for larger version
Name:	4.jpg
Views:	2327
Size:	21.6 KB
ID:	83757  


vblts.ru supports vBulletin®, 2022-2025