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)

Crunch 06-11-2002 06:06 AM

egh on 2.2.6 in the functions I can't find where to put the

PHP Code:

// 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) 

can someone who's recently installed it on that or 2.2.5 give me an idea of where it's around? (line wise)

talon3dhq 06-18-2002 01:53 PM

[QUOTE]Originally posted by Birdie501
Hi,

i found the error:

In the installation instructions you should change step 4 in member.php

You have to insert the code not after
PHP Code:

eval("\$referrals = \"".gettemplate("getinfo_referrals")."\";");
  } 

but after:
PHP Code:

eval("\$referrals = \"".gettemplate("getinfo_referrals")."\";");
  }
else {
        
$referrals '';
    } 

so that it looks like this

PHP Code:

eval("\$referrals = \"".gettemplate("getinfo_referrals")."\";");
  }
else {
        
$referrals '';
    }
  
// Leave Away Message in Profile (v1.2)
    
if ($userinfo[away]=="1") {
        
$sincedate vbdate($dateformat$userinfo[awaydate]);
      if (
$userinfo[returndate]=="0000-00-00") {
          
$returndate "Unbekannt";
      } else {
            
$returnaway explode("-"$userinfo[returndate]);
            
$returndate vbdate($dateformatmktime(0,0,0,$returnaway[1],$returnaway[2],$returnaway[0]));
        }
        eval(
"\$away .= \"".gettemplate("getinfo_away")."\";");
    } else {
        
$away "";
    }
  
// Leave Away Message in Profile (v1.2) 

Regards
Birdie501 :)

talon3dhq 06-19-2002 02:08 AM

ok. I installed everything, and have no error messages, but also NOTHING shows up either! I can set the away status in the Admin control panel only, but as far as the main site is concerned, there is nothing showing in the usercp or the members profile..anyone?

talon3dhq 06-19-2002 02:41 AM

ok, quick update. The hack is technically working, but only from the admins control panel. If I set my status to away, it shows it correctly in my profile, and if PM'ed, the user will get the auto reply. However, I still can't get this to show up in the "edit profile" area. I have edited the template as directed, but still nothing!..ugh!

talon3dhq 06-19-2002 08:52 AM

Ok, fixed it myself, and It was a user mistake. thanks anyway guys, and yes, it is a great hack!

Hellburn 06-22-2002 10:29 AM

@talon3dhq i have the same prob. Can you tell me what you have fix?

NeRilkA 06-23-2002 12:43 AM

yes me too, i can't see in my user profil th away option

please tell us what did you do

talon3dhq 06-25-2002 02:37 AM

Sure..

The VERY first change that needs to be made to the "member.php" file says find
Code:

eval("dooutput(\"".gettemplate("modifyprofile")."\");");
and place
Code:

// Leave Away Message in Profile (v1.2)
  if ($bbuserinfo[away]=="1") {
          $awaystatus = "<font color=\"{hovercolor}\"><b>You have been marked as 'away' since ".vbdate($calformat1, $bbuserinfo[awaydate])."</b></font>";
    $away1checked = "checked";
    $returndate = explode("-",$bbuserinfo[returndate]);
    $dayname = "day".$returndate[2]."away";
    $$dayname = "selected";
    $monthname = "month".$returndate[1]."away";
    $$monthname = "selected";
    $yearname = "year".$returndate[0]."away";
    $$yearname = "selected";
  } else {
          $awaystatus = "select whether you are away or not";
          $away0checked = "checked";
  }
  eval("\$awaytext = \"".gettemplate("modifyprofile_away")."\";");
// Leave Away Message in Profile (v1.2)

ABOVE IT.... I was placing it AFTER it...that was why it wasn't working correctly.

Hope that helps.

Hellburn 06-25-2002 10:02 AM

Great hack but i wont a field for the "post subject" in the box. Can you make a code for this? Thank You.

Bro_Joey_Gowdy 06-27-2002 03:00 PM

Im useing vB2.2.6 and cannot find any of these :

Quote:

root/usercp.php
Step 2 of 2 FIND:
if ((!$buddy[invisible] or $bbuserinfo['usergroupid']==6) and $buddy[lastactivity]>$datecut) {
$onoff="on";
} else {
$onoff="off";
}
and :

Quote:

admin/user.php
Step 1 of 4 FIND:
$user=$DB_site->query_first("SELECT *,FROM_UNIXTIME(joindate) AS joindate,FROM_UNIXTIME(lastvisit) AS lastvisit,FROM_UNIXTIME(lastactivity) AS lastactivity,FROM_UNIXTIME(lastpost) AS lastpost

Anyone have any thoughts ??


All times are GMT. The time now is 01:00 PM.

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.01606 seconds
  • Memory Usage 1,762KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (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