vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Away message for users (https://vborg.vbsupport.ru/showthread.php?t=33099)

DelusionalMind 12-24-2001 01:43 AM

gonna be installing this in a few :)

awesome hack. thanks a lot :) I'm sure this will be used frequently on my teen forum :) :up:

Parker Clack 12-25-2001 06:03 PM

Bira:

I hope you don't mind but I have added a couple of things to the main script and the control panel script

Where you have:

// Leave Away Message in Profile (v1.0)
if ($away=="1") {
$awaysql = ",away='$away',awaydate='".time()."',returndate='" .$awayyear."-".$awaymonth."-".$awayday."',awayreason='".addslashes(htmlspecial chars(censortext($awayreason)))."'";
} else {
$awaysql = ",away='0',awaydate='',returndate='',awayreason='' ";
}
// Leave Away Message in Profile (v1.0)

in the member.php file change this to:

// Leave Away Message in Profile (v1.0)
if ($away=="1") {
$awaysql = ",away='$away',awaydate='".time()."',returndate='" .$awayyear."-".$awaymonth."-".$awayday."',awayreason='".addslashes(htmlspecial chars(censortext($awayreason)))."'";
$showemail=0;
} else {
$awaysql = ",away='0',awaydate='',returndate='',awayreason='' ";
$showemail=1;
}
// Leave Away Message in Profile (v1.0)

and then in the user.php file

where you have:

if ($awaydate!="") {
$awaydate="UNIX_TIMESTAMP('".addslashes($awaydate) ."')";
} else {
$awaydate="";
}

just below this put

if ($away==1) {
$showemail=0;
} else {
$showemail=1;
}

The changes to the member.php file I highlighted and user.php file is just the add on.

Both will set the showemail option to either one or zero if they are away or back. That way people can't email them if they are away.

Parker

bira 12-25-2001 07:25 PM

Parker,

The problem with your add-on is that it forces the change on the user, and without his knowledge.

Example: say you have showemail=0 by default. You set yourself away, it stays 0. You return, and it changes it to 1 without you knowing...

Likewise, if you WANT to continue getting e-mails while you're away, you're not gonna be able to, and you won't even know that it's disabled.

Cheers,

Bira

Parker Clack 12-25-2001 09:26 PM

Bira:

Hmm.....I will have to work on this.

Thanks,
Parker

SirSteve 12-27-2001 04:18 AM

This isn't a big deal but when a user is away and the Buddy List alt tag message says "User is Away-line"

Dex 01-21-2002 10:49 AM

The installation went well and I did all the manual changes by the letter. Yet I get the following error message when I try to access the admin panel in order to do the necessary template changes:

"Parse error: parse error in /home/*****/public_html/memberarea/admin/functions.php on line 242

Fatal error: Call to undefined function: getuserinfo() in /home/*****/public_html/memberarea/admin/sessions.php on line 108"

Dex

Shenlong 01-21-2002 02:31 PM

mines just plainly not showing up.....heres a screenshot

http://teleblaze.com/asp/HackNotShowing.jpg

nuke 01-21-2002 08:23 PM

FUNKTION.PHP

Find

if ($post['lastactivity'] > $datecut and !$post['invisible'] and $post['lastvisit'] != $post['lastactivity']) {
eval("\$onlinestatus = \"".gettemplate("postbit_online")."\";");
} else {
eval("\$onlinestatus = \"".gettemplate("postbit_offline")."\";");
}

REPLACE that with:

// Leave Away Message in Profile (v1.2)
if ($post[away]=="1") {
eval("\$onlinestatus = \"".gettemplate("postbit_away")."\";");
} else {
if ($post['lastactivity'] > $datecut and !$post['invisible'] and $post['lastvisit'] != $post['lastactivity']) {
eval("\$onlinestatus = \"".gettemplate("postbit_online")."\";");
} else {
eval("\$onlinestatus = \"".gettemplate("postbit_offline")."\";");
}
}
// Leave Away Message in Profile (v1.2)

By this Code Pharsen Error in Funktions.php

Pleas Help

MFG

PS: Very God HAck

Joshua Clinard 01-22-2002 05:04 AM

Bira, did you add all the addons, including the_sisko's cpanel addon to the zip?

Wolf42 01-22-2002 01:45 PM

Thx, great hack, ...

but one question: What changes do I have to make in the "showgroups.php" to the forum-staff is away or not?


All times are GMT. The time now is 10:59 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01362 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete