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)

poolking 10-27-2002 04:21 PM

I have got this hack working under 2.2.8

Now how do I get the away info from the user profile to also appear in the postbit template?

Blago 10-28-2002 05:22 AM

[QUOTE]Originally posted by poolking
I have got this hack working under 2.2.8

Now how do I get the away info from the user profile to also appear in the postbit template?

poolking 10-28-2002 05:38 AM

In the modifyprofile template find

$birthday
$customtext

and after them add

$awaytext

Then the away fields will appear in the edit profile, It had me scratching my head why it wouldn't appear in any of my other styles.

Still waiting for an answer to the postbit question.

adriandaz 11-03-2002 12:18 PM

thanks, installed successfully on 2.2.8 no problems :D

Webster Media 11-13-2002 12:12 AM

I keep getting a parse error on line 266 of admin/functions.php. I have read almost every thread in this post, and have not had any luck.

I am running vB version 2.2.8, and any help you guys could give me would be great.

Line 266 of functions.php is this:
Code:

} else {
Which shouldn't matter, but this is the part I am questioning:
Code:

if ($buddy['lastactivity'] > $datecut and (!$buddy['invisible'] or $bbuserinfo['usergroupid'] == 6) and $buddy['lastvisit'] != $buddy['lastactivity']) {
$onoff="on";
} else {
$onoff="off";
}

EDIT: Just installed the version made for 2.2.6, and this one did not work either. Got same error message.

Regards,
Nick B.

Sho 11-13-2002 06:31 AM

Try https://vborg.vbsupport.ru/showthrea...606#post287606

NTLDR 11-13-2002 10:14 AM

Follow the instructions carefully, this hack works fine on vB 2.2.8.

Sho 11-13-2002 10:22 AM

The original version certainly does not work on 2.2.6 and 2.2.7, which is why I re-released this hack with updated and corrected instructions. You can find a list of errors and their corrections both in this thread, as well as in the new. See link above.

(Edit: Whoa. Just noticed that both threads were merged.)

SemperFidelis 01-10-2003 01:40 AM

Ok
On vb 2.2.9 once applying Sho updated version of the hack, I am now getting a blank page returned when trying to access usercp.php

Here is a snippet of the code from there regarding the required changes:

Change #1
PHP Code:

// Leave Away Message in Profile (v1.2a) (Start Code Replaced)
// Here is the original :
//   $sql="SELECT userid,username,invisible,usertitle,lastactivity,lastvisit
//      FROM user
//      WHERE (user.userid='$buddyuserssql')
//      ORDER BY username";
// Here is its replacement :
   
$sql="SELECT userid,username,invisible,usertitle,away,lastactivity,lastvisit
      FROM user
      WHERE (user.userid='
$buddyuserssql')
      ORDER BY username"
;
// Leave Away Message in Profile (v1.2a) (End Code Replaced) 

Change #2
PHP Code:

// Leave Away Message in Profile (v1.2a) (Start Code Replaced)
// Here is the original :
//  if ($buddy['lastactivity'] > $datecut and (!$buddy['invisible'] or $bbuserinfo['usergroupid'] == 6) and $buddy['lastvisit'] != $buddy['lastactivity']) {
//  {
//    $onoff="on";
//  } else {
//    $onoff="off";
// Here is its replacement :
  
if ($buddy[away]=="1") {
      
$onoff="away";
  } else {
      if (
$buddy['lastactivity'] > $datecut and (!$buddy['invisible'] or $bbuserinfo['usergroupid'] == 6) and $buddy['lastvisit'] != $buddy['lastactivity']) {
        
$onoff="on";
      } else {
        
$onoff="off";
      }
  }
// Leave Away Message in Profile (v1.2a) (End Code Replaced) 


Any help with getting this sorted would be greatly appreciated.

vLIMIT Sandman 01-13-2003 08:20 AM

Quote:

Database error in vBulletin Control Panel 2.2.9:

Invalid SQL: SELECT userid
FROM user
WHERE username='Peter'
AND userid <>
mysql error: You have an error in your SQL syntax near '' at line 4

mysql error number: 1064

Date: Monday 13th of January 2003 05:13:39 AM
Script: http://www.inthebackground.com/forum...admin/user.php
Referer: http://www.inthebackground.com/forum...=edit&userid=6
That was what i got when trying to update someone from the admin cp.


All times are GMT. The time now is 12:40 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.01502 seconds
  • Memory Usage 1,750KB
  • 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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