The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
User Away Messages Details »» | |||||||||||||||||||||||||
[ 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 |
#62
|
|||
|
|||
just curious havent you repeated the following twice ?
HTML Code:
========================================================== [FIND]--> homepage = '" . addslashes(htmlspecialchars_uni($homepage)) . "', [REPLACE WITH]--> homepage = '" . addslashes(htmlspecialchars_uni($homepage)) . "', awaystatus = $xawaystatus, awaymessage = '" . addslashes(htmlspecialchars_uni($xawaymessage)) . "', awaysince = $xawaydate, ========================================================== |
#63
|
||||
|
||||
OK, this is bizarre. Wonder if anyone can help.
Installed without a problem. HOWEVER, if you are logged in, you cannot go and view your own member profile. (You can see other's without difficulty, and, they can see you. But you get a blank white page when you go to member's list and try to view yourself). Any ideas???? rich |
#64
|
|||
|
|||
Quote:
|
#65
|
||||
|
||||
Quote:
|
#66
|
|||
|
|||
im trying to add this on vb 3.0.6 i had it before i upgraded so i reinstalled it, but when i test it, the away fields dont save ..... do you know whats causing it ?
|
#67
|
|||
|
|||
Alrighty...I followed all the instructions (and then went back and added in the second homepage = '" . addslashes(htmlspecialchars_uni($homepage)) . "', that's in there a second time as well as change my " $show['extrainfo'] = true;" thing with the different combos since it shows up twice in my file..and its still not showing up. Can anyone tell me what might be the problem?
|
#68
|
||||
|
||||
I would like to install this hack. Currently I am using vb 3.06 and will upgrade to vb3.07 this weekend. Does this hack work in vb3.07?
|
#69
|
||||
|
||||
I?d really like to install this hack but I guess I?m missing something and haven?t been able to figure this out yet. I execute the query as instructed:
ALTER TABLE `user` ADD `awaystatus` INT( 1 ) UNSIGNED DEFAULT '0' NOT NULL , ADD `awaymessage` VARCHAR( 200 ) NOT NULL , ADD `awaysince` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL But I keep getting the same message: An error occurred while attempting to execute your query. The following information was returned. error number: 1146 error desc: Table 'forum.user' doesn't exist Okay, so somebody told me that is because the file does not exist and I have to added the location just before user like; forum_user. Tried that and no luck so I search for the user.php file, which I assume is the right file and I have two. One in admin and one in admincp. I tried the query adding both and different error but still an error. I don?t want to keep asking these silly questions so there has to be someplace I can learn about running a query in vb3.07. Can somebody assist me please? |
#70
|
|||
|
|||
[sql]ALTER TABLE `user` ADD `awaystatus` INT( 1 ) UNSIGNED DEFAULT '0' NOT NULL ,
ADD `awaymessage` VARCHAR( 200 ) NOT NULL , ADD `awaysince` INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL [/sql] You are not editing files, but a table in your database. You are probably using a table prefix, thus the table named 'user' will be named something like 'prefix_user'. To find your table prefix look in the bottom of your includes/config.php file. For more information on how to run a query, click the link "How to run a query" above the sql-statement in my post. |
#71
|
||||
|
||||
thank you for the help MarcoH64 and I will do as you suggest. By the way, the link is good, but the information is out of date when following those instructions and maybe they need updating from years back since the site linked is no longer what is described in the instructions and for someone like me, who hasn't a clue about this information it is rather confusing.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|