javolin14
01-23-2009, 10:00 PM
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 <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: <if condition="$post['usertitle']">
Above paste:
<!------//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.
*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 <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: <if condition="$post['usertitle']">
Above paste:
<!------//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.