Back to vBulletin 3.7 Add-ons

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

Simple Status Mod v1.0
Mod Version: 1.00, by javolin14

This modification is in the archives.
vB Version: 3.7.5 Rating: (2 votes - 5.00 average) Installs: 6
Released: 24 Jan 2009 Last Update: Never Downloads: 2
Not Supported Template Edits Re-usable Code Translations  

This is a simple status mod that does not require very much modifying knowledge.
*I know there are other mods that do this, but I have had issues with setting them up so I setup a small status mod for us "not too knowledgeable" people.

Details:
Allows users to edit their current status of what they're doing at the moment.

How to use:
Simply go to your profile edit and update your "Current Status" field and click Save.
*Also you can click the "Update" button in any of your posts which will take you to the edit of your current status.

Installation instructions:

1. Admin CP> User Profile Fields> Add user profile field type single line text: Current Status
to make it clearer for users to pick out input following into TITLE field
Code:
<font color="#000000" size="3"><b>Current Status</b></font>
2. Set field display order to "0" (zero)
3. Admin CP> Styles & Templates> Style Manager> Edit templates of your style
Edit POSTBIT Search for in postbit:
Code:
<if condition="$post['usertitle']">
Above paste:
Code:
<!------//BEGIN STATUS------>
<!------//BEGIN STATUS------>
<!------//BEGIN STATUS------>
	<if condition="$post['field22']">
<div class=smallfont>
   $userinfo[username] is $post[field22]
      [<a href="profile.php?do=editprofile">Update</a>]
<else />
has not yet set status   [<a href="profile.php?do=editprofile">Update</a>]
</div>
</if>
<!------///END STATUS------->
<!------///END STATUS------->
<!------///END STATUS------->
4. Save.

If you have any questions I can support this.
If you have any suggestions on how to improve please by all means give your opinion.

Download

No files for download.

Screenshots

Click image for larger version
Name:	updatedstatus.gif
Views:	325
Size:	10.2 KB
ID:	93365   Click image for larger version
Name:	NONupdatedstatus.gif
Views:	346
Size:	10.2 KB
ID:	93366  

Similar Mods

Simple Status Icons Modification Graveyard
Simple Status Icons Miscellaneous Images
Simple user status bars under navbar vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2025