The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
![]() |
|||||||||||||||||||||||||
[ Feature Description ]
This hack allows users to easily set themselves as away via the Edit Profile page. An optional away message can be added along with the away status. Away messages are viewable at the top of the user profile (by the avatar/user picture). If a post is made when a user is in away mode, the user is automatically set off away mode. [ Hack Concept ] Credits to bira for making the original away message hack for vBulletin 2. This is a complete remake however. [ Future Plans ]
http://www.gamingforce.com/forums/member.php?u=852 Enjoy! ![]() Show Your Support
|
Comments |
#72
|
|||
|
|||
![]()
Hmm to tell you the truth, i never even looked at the link myself
![]() I will have a look and maybe see if i can post something better. |
#73
|
|||
|
|||
![]()
You say EDIT TEMPLATE MODIFY PROFILE and then soem
================================================== ====== [FIND]--> $customfields[required] </div> </div> </td> </tr> </table> <br /> [BELOW ADD]--> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="thead">Current Away Information</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]"> <fieldset class="fieldset"> <legend>Away Status</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td>Check the box below to set yourself on away. Posting when you are away will take you off away mode automatically.</td> </tr> <tr> <td><input type="checkbox" name="awaystatus" value="1" <if condition="$bbuserinfo[awaystatus] == 1">checked</if>>I am currently away.$awaysincedisplay</td> </tr> </table> </fieldset> <fieldset class="fieldset"> <legend>Away Message</legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td colspan="2">Enter an away message that will be visible in your profile.</td> </tr> <tr> <td><input type="text" class="bginput" name="awaymessage" id="tb_awaymessage" value="$bbuserinfo[awaymessage]" size="50" maxlength="200" /></td> </tr> </table> </fieldset> </div> </div> </td> </tr> </table><br /> then you say [EDIT TEMPLATE MEMBERINFO] then more how do you edit these templates? |
#74
|
|||
|
|||
![]()
Go into your Admin Control Panel --> Styles and Templates (on the left) --> Style Manager-->
Click on the button to the right that looks like this --- [<< >>]. The templates will be shown on that page. Find the template you want to edit and open it --> then edit. |
#75
|
|||
|
|||
![]()
How about adding something in the postbit to show when a user is away? For instance a small image or something? Maybe near the "online" light?
--I really like how it takes the away message when a post is made by the "away" user. |
#76
|
|||
|
|||
![]()
Its on the first post but where do you implement it?
|
#77
|
||||
|
||||
![]()
Click install
![]() btw. change content of "userawaynopm" phrase to: Code:
<u><b>Attention : </b></u> Your PM cannot be send to its intended recipients.<br>User <b>$user[username]</b> is away since the $awaysincedate.<br> User leave message - <b>$user[awaymessage]</b><br> Expected return date was $awayuntilmsg.<br>Your PM was not delivered to <b>$user[username]</b>. ![]() |
#78
|
|||
|
|||
![]()
Works perfectly! Thank you!
|
#79
|
||||
|
||||
![]()
Love this, took less than 5 mins, hope my users dont use it as much as i will though!!!
![]() |
#80
|
|||
|
|||
![]()
hmm.. nothing is showing up when i set this..
[ OD is away since - ] Reason: thats all it says? |
#81
|
||||
|
||||
![]()
Have you ran the SQL Query at the top of vb3 userawaymessages install.txt, that should add the phrases, if so then check through all the file edits, works fine for me!
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|